Tags
Authors
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!
Hibernate ORM 5.3 implements the JPA 2.2 standard. Over the following weeks, we are going to present various features introduced by JPA 2.2.
The JPA 2.2 specification says that the following Java 8 types are now supported:
-
java.time.LocalDate
, -
java.time.LocalTime
, -
java.time.LocalDateTime
, -
java.time.OffsetTime
, -
java.time.OffsetDateTime
In this article, you are going to see that Hibernate ORM supports all these types, and even more:
-
java.time.Duration
, -
java.time.ZonedDateTime
We’re happy to announce the release of: Hibernate OGM 5.3.0.Final
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
This is the first CR release for the Hibernate ORM 5.3 family. 5.3 represents a JPA 2.2 compatible version on top of 5.2. CR1 indicates that we have verified that this release passes the JPA 2.2 TCK. In 2 weeks (Feb 28) we will release either Final or CR2.
See Jira for the complete list of changes
See the downloads page for details on obtaining this release
In this post, I’d like you to meet Jonathan Bregler, a software developer at SAP working on the SAP HANA database.
[ ... ]
We’re happy to announce the release of: Hibernate OGM 5.3 CR1