Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: e61c30e1f1659cf244361796bcde089ca7f8d369
https://github.com/hibernate/hibernate-orm/commit/e61c30e1f1659cf24436179...
Author: Cedomir Igaly <cedomir.igaly(a)e-dama.net>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/OverrideStandardJavaTypeTest.java
Log Message:
-----------
HHH-16781 - Test case showing the problem
Commit: 2ca37ac651863a30d4be4a318d9c0b2fa2674d99
https://github.com/hibernate/hibernate-orm/commit/2ca37ac651863a30d4be4a3...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/InferredBasicValueResolver.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/BootstrapContext.java
M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M
hibernate-testing/src/main/java/org/hibernate/testing/boot/BootstrapContextImpl.java
Log Message:
-----------
HHH-16781 @JavaType annotation is ignored when basic type is already registered for the
preferred JdbcType
Compare:
https://github.com/hibernate/hibernate-orm/compare/aab185207766...2ca37ac...