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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -