Issues

Select view

Select search mode

 

org.hibernate.ejb.HibernatePersistence can no longer be used as a persistence provider name

Fixed

Description

org.hibernate.ejb.HibernatePersistence was deprecated in 4.3 and removed in 5.2. It needs to remain an alternate name for the Hibernate persistence provider.

This fix allows org.hibernate.ejb.HibernatePersistence as an alternate persistence provider, and logs a message deprecation message that indicates that org.hibernate.jpa.HibernatePersistenceProvider will be used instead.

Web links

Details

Assignee

Reporter

Fix versions

Priority

Created October 12, 2018 at 7:33 PM
Updated October 16, 2018 at 9:47 PM
Resolved October 12, 2018 at 11:01 PM

Activity

Show:

Sanne Grinovero October 12, 2018 at 10:31 PM

Do we really need this?

At some point stuff needs to go. This has been around as a deprecated option for a very long time.

Commented on JBEAP-15634 as well.