How to upgrade Hibernate from version 4.3 to 5.2 for migration to JDK 10?
问题 Since JDK8 Oracle announced that no longer support, I am required to upgrade the current JDK to JDK10 . After study, the current hibernate is also required to upgrade from hibernate 4 to hibernate 5 , in order to run at JDK 10. However, there are some hibernate related libraries, should I also upgrade, if yes, which version that is suitable? Here is an extract of my current pom.xml : <properties> <hibernate.version>4.3.11.Final</hibernate.version> <java-version>1.7</java-version> <project