Branch: refs/heads/wip/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 683aeb0c8deca87bd3eb46e349800c4f194714a2
https://github.com/hibernate/hibernate-orm/commit/683aeb0c8deca87bd3eb46e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/convert/internal/AutoApplicableConverterDescriptorStandardImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
R hibernate-core/src/main/java/org/hibernate/boot/model/internal/HCANNHelper.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/JPAXMLOverriddenAnnotationReader.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/JPAXMLOverriddenMetadataProvider.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PersistentAttributeFilter.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyMappingElementCollector.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/OverriddenMappingDefaults.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/MappingDocument.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/internal/AnnotationUsageHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ElementCollectionAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToManyAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToOneAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToManyAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToOneAttributeProcessing.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/ForeignKeyProcessing.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/JoinColumnProcessing.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/TableProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/BootstrapContext.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
R
hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackDefinitionResolverLegacyImpl.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/dynamicparameterized/MyStringType.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/BootstrapContextTesting.java
M hibernate-envers/hibernate-envers.gradle
M hibernate-platform/hibernate-platform.gradle
M hibernate-testing/hibernate-testing.gradle
M
hibernate-testing/src/main/java/org/hibernate/testing/boot/BootstrapContextImpl.java
M settings.gradle
M tooling/hibernate-enhance-maven-plugin/hibernate-enhance-maven-plugin.gradle
M tooling/metamodel-generator/hibernate-processor.gradle
Log Message:
-----------
HHH-17460 - Ongoing JPA 32 work
Commit: 8c347768910e67310cdeff42849fbd3efa314193
https://github.com/hibernate/hibernate-orm/commit/8c347768910e67310cdeff4...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToOneAttributeProcessing.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-17460 - Ongoing JPA 32 work
Commit: e6578fcbcdd5479554bfdf5ac62b171fb803ab44
https://github.com/hibernate/hibernate-orm/commit/e6578fcbcdd5479554bfdf5...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ElementCollectionAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToManyAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToOneAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToManyAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToOneAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/ColumnProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/JoinColumnProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/TableProcessing.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
Log Message:
-----------
HHH-17460 - Ongoing JPA 32 work
Commit: 99e41bed33049787cb4b927d07ae583525cbaf00
https://github.com/hibernate/hibernate-orm/commit/99e41bed33049787cb4b927...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M hibernate-envers/hibernate-envers.gradle
M
hibernate-envers/src/main/java/org/hibernate/envers/boot/internal/EnversMetadataBuildingContextImpl.java
M
hibernate-envers/src/main/java/org/hibernate/envers/configuration/Configuration.java
Log Message:
-----------
HHH-17460 - Ongoing JPA 32 work
Commit: d030d32bb3626ff8c080658cc9627d11f418f5a4
https://github.com/hibernate/hibernate-orm/commit/d030d32bb3626ff8c080658...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M hibernate-envers/hibernate-envers.gradle
M settings.gradle
Log Message:
-----------
HHH-17460 - Ongoing JPA 32 work
Compare:
https://github.com/hibernate/hibernate-orm/compare/28c17d2c101f...d030d32...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications