Encountered a deprecated javax.persistence.spi.PersistenceProvider

前端 未结 7 697
甜味超标
甜味超标 2020-12-03 06:40

when you use spring & Hibernate, have you ever met a log warning that says

WARN o.hibernate.ejb.HibernatePersistence - HHH015016: Encountered a

7条回答
  •  伪装坚强ぢ
    2020-12-03 07:19

    After changing your org.hibernate.ejb.HibernatePersistence to org.hibernate.jpa.HibernatePersistenceProvider in the persistence.xml Change also the hibernate-entitymanager dependency version, get the last version 5.2.10.Final that fixed the bug. Here is:

    http://mvnrepository.com/artifact/org.hibernate/hibernate-entitymanager/5.2.10.Final

    it's worked for me

提交回复
热议问题