We just published three bugfix releases of Hibernate Search: 5.5.8.Final, 5.6.3.Final and 5.7.2.Final.
What’s new?
Here are the most notable changes:
-
HSEARCH-2851: Hibernate Search 5.5 now works correctly with Hibernate ORM 5.1.9 when using OSGi.
-
HSEARCH-2843: changing the limit/offset of a query now properly clears the query’s result cache with Elasticsearch.
-
HSEARCH-2858:
@Spatial
-annotated types with a@ContainedIn
-annoted property no longer trigger an exception on startup.
For a full list of changes, please see the release notes:
How to get these releases
All versions are available on Hibernate Search’s web site.
Ideally use a tool to fetch it from Maven Central; these are the coordinates:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>5.7.2.Final</version>
</dependency>
To use the experimental Elasticsearch integration you’ll also need:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-elasticsearch</artifactId>
<version>5.7.2.Final</version>
</dependency>
Downloads from Sourceforge are available as well.
Feedback, issues, ideas?
To get in touch, use the following channels:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)