Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: dbd13e13893eed134659ebbb1c5cf8adb8216001
https://github.com/hibernate/hibernate-orm/commit/dbd13e13893eed134659ebb...
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2020-10-20 (Tue, 20 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>