Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 4b32e0f41413a66aea4cd510d56b9f4a6d0544f3
https://github.com/hibernate/hibernate-orm/commit/4b32e0f41413a66aea4cd51...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumns.java
M hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyJpaCompliantImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyLegacyJpaImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/namingstrategy/QuotedImplicitJoinColumnNamingTests.java
Log Message:
-----------
Revert "HHH-20042 fix unnecessary quoting" (was supposed to be for h8)
This reverts commits:
f89b49972b80c6f9da3270d2c6d7e37b62d1e34a
cdd66ee57d360e93c68ce0d9f7022bc71ecae737
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 6709e442fd40c34dbdbec693a577db81f9a75f26
https://github.com/hibernate/hibernate-orm/commit/6709e442fd40c34dbdbec69...
Author: Michael Trinh <32150483+mitrinh(a)users.noreply.github.com>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/TimeUtcAsJdbcTimeJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/TimestampUtcAsInstantJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/TimestampUtcAsJdbcTimestampJdbcType.java
Log Message:
-----------
HHH-20355 concurrent use of to Calendar (#12208)
JDBC drivers mutate the `Calendar` passed to the set methods,
making the use of a singleton calendar non-thread safe.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications