-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Support for Hibernate ORM 6.0/6.1 [SPR-17596] #22128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
At this point, it looks like Hibernate ORM 6.0 won't be final in time for our 5.2 GA timeframe in June. While we're going to make sure that Spring's JPA support works fine against Hibernate ORM 6.0 pre-releases, a dedicated |
On review, For all common purposes, our JPA support seems to be compatible with Hibernate 6.0 since #28007. From that perspective, there isn't much need for dedicated support for native Hibernate APIs from Spring's side. That said, let's keep this general support ticket open for the time being, to be revisited towards Spring Framework 6.0 GA for a final decision. |
This is considered complete as of Spring Framework 6.0 RC1, as per the description above: support for Hibernate ORM 6.0/6.1 in a JPA setup, with |
Juergen Hoeller opened SPR-17596 and commented
Hibernate ORM 6.0 alpha 1 was recently released (in December 2018). Let's introduce a
org.springframework.orm.hibernate6
support package in the Spring Framework 5.2 timeframe, in parallel to our existing Hibernate ORM 5.x support.Issue Links:
The text was updated successfully, but these errors were encountered: