Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: b192d0a2343bc85c4fabd3a90c8df10e673a9efa
https://github.com/hibernate/hibernate-orm/commit/b192d0a2343bc85c4fabd3a...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/generator/internal/CurrentTimestampGeneration.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/CreationTimestampTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/UpdateTimestampTest.java
Log Message:
-----------
HHH-16240 - Add test and fix for issue, and refactor TimestampGenerators out of
CurrentTimestampGeneration
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>