小编典典

Spring 4.3.0.RELEASE,Hibernate 5.0.9.Final,缺少SessionFactoryImplementor.getProperties方法

hibernate

我在应用程序中使用Spring 4.3.0.RELEASE和Hibernate 5.0.9.Final一起使用,我不断

java.lang.NoSuchMethodError: org.hibernate.engine.spi.SessionFactoryImplementor.getProperties()Ljava/util/Map;

如果我更新了Hibernate 5.2.0.Final,一切正常。看来Spring 4.3.0与Hibernate
5.0不兼容,对吗?我找不到关于不支持Hibernate 5.0的任何信息。

在Hibernate 5.2中,该方法存在,在Hibernate
5.0中该方法尚不存在(只需将URL中的5.2替换为5.0):http
//docs.jboss.org/hibernate/orm/5.2/javadocs/org/hibernate/ engine / spi /
SessionFactoryImplementor.html

我创建了简单的复制器:https :
//github.com/trepel/spring43-hibernate50-error

感谢你的回复。


阅读 276

收藏
2020-06-20

共1个答案

小编典典

已经存在一个问题,即SPR-14365

2020-06-20