You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with #18060, let's remove our orm.hibernate3 and orm.hibernate4 packages and also upgrade our HibernateJpaVendorAdapter accordingly.
Even at this point (end of 2015), Hibernate 5.x is the only actively maintained branch. By early 2017, Hibernate 4.x will only be found in legacy JBoss EAP environments.
It would be helpful to upgrade to Hibernate 5.2+ right away, due to several API breakages there... However, since WildFly 10 / JBoss EAP 7 includes Hibernate 5.0.9 only and is not likely to upgrade to 5.2, it seems worth supporting Hibernate 5.0+ even in Spring Framework 5.
While only orm.hibernate5 stays around as of Spring 5.0, our JPA support - including HibernateJpaVendorAdapter and HibernateJpaDialect - remains compatible with Hibernate 4.3 (the minimum Hibernate release for JPA 2.1) for the time being.
Juergen Hoeller opened SPR-13827 and commented
Along with #18060, let's remove our
orm.hibernate3
andorm.hibernate4
packages and also upgrade ourHibernateJpaVendorAdapter
accordingly.Even at this point (end of 2015), Hibernate 5.x is the only actively maintained branch. By early 2017, Hibernate 4.x will only be found in legacy JBoss EAP environments.
Issue Links:
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: