Branch: refs/heads/wip/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: c3fa912d3c1bfea6b434676b94121ac4cae1fa57
https://github.com/hibernate/hibernate-orm/commit/c3fa912d3c1bfea6b434676...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M documentation/src/main/asciidoc/introduction/Advanced.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
M hibernate-core/src/main/java/org/hibernate/annotations/IdGeneratorType.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/generator/AnnotationBasedGenerator.java
R
hibernate-core/src/main/java/org/hibernate/generator/CustomIdGeneratorCreationContext.java
M hibernate-core/src/main/java/org/hibernate/generator/GeneratorCreationContext.java
M hibernate-core/src/main/java/org/hibernate/id/uuid/UuidGenerator.java
M hibernate-core/src/main/java/org/hibernate/mapping/GeneratorCreator.java
R hibernate-core/src/main/java/org/hibernate/mapping/IdentifierGeneratorCreator.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/id/custom/CustomSequenceGenerator.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/idgen/userdefined/NativeGenerator.java
Log Message:
-----------
HHH-18139 clean up one more bifurcation in the Generator framework
removes CustomIdGeneratorCreationContext and IdentifierGeneratorCreator
(which were @Incubating and @Internal, respectively)
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 3b4170c52cdb2614a93a39972ff5082837b155c8
https://github.com/hibernate/hibernate-orm/commit/3b4170c52cdb2614a93a399...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
R
hibernate-core/src/main/java/org/hibernate/boot/internal/GenerationStrategyInterpreter.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorParameters.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorStrategies.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdBagBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdGeneratorResolverSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/PersistentIdentifierGenerator.java
M
hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/id/SequenceStyleGeneratorBehavesLikeSequeceHiloGeneratorWitZeroIncrementSizeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/id/enhanced/SequenceStyleConfigUnitTest.java
Log Message:
-----------
HHH-18139 clean up / reorg of generator binding related code
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 8de6d0fdc05ff975f69e432c85ad0721f10b0aa8
https://github.com/hibernate/hibernate-orm/commit/8de6d0fdc05ff975f69e432...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
Log Message:
-----------
HHH-18139 fix broken Envers test
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-orm/compare/aa1e6308234b...8de6d0f...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications