Spring 5 休眠 3
Spring 5 with hibernate 3
我有点困惑我应该使用哪个休眠版本。
我们有一个当前使用 Spring 3 和 Hibernate 3 的应用程序。我们必须将它迁移到 Spring 5.2.6,但我不确定我们是否可以保持休眠版本相同或者我们应该升级。我知道 Spring 中有很多更改可能与当前的休眠版本不兼容。
你能给我一些建议吗?
根据 documentation:
As of Spring Framework 5.0, Spring requires Hibernate ORM 4.3 or later for JPA support and even Hibernate ORM 5.0+ for programming against the native Hibernate Session API. Note that the Hibernate team does not maintain any versions prior to 5.1 anymore and is likely to focus on 5.3+ exclusively soon.
因此,我建议您使用 5.4 中最新的稳定版本 branch。
我有点困惑我应该使用哪个休眠版本。
我们有一个当前使用 Spring 3 和 Hibernate 3 的应用程序。我们必须将它迁移到 Spring 5.2.6,但我不确定我们是否可以保持休眠版本相同或者我们应该升级。我知道 Spring 中有很多更改可能与当前的休眠版本不兼容。
你能给我一些建议吗?
根据 documentation:
As of Spring Framework 5.0, Spring requires Hibernate ORM 4.3 or later for JPA support and even Hibernate ORM 5.0+ for programming against the native Hibernate Session API. Note that the Hibernate team does not maintain any versions prior to 5.1 anymore and is likely to focus on 5.3+ exclusively soon.
因此,我建议您使用 5.4 中最新的稳定版本 branch。