Tags
Authors
Hibernate projects are not affected by the vulnerabilities behind CVE-2021-45046 and CVE-2021-44228: none of the Hibernate projects has a runtime dependency on Log4j core.
We use JBoss Logging, which provides a minimal API bridging to your logger backend of choice and does not come with fancy features relying on JNDI lookups.
We do use Log4j during development of the Hibernate libraries as it’s a dependency of our testsuites; therefore we’ve still upgraded all branches.
We just published Hibernate Search 6.1.0.Beta1, a beta release of the next minor version of Hibernate Search.
Among the main changes: asynchronous, distributed automatic indexing now scales to more or fewer nodes dynamically, supports multi-tenancy, and pauses during mass indexing; new Jakarta EE artifacts are available alongside the traditional ones for Java EE, the Elasticsearch backend accepts JSON to customize the mapping, and more.
Hibernate Search 6.1.0.Beta1 also includes upgrades to Hibernate ORM 5.6.1.Final and Lucene 8.11, among others.
We just published three maintenance releases for Hibernate Search: 6.0.7.Final, 5.11.10.Final and 5.10.12.Final.
These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions, add deprecations in the 5.x versions for features that are no longer present in 6.0, and fix a few bugs.
We just published Hibernate Search 6.1.0.Alpha1, an alpha release of the next minor version of Hibernate Search.
The main feature of this new version is a new concept of "coordination" to perform automatic indexing in an asynchronous, distributed way. It allows for a new architecture where several risks of out-of-sync indexes are eliminated, and the overhead of automatic indexing on application threads is reduced significantly.
Beyond that, 6.1.0.Alpha1 also includes upgrades to newer versions of Hibernate ORM, Lucene, and Elasticsearch, OpenSearch compatibility, search DSL improvements, conditional mass indexing and more.
We just published a bugfix release for Hibernate Search: 6.0.6.Final.
Thanks to Lorenzo for his bug report!
We just published a bugfix release for Hibernate Search: 6.0.5.Final.
Thanks to Lorenzo for his bug report!
We just published a bugfix release for Hibernate Search: 6.0.4.Final.
Thanks to Aaron Kunde for his report!
We just published two maintenance releases for Hibernate Search: 5.11.9.Final and 5.10.11.Final.
The most significant change in these versions is the upgrade to Avro 1.10 and Jackson 2, which should only impact users of clustering features involving Avro serialization.
We just published a bugfix release for Hibernate Search: 6.0.3.Final.
Thanks to Griffin DeJohn, Keith Melkild and Jan Kunzmann for their reports!
We just published a bugfix release for Hibernate Search: 6.0.2.Final.