From davide at hibernate.org Thu Mar 2 15:11:01 2017 From: davide at hibernate.org (Davide D'Alto) Date: Thu, 2 Mar 2017 20:11:01 +0000 Subject: [hibernate-announce] Hibernate OGM 5.1 Final is out Message-ID: I?m happy to announce the latest stable release of Hibernate OGM: Hibernate OGM 5.1 Final == What?s new compared to 5.0 Final? I?m glad you asked, this version: - uses Hibernate ORM 5.1 - supports Infinispan Remote via the Hot Rod protocol - supports Neo4j remote via the Bolt protocol and the Http interface - can integrate with Hibernate Search 5.6, which works with Elasticsearch - reduces the number of database calls by grouping the operations - supports aggregation in MongoDB native queries with CLI syntax More details in the blog post: http://in.relation.to/2017/03/02/hibernate-ogm-5-1-Final-released/ Thanks, Davide From sanne at hibernate.org Fri Mar 3 07:48:03 2017 From: sanne at hibernate.org (Sanne Grinovero) Date: Fri, 3 Mar 2017 12:48:03 +0000 Subject: [hibernate-announce] Announcing 2.0 release of the Hibernate Search plugins for Eclipse IDE Message-ID: I'm very happy to announce that former Google Summer of Code student Dmitry Bocharov, now a Red Hat employee working full time on Eclipse tooling, has published an updated release of his initial GSOC project ! More details and usage examples here: - http://in.relation.to/2017/03/03/EclipseToolsForHibernateSearchRelease20/ Regards, Sanne From gbadner at redhat.com Tue Mar 14 23:23:02 2017 From: gbadner at redhat.com (Gail Badner) Date: Tue, 14 Mar 2017 20:23:02 -0700 Subject: [hibernate-announce] Hibernate ORM 5.1.5.Final has been released Message-ID: We decided to do another release of the 5.1 series to fix critical bugs to be included in an upcoming version of WildFly. This may be the last release of the 5.1 series, so we recommend that you migrate to 5.2 for future bugfixes. For details: http://in.relation.to/2017/03/14/hibernate-orm-515-final-release/ From andrea at hibernate.org Thu Mar 16 12:46:26 2017 From: andrea at hibernate.org (andrea boriero) Date: Thu, 16 Mar 2017 16:46:26 +0000 Subject: [hibernate-announce] Hibernate ORM 5.2.9.Final has been released Message-ID: For details: http://in.relation.to/2017/03/16/hibernate-orm-529-final-release From guillaume.smet at hibernate.org Thu Mar 30 14:12:17 2017 From: guillaume.smet at hibernate.org (Guillaume Smet) Date: Thu, 30 Mar 2017 20:12:17 +0200 Subject: [hibernate-announce] Hibernate Validator 6.0.0.Alpha2 is out with improved Bean Validation 2.0 support Message-ID: Hi, We released Hibernate Validator 6.0.0.Alpha2 today in coordination with the 2.0.0.Alpha2 release of Bean Validation. We improved a lot of things since the latest alpha: - improved support for container element constraints and cascading and most notably the ability to declare them using XML configuration or the programmatic API - new constraints: @NotBlank, @NotEmpty, @Email are now defined in the specification and we also added @Positive and @Negative. All these new constraints are supported in 6.0.0.Alpha2 - some performance improvements: 6 is now significantly faster than 5.4 on our benchmarks As explained in the announce on in.relation.to [1], we are looking forward to your feedback on these features. Have a nice day! [1] http://in.relation.to/2017/03/30/hibernate-validator-600-alpha2-out/