Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: d6f09d6e9d0ac1c299dfb027f13bbc641236a035
https://github.com/hibernate/hibernate-orm/commit/d6f09d6e9d0ac1c299dfb02...
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: 29346e6f19a73a4690fcdfdf6a122668bd0cc4ae
https://github.com/hibernate/hibernate-orm/commit/29346e6f19a73a4690fcdfd...
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/733b555e8682...29346e6...