Tags
Authors
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
We just released Hibernate Validator 6.0.11.Final which comes with an improved compatibility with JDK 11 and a couple of bugfixes.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.10.Final in most cases (see our migration guide).
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
We just released Hibernate ORM 5.3.2.Final with a lot of bugfixes and improvements.
We received some nice contributions during this development cycle so a big thanks to our contributors. Also, we have more and more users now reporting issues with a self contained test case which is very much appreciated.
This is a recommended upgrade for everyone using Hibernate ORM 5.3.x and we hope more and more people will migrate from 5.2 to this shiny new version.
Hibernate OGM 5.4.0.Beta2 has been released!
Here’s a list of the main changes:
-
We support server side indexes definition for fast queries with Neo4j.
-
We support scripting and java tasks for Infinispan server.
-
Datastore client configuration using WildFly NoSQL subsystem.
-
Support for MongoDB GeoJSON type GeometryCollection.
-
You can provide a custom Protocol Buffer schema in Infinispan remote.
-
Infinispan remote supports now all unidirectional collections.
-
Infinispan remote sequences now uses Clustered Counters.
More details available in the release notes.
Hibernate ORM 5.1.15.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge.
For information on consuming the release via your favorite dependency-management-capable build tool, see https://hibernate.org/orm/releases/5.1
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
We just published Hibernate Search version 5.10.2.Final,
the second maintenance release of Hibernate Search 5.10.
This release adds previously missing handling of minimumShouldMatch constraints in boolean junctions.
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
A while ago, I wrote this article on the Hibernate blog which shows you how to create a test case which reproduces a certain Hibernate ORM issue.
In the meanwhile, I came to realize that there is a much better way which I will explain in this article.