Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 2be1c9a504a8754253a8224448e3f8960eaab117
https://github.com/hibernate/hibernate-orm/commit/2be1c9a504a8754253a8224...
Author: Réda Housni Alaoui <reda-alaoui(a)hey.com>
Date: 2022-08-31 (Wed, 31 Aug 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
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenAnnotationReader.java
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenMetadataProvider.java
A
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
R
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
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/XMLContextTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-15216 Cannot change MetadataProvider implementation because
JPAXMLOverriddenMetadataProvider is final and precisely expected by a cast operator