Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4a8bb326de5f94205aa5a83bf1f640ab4861c9d9
https://github.com/hibernate/hibernate-orm/commit/4a8bb326de5f94205aa5a83...
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: fa53e6da985207d1466c3801d2514ca2a9750db8
https://github.com/hibernate/hibernate-orm/commit/fa53e6da985207d1466c380...
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: d09640fe369bec354c5cb6b2fdc5cecd832b220d
https://github.com/hibernate/hibernate-orm/commit/d09640fe369bec354c5cb6b...
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/a358d1d2d07e...d09640f...