-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
After upgrade of Hibernate between WF13/14, the deployments using
<provider>org.hibernate.ejb.HibernatePersistence</provider>
in persistence.xml fail to deploy because of that provider was deprecated and org.hibernate.jpa.HibernatePersistenceProvider should be used instead. This can introduce a regression in case EAP 7.2 would suffer from the same issue. Is this intended?
This has been used e.g. in https://github.com/keycloak/keycloak/blob/4.5.0.Final/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/src/main/resources/META-INF/persistence.xml#L8
- is incorporated by
-
JBEAP-15661 (7.2.0) Upgrade Hibernate ORM from 5.3.6 to 5.3.7
- Closed
-
WFLY-11193 Upgrade Hibernate ORM from 5.3.6 to 5.3.7
- Closed
- is caused by
-
HHH-13027 Loading...