From guillaume.smet at hibernate.org Thu Feb 2 04:07:09 2017 From: guillaume.smet at hibernate.org (Guillaume Smet) Date: Thu, 2 Feb 2017 10:07:09 +0100 Subject: [hibernate-announce] Hibernate Validator 5.4.0.Final is out Message-ID: Hi! It's with great pleasure that I announce the release of Hibernate Validator 5.4.0.Final. This final version brings a few improvements and bugfixes on top of our CR1 as well as a new reference documentation layout. For more information, see the announcement post here: http://in.relation.to/2017/02/02/hibernate-validator-540-final-out/ Have a nice day! -- Guillaume From davide at hibernate.org Wed Feb 15 11:11:49 2017 From: davide at hibernate.org (Davide D'Alto) Date: Wed, 15 Feb 2017 16:11:49 +0000 Subject: [hibernate-announce] Hibernate OGM 5.1 CR1 is out! Message-ID: 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 From guillaume.smet at hibernate.org Thu Feb 16 09:51:38 2017 From: guillaume.smet at hibernate.org (Guillaume Smet) Date: Thu, 16 Feb 2017 15:51:38 +0100 Subject: [hibernate-announce] Hibernate Validator 6.0.0.Alpha1 is out with initial Bean Validation 2.0 support Message-ID: 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-released/ [2] http://in.relation.to/2017/02/16/hibernate-validator-600-alpha1-out/ From andrea at hibernate.org Fri Feb 17 07:33:27 2017 From: andrea at hibernate.org (andrea boriero) Date: Fri, 17 Feb 2017 12:33:27 +0000 Subject: [hibernate-announce] Hibernate ORM 5.2.8.Final has been released Message-ID: For details: http://in.relation.to/2017/02/17/hibernate-orm-528-final-release From yoann at hibernate.org Wed Feb 22 08:49:03 2017 From: yoann at hibernate.org (Yoann Rodiere) Date: Wed, 22 Feb 2017 14:49:03 +0100 Subject: [hibernate-announce] Hibernate Search 5.7.0.Final and 5.6.1.Final released Message-ID: Hello everyone, We just released Hibernate Search 5.7.0.Final, compatible with Hibernate ORM 5.2.8. As 5.7 is not compatible with Hibernate ORM 5.0/5.1 anymore, we also released a bugfix version for 5.6 with several backports: Hibernate Search 5.6.1.Final. Be sure to check out our blog for more information about those two releases: http://in.relation.to/2017/02/22/hibernate-search-5-7-0-Final/ Have a nice day, Yoann Rodi?re Hibernate NoORM Team