Branch: refs/heads/wip/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: b7505b1e3fedd0b1499524b279e4f4297df690c6
https://github.com/hibernate/hibernate-orm/commit/b7505b1e3fedd0b1499524b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
M hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java
Log Message:
-----------
very minor nitpicks
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 252e92e3217b26c01d90b26020693bddd62716f1
https://github.com/hibernate/hibernate-orm/commit/252e92e3217b26c01d90b26...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/annotations/Table.java
R hibernate-core/src/main/java/org/hibernate/annotations/Tables.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableAnnotation.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TablesAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/EntityMutationTarget.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/Forest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/inheritance/joined/Pool.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/Cat.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/secondarytable/SecondaryTableSchemaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Vehicule.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/OptionalSecondaryTableBatchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/secondarytable/JoinedTableNullNonOptionalSecondaryTableTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/secondarytable/SingleTableNullNonOptionalSecondaryTableTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/TableCommentTest.java
Log Message:
-----------
HHH-18197 finally remove @Table (yay!)
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 7c7b6327016866f10ee42b8d99c28098aebf8a7d
https://github.com/hibernate/hibernate-orm/commit/7c7b6327016866f10ee42b8...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M documentation/src/main/asciidoc/introduction/Mapping.adoc
R hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.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/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ForeignKeyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/cascade/CodedPairSetHolder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/cascade/PersonPair.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/inheritance/joined/Document.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Woman.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoone/Car.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoone/ForestType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/City.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Trainer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/constraint/ConstraintTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/event/collection/detached/MultipleCollectionRefEntity1.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/event/collection/detached/MultipleCollectionRefEntity2.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/ImplicitCompositeKeyJoinTest.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/collection/MultipleCollectionRefEntity1.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/collection/MultipleCollectionRefEntity2.java
Log Message:
-----------
HHH-18185 finally remove @ForeignKey (yay!)
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 681ab43fb7ac63d05b21a92c6db20073462d1161
https://github.com/hibernate/hibernate-orm/commit/681ab43fb7ac63d05b21a92...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/annotations/Index.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumn.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/IndexOrUniqueKeySecondPass.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/TableBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/UniqueKeySecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexAnnotation.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/backquotes/Bug.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/strategy/Storm.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/tableperclass/Component.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Conductor.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Truck.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/index/ComponentIndexTest.java
Log Message:
-----------
HHH-18187 finally remove @Index (yay!)
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: c941987b71ce13e9bd4e453b3a1f44e2cbc3450b
https://github.com/hibernate/hibernate-orm/commit/c941987b71ce13e9bd4e453...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumn.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumns.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumns.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/NaturalIdBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
R
hibernate-core/src/main/java/org/hibernate/boot/model/internal/UniqueKeySecondPass.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/naturalid/NaturalIdTest.java
Log Message:
-----------
refactor handling of NaturalId unique keys
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-orm/compare/3a05fe7e2bfd...c941987...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications