Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 02c11514fc4443cb160f1b571a711b34b80ae533
https://github.com/hibernate/hibernate-orm/commit/02c11514fc4443cb160f1b5...
Author: Cedomir Igaly <cedomir.igaly(a)e-dama.net>
Date: 2023-09-29 (Fri, 29 Sep 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: ccb093e553b37e71e5975e2bd78cdfc8ffce350e
https://github.com/hibernate/hibernate-orm/commit/ccb093e553b37e71e5975e2...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-09-29 (Fri, 29 Sep 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/30aec8b8ff0a...ccb093e...