[hibernate-commits] [hibernate/hibernate-orm] de8e96: HHH-13379 Enhance date/time tests to allow testing...

Yoann Rodière noreply at github.com
Mon Jul 29 15:55:22 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: de8e965cc88e16db40537416d5dd793e9f8c42fa
      https://github.com/hibernate/hibernate-orm/commit/de8e965cc88e16db40537416d5dd793e9f8c42fa
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/type/AbstractJavaTimeTypeTest.java

  Log Message:
  -----------
  HHH-13379 Enhance date/time tests to allow testing certain values only when forcing the JDBC timezone


  Commit: 89d304a00e9d12e15d64c2d0ffa84c2640868a2d
      https://github.com/hibernate/hibernate-orm/commit/89d304a00e9d12e15d64c2d0ffa84c2640868a2d
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/InstantJavaDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/OffsetDateTimeJavaDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ZonedDateTimeJavaDescriptor.java

  Log Message:
  -----------
  HHH-13379 Do not change the instant when storing a java.time type representing an instant at DST end in the default JVM timezone

Note problems can still occur in the JDBC driver if the JDBC timezone is
not forced to GMT/UTC.


  Commit: 0387090bba264f1c40af62f58e335d50bba7731a
      https://github.com/hibernate/hibernate-orm/commit/0387090bba264f1c40af62f58e335d50bba7731a
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/type/AbstractJavaTimeTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/InstantTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/LocalDateTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/LocalDateTimeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/LocalTimeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/OffsetDateTimeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/OffsetTimeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/ZonedDateTimeTest.java

  Log Message:
  -----------
  HHH-13379 Test storage of java.time type representing an instant near the end of DST


Compare: https://github.com/hibernate/hibernate-orm/compare/65fa9cb1e717...0387090bba26



More information about the hibernate-commits mailing list