Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: bf1ea31cc447d901d584edf01148b9c44c5a868b
https://github.com/hibernate/hibernate-orm/commit/bf1ea31cc447d901d584edf...
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/LocalXmlResourceResolver.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/ConfigXsdSupport.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/LocalXsdResolver.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/MappingXsdSupport.java
M hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java
A hibernate-core/src/main/resources/org/hibernate/jpa/orm_3_0.xsd
A hibernate-core/src/main/resources/org/hibernate/jpa/persistence_3_0.xsd
M hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm5.xml
Log Message:
-----------
HHH-14196 Add parsing of persistence.xml/orm.xml documents in the EE 9 namespace
Signed-off-by: Scott Marlow <smarlow(a)redhat.com>