Hibernate Search 5.5.6.Final is here!
This is a maintenance release and contains exclusively bugfixes.
What’s new?
-
HSEARCH-2494:
@TikaBridge
will now work correctly on properties of typebyte[]
. -
HSEARCH-2535:
@Facet
with string encoding will now work properly on multi-valued properties (such asString[]
orList<String>
). -
HSEARCH-2486:
@ContainedIn
in a superclass will now be taken into account even if the concrete class does not carry any Hibernate Search annotation. -
HSEARCH-2479: building phrase queries with the Hibernate Search DSL used to trigger an
IllegalArgumentException
in some specific cases; this has been fixed. -
… and more: the full change log can be found on our JIRA instance.
Thanks to Julien Bénichou, Andrew Robie and Timo Tretter for reporting issues, and even fixing one!
How to get this release
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.5.6.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)