Hibernate Search 5.10 is in limited support mode:
We recommend that you upgrade to a newer series if possible or look for paid support. See also the Maintenance policy. |
Compatibility
Java | 8, 11 (with 5.10.7+) or 17 (with 5.10.11+) |
Hibernate ORM | 5.3 |
Elasticsearch server | 2.0 - 5.6 |
Apache Lucene | 5.5 |
Not compatible with your requirements? Have a look at the other series.
See also the Compatibility policy and Maintenance policy.
Documentation
Documentation for Hibernate Search 5.10 can be accessed through the links below:
You can find more documentation for all series on the documentation page.
How to get it
Hibernate Search 5.10 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support. See also the Maintenance policy. |
More information about specific releases (announcements, download links) can be found here.
Migrating
If you need to upgrade from a previous series, please refer to the migration guide:
What's new
Latest release announcement (2022-10-27): 5.10.13.Final.
A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.
Integration to DI frameworks through Hibernate ORM 5.3
Hibernate Search now taps into Hibernate ORM’s integration to dependency injection frameworks. If you use a dependency injection framework integrating with Hibernate ORM 5.3, and you add field bridges to your dependency injection context, then Hibernate Search will automatically retrieve and use field bridges from this context.
This allows you in particular to inject components from your DI context into your field bridges,
using your DI framework’s features (@java.inject.Inject
, Spring’s @Autowired
, …).
The integration is known to work in a CDI 2.0 environment such as WildFly 17, and also in Spring 5.
Upgrade to WildFly 17 and JGroups 4
Hibernate Search’s JBoss modules now target WildFly 17. This means in particular that the JGroups backend now uses JGroups 4 and is no longer compatible with JGroups 3.
Also, we took this opportunity to move the JGroups backend’s JBoss modules out of the engine feature pack to a dedicated feature pack.
JPMS automatic module names
We added automatic JPMS module names to our JARs.
Note that Hibernate Search JARs still can only be used as automatic modules, because some of our dependencies cannot easily be used as modules yet.
Here are the module names:
-
org.hibernate.search.engine
-
org.hibernate.search.orm
-
org.hibernate.search.backend.elasticsearch
-
org.hibernate.search.backend.elasticsearch.aws
-
org.hibernate.search.clustering.jms
-
org.hibernate.search.clustering.jgroups
-
org.hibernate.search.jsr352.core
-
org.hibernate.search.jsr352.jberet
-
org.hibernate.search.serialization.avro
Direct access to the Elasticsearch client
Hibernate Search now offers a way to access the Elasticsearch client directly. See the documentation for more information.
Development versions (SNAPSHOTS)
The latest development versions of Maven artifacts for Hibernate Search are published to the OSSRH snapshots repository.
You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.
To consume these artifacts, you may need to configure your build tool to fetch artifacts
from
https://oss.sonatype.org/content/repositories/snapshots
and to enable snapshots:
Releases in this series
Hibernate Search 5.10 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support. See also the Maintenance policy. |
Spring Boot 2.4+ compatibility fix, upgrade to Hibernate ORM 5.3.28.Final.
Maven artifacts Download Resolved issues Release announcement
Upgrade to Hibernate ORM 5.3.23.Final, deprecations paving the way to Hibernate Search 6.
Maven artifacts Download Resolved issues Release announcement
Upgrade to Avro 1.10, Jackson 2
Maven artifacts Download Resolved issues Release announcement
Upgrade to ORM 5.3.20.Final
Maven artifacts Download Resolved issues Release announcement
Bugfix and upgrade to ORM 5.3.15.Final
Maven artifacts Download Resolved issues Release announcement
Bugfixes and upgrade to ORM 5.3.14.Final
Maven artifacts Download Resolved issues Release announcement
Upgrade to ORM 5.3.12.Final, WildFly 17, compatibility improvements with JDK11+
Maven artifacts Download Resolved issues Release announcement
Bugfix and upgrade to ORM 5.3.8.Final
Maven artifacts Download Resolved issues Release announcement
Bugfix and upgrade to ORM 5.3.7.Final
Maven artifacts Download Resolved issues Release announcement
Bugfixes, upgrade to ORM 5.3.5.Final, and internal build fixes
Maven artifacts Download Resolved issues Release announcement
Upgrade Hibernate ORM to 5.3.3.Final
Maven artifacts Download Resolved issues Release announcement
'minimumShouldMatch' support for boolean queries
Maven artifacts Download Resolved issues Release announcement
Upgrade to ORM 5.3.0.Final, bugfixes and improvements
Maven artifacts Download Resolved issues Release announcement
Upgrade to ORM 5.3.0.CR2, bugfixes and improvements
Maven artifacts Download Resolved issues Release announcement
Upgrade to WildFly 12, bugfixes and improvements
Maven artifacts Download Resolved issues Release announcement
ORM 5.3 and JPA 2.2 compatibility
Maven artifacts Download Resolved issues Release announcement