Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9c0bc02163cbc27b5c3a0c8415c06c70cf7eadbd
https://github.com/hibernate/hibernate-orm/commit/9c0bc02163cbc27b5c3a0c8...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
Log Message:
-----------
HHH-17635 - register custom user types when contributed through a service provider
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: 43627332cfc3883b4264546bbaff44e53f0724cf
https://github.com/hibernate/hibernate-orm/commit/43627332cfc3883b4264546...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/MonetaryAmountUserType.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/ServiceLoadedCustomUserTypeTypeContributor.java
Log Message:
-----------
HHH-17635 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/94c36922ac74...4362733...