Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: b8060d2df7d33c6478d59fe07e1e1c4febefaa35
https://github.com/hibernate/hibernate-orm/commit/b8060d2df7d33c6478d59fe...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/cdi/lifecycle/ExtendedBeanManagerNotAvailableDuringTypeResolutionTest.java
Log Message:
-----------
HHH-15068 Reproduce problem where type resolution accesses the bean manager before
it's ready
Commit: 51e556ebde441f85c3bd7656edf90b2dcae952a1
https://github.com/hibernate/hibernate-orm/commit/51e556ebde441f85c3bd765...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeDefinition.java
M
hibernate-core/src/main/java/org/hibernate/id/factory/internal/StandardIdentifierGeneratorFactory.java
M hibernate-core/src/main/java/org/hibernate/resource/beans/internal/Helper.java
Log Message:
-----------
HHH-15068 Don't try to instantiate types through the bean manager when that's
not possible
Compare:
https://github.com/hibernate/hibernate-orm/compare/5ced797dd5af...51e556e...