Branch: refs/heads/5.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4dc69d4b1565a6f39ea0075449b2e0eb99922a81
https://github.com/hibernate/hibernate-orm/commit/4dc69d4b1565a6f39ea0075...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenAnnotationReader.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenMetadataProvider.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/PropertyMappingElementCollector.java
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-15216 Revert moving classes out of the internal package