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
"Now that ORM 5.0 has gone final, we need to focus our development efforts on 5.0 and beyond.
http://github.com/hibernate/hibernate-orm/wiki/Huge-Project,-Small-Team discusses why we do this.
Put simply, versions prior to 5.x are no longer maintained and bug reports which do not affect 5.0 are outside that focus."
So the default hibernate version should be 5.x, and you should deprecate also 4.x together with 3.x
Formally deprecating Hibernate 4.x support for Spring 4.3 is a tough one, since the current JBoss EAP 6.4 still includes Hibernate ORM 4.2.x - which is a reason why they have to keep maintaining it... maybe not the core Hibernate team but somebody at Red Hat, since JBoss EAP 6 will enjoy continued commercial support for many years to come.
There was never declared production support for Hibernate ORM 4.3.x, so that's an easier one to let go on their side. That doesn't buy us much though since we can't just let 4.3.x go. From that perspective, we'll have to keep our orm.hibernate4 package up for the time being, simply dropping it without deprecation as of Spring Framework 5.0.
Juergen Hoeller opened SPR-13230 and commented
After the introduction of Hibernate 5 support in Spring 4.2, we should officially deprecate our
orm.hibernate3
package in Spring 4.3.Issue Links:
Referenced from: commits e909422, 2cfe00c
The text was updated successfully, but these errors were encountered: