Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1974abb6dcab6048a75bea14c4c789d1bc16935a
https://github.com/hibernate/hibernate-orm/commit/1974abb6dcab6048a75bea1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/TimeZoneStorageStrategy.java
M hibernate-core/src/main/java/org/hibernate/annotations/TimeZoneStorageType.java
Log Message:
-----------
HHH-16302 Document that TimeZoneStorageType.NORMALIZE normalizes to the JVM timezone,
not to hibernate.jdbc.time_zone, upon reading values
Commit: 5b74011b7d067eb2beb750ff820034e717e7df0e
https://github.com/hibernate/hibernate-orm/commit/5b74011b7d067eb2beb750f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
Log Message:
-----------
HHH-16302 Document all TimeZoneStorageType values in reference documentation
Commit: 20f4598cb2c121125dda14c732cb8f0b74c2ff03
https://github.com/hibernate/hibernate-orm/commit/20f4598cb2c121125dda14c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
Log Message:
-----------
HHH-16302 Clarify that the JDBC timezone is supposed to match the database timezone
See
https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/t...
Compare:
https://github.com/hibernate/hibernate-orm/compare/204278164dba...20f4598...