Hibernate support for Jakarta Persistence(JPA) 3.0

Viewed 2304

JPA 3.0 was released in November 2020 and I guess most JPA providers (Hibernate, EclipseLink, OpenJPA) still support JPA 2.2. Are there any plans to migrate to new version? It will be not so trivial, because, for example, top-level package has changed (javax.persistence -> jakarta.persistence).

2 Answers

The issue tracker number for it is HHH-13946. They've set the target for version 5.5, which I kind of disagree with, because it breaks backwards compatibility, so it should be version 6.0. As for a specific timeline on it, there's never any certainty on that.

Related