Tags
Authors
Hibernate Validator 6.0 has matured a lot since its first release, last August.
We added a couple of new features but we also invested a lot of work in improving the overall performances.
I published a first blog post last October to share an update about our performance work based on 6.0.4.Final.
We just released 6.0.8.Final and have a couple more improvements baked for our next release so it’s definitely time for an update.
In this post, I’d like you to meet Mark Rotteveel, software developer and open source enthusiast.
[ ... ]
This release backports some bugfixes that can affect applications that:
-
set hibernate.order_inserts=true;
-
set hibernate.hbm2ddl.auto=update or hibernate.hbm2ddl.auto=validate and use a JDK 1.6 version of JDBC.
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 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!).
It has been a couple of months since our last Hibernate Validator release and we have made some significant progress since then.
We just released Hibernate Validator 6.0.8.Final containing all these bugfixes and enhancements.
This is a recommended upgrade for everyone using Hibernate Validator 6.0.x and it is a drop-in replacement of 6.0.7.Final.
The Fifteenth bug-fix release for Hibernate ORM 5.2 has just been published.
The Fourteenth bug-fix release for Hibernate ORM 5.2 has just been published.
The most significant feature in Bean Validation 2.0 (JSR 380) is the support for container element constraints.
I.e. you can now apply constraints to the contents of container types such as List
, Map
or Optional
by annotating their type arguments
(which became possible with Java 8): List<@Future LocalDate> shipmentDates
.
In this blog post you’ll learn how to take advantage of that for the validation of custom container types,
such as Multimap
, Table
or Graph
from Google’s widely known Guava library.
We just published 5.10.0.Beta1, the first beta release for the 5.10 branch. The main goal of this release is to target Hibernate ORM 5.3, but it also adds DI framework integration and a TikaBridge improvement: see below!
Hibernate ORM 5.3 has not been officially released yet, and is still just a candidate release, so this might be a good time to try to upgrade your application to ORM 5.3 + Search 5.10 and report any problems!