Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6ee8135a29a79bb4c87dc9c701a611d6a2b9a523
https://github.com/hibernate/hibernate-orm/commit/6ee8135a29a79bb4c87dc9c...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/usertype/IntegratorProvidedUserTypeTest.java
A hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapper.java
A hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapperUserType.java
A
hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapperUserTypeIntegrator.java
M
hibernate-core/src/test/resources/org/hibernate/test/service/org.hibernate.integrator.spi.Integrator
Log Message:
-----------
HHH-14408 Test that user type provided by integrator is properly registered
Commit: d4b3bf3a97ea9e240856b78248b5ac68d87612ee
https://github.com/hibernate/hibernate-orm/commit/d4b3bf3a97ea9e240856b78...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryBuilderImpl.java
M
hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
Log Message:
-----------
HHH-14408 Defer property type access until integrators ran
Compare:
https://github.com/hibernate/hibernate-orm/compare/20f6d4f5dbcc...d4b3bf3...