java - Compatible Spring dependency for Hibernate 4.3.5.Final -
I am using hibernate in my application and now the latest version of hibernation (now 4.3 need to upgrade 5.Final) and I have to integrate it with spring.
Now my question is, which version of spring is compatible with Hibernate 4.3.5. The latest version of being final or hibernate is compatible with spring 4. X version
FYI: During my search I found a link that tells how the frequency and frequency of Hibernation knows the comparability and accordingly I opened the spring- orm
Maven POM And found that with spring-orm: 4.0.5.RELEASE
I can use the Hibernate-Core: 4.2. 12. Original
and Hibernate-Core: 3.6.10.Final
of these only Hibernate-Core: 3.6.10.Final
is working. So how can I solve this problem of version conflict?
Comments
Post a Comment