Hibernate Validator 6.0.0.Alpha1 is out with initial Bean Validation 2.0 support
by Guillaume Smet
Hi,
It's with great pleasure that I announce the release of Hibernate Validator
6.0.0.Alpha1.
This release is coordinated with the Bean Validation 2.0 Early Draft 1
release that happened earlier this week [1].
Hibernate Validator 6 will be the reference implementation of Bean
Validation 2.0, but it's also a place to experiment with the future
additions to the spec.
Apart from initial Bean Validation 2.0 support, this version comes with a
lot of good things:
- some Java 8 goodness,
- nested type use constraints and nested cascaded validation
- lambda based constraint definition
- Duration support (and a much improved java.time support coming as part of
Bean Validation 2.0)
As explained in the announce on in.relation.to [2], we are looking forward
to your feedback on these features. They might be refined and included in
the next Bean Validation 2.0 iteration if they get enough traction.
Have a nice day!
[1]
http://beanvalidation.org/news/2017/02/14/bean-validation-2-0-early-draft...
[2] http://in.relation.to/2017/02/16/hibernate-validator-600-alpha1-out/
7 years, 10 months
Hibernate OGM 5.1 CR1 is out!
by Davide D'Alto
Good news!
The first candidate release for Hibernate OGM 5.1 is out.
Compared to 5.1 Beta3, this release upgrades Hibernate Search to
version 5.5.6.Final and supports MongoDB aggregate operation in native
queries.
This means that now you can use Hibernate OGM to do CRUD operations on
your favourite NoSQL database while having it also transparently
synchronize to an Elasticsearch cluster.
You can find all the details in the blog post:
http://in.relation.to/2017/02/15/hibernate-ogm-5-1-cr1-released
Thanks,
Davide
7 years, 10 months