From which version on will Hibernate support JPA 2.2?

我的梦境 提交于 2019-12-22 07:04:59

问题


As Java EE 8 including JPA 2.2 was released this summer it's good to know when Hibernate will support it. Hibernate 5.2 is mentioned to support JPA 2.1. Hibernate 6.0 roadmap doesn't have any references to JPA 2.2 support.

Thanks.


回答1:


I know this is an old(ish) question, but according to their website the 5.3 "series" will support JPA 2.2. However, as of the posting of this answer it seems the 5.2 series is still the latest stable release.


Update (June 8, 2018)

As helpfully mentioned by MWiesner in his answer, the Hibernate 5.3 series has been released and supports JPA 2.2. It was released on May 14, 2018 and version 5.3.1 has already been released as well (on May 28, 2018).




回答2:


With the recent Hibernate release of version 5.3 in May 2018, JPA 2.2 is now fully supported:

Hibernate 5.3 adds support for the JPA 2.2 specification

For reference, find further details in the official Hibernate ORM 5.3 migration guide.



来源:https://stackoverflow.com/questions/46951817/from-which-version-on-will-hibernate-support-jpa-2-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!