Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 77acd6d33377914a52766bcb11ce7477f5152d82
https://github.com/hibernate/hibernate-orm/commit/77acd6d33377914a52766bc...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-01-02 (Fri, 02 Jan 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/temporal/TemporalTypeTest.java
Log Message:
-----------
HHH-20021 simple fix
Commit: 71b9f49aebc93a7f0975f7bada987d8396a58aa4
https://github.com/hibernate/hibernate-orm/commit/71b9f49aebc93a7f0975f7b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-01-02 (Fri, 02 Jan 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M hibernate-core/src/main/java/org/hibernate/type/spi/TypeConfiguration.java
Log Message:
-----------
get rid of two more incorrect unchecked casts in BasicTypeRegistry
Commit: 78defdc35d9c454e8b225f07182b3d93e32630ef
https://github.com/hibernate/hibernate-orm/commit/78defdc35d9c454e8b225f0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-01-02 (Fri, 02 Jan 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/temporal/TemporalTypeTest.java
Log Message:
-----------
commit suggestion by @beikov
Commit: 0b969939246e143bea487491ff557e5813dc8b78
https://github.com/hibernate/hibernate-orm/commit/0b969939246e143bea48749...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-01-02 (Fri, 02 Jan 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
M
hibernate-core/src/main/java/org/hibernate/procedure/internal/ProcedureCallImpl.java
Log Message:
-----------
hack to restore behavior introduced in HHH-12661
What we are accepting here is definitely not something we're supposed
or required to accept. A converter class just isn't supposed to be used
as an argument to methods of Query or its subtypes. Because I'm in an
especially tolerant mood today, I decided NOT to break this, but it
would be totally OK to break this at some point in the future.
Commit: 243b493bc900759aade2a88136bb04bd9a9b7184
https://github.com/hibernate/hibernate-orm/commit/243b493bc900759aade2a88...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-01-02 (Fri, 02 Jan 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/procedure/DB2StoredProcedureTest.java
Log Message:
-----------
tiny cleanups in test class
Compare:
https://github.com/hibernate/hibernate-orm/compare/a7298f17a465...243b493...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications