Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5ec16b064a5d7785373efc2595bd5e5fdbb53f83
https://github.com/hibernate/hibernate-orm/commit/5ec16b064a5d7785373efc2...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/CurrentTimestamp.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Nullability.java
M hibernate-core/src/main/java/org/hibernate/generator/EventType.java
M hibernate-core/src/main/java/org/hibernate/generator/Generator.java
M
hibernate-core/src/main/java/org/hibernate/generator/internal/CurrentTimestampGeneration.java
M hibernate-core/src/main/java/org/hibernate/generator/internal/SourceGeneration.java
M
hibernate-core/src/main/java/org/hibernate/generator/internal/VersionGeneration.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
Log Message:
-----------
HHH-17751 allow @CurrentTimestamp @Version with force-increment locking
This is not the best implementation, but it reproduces the capabilities
of the deprecated generator type @Source(DB).
Commit: 1909769c759c05e18fbf36880c1a5435fcec07b0
https://github.com/hibernate/hibernate-orm/commit/1909769c759c05e18fbf368...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/locking/CurrentTimestampVersionTest.java
Log Message:
-----------
HHH-17751 add test
Commit: dcd837c46454873d94a61c56507ba63837f5c7b5
https://github.com/hibernate/hibernate-orm/commit/dcd837c46454873d94a61c5...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/generator/EventType.java
M
hibernate-core/src/main/java/org/hibernate/generator/internal/CurrentTimestampGeneration.java
Log Message:
-----------
HHH-17751 - allow @CurrentTimestamp @Version with force-increment locking
Compare:
https://github.com/hibernate/hibernate-orm/compare/33665af354ea...dcd837c...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications