Spring 4.3.0.RELEASE, Hibernate 5.0.9.Final, missing SessionFactoryImplementor.getProperties method
问题 I am using Spring 4.3.0.RELEASE together with Hibernate 5.0.9.Final in my app and I keep getting java.lang.NoSuchMethodError: org.hibernate.engine.spi.SessionFactoryImplementor.getProperties()Ljava/util/Map; If I update the Hibernate 5.2.0.Final, everything works fine. It seems that Spring 4.3.0 is not compatible with Hibernate 5.0, is that correct ? I was not able to find anything about not supporting Hibernate 5.0. In Hibernate 5.2, such method exists, in Hibernate 5.0 the method doesn't