We just published 5.9.1.Final, a maintenance release for the 5.9 branch.
This release brings a usability enhancement for our Elasticsearch integration requested by the community (keep them coming!).
What’s new?
5.9.1.Final only includes 2 changes:
-
HSEARCH-3026: It is now possible to define a path prefix for the Elasticsearch cluster. Thus, Hibernate Search is now able to connect to clusters with connection URLs such as
http://servername/my/elasticsearch/
. -
HSEARCH-3027: We fixed a low probability issue in the bootstrap code: it could hang on failure if the exception raised was not a
RuntimeException
.
How to get this release
All the necessary information is available (and updated regularly) on hibernate.org.
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)