Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 40261547bd84458095654e90fe0b5396730cd884
https://github.com/hibernate/hibernate-orm/commit/40261547bd84458095654e9...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeContributions.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadataBuildingOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingOptions.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/ContributedUserTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/MyCompositeValue.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/MyCompositeValueType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/MyCompositeValueTypeContributor.java
Log Message:
-----------
HHH-17181 Handle composite user type contributions