Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: a1d52b0bb1db8e57be3ed108aa5888e637fc5a14
https://github.com/hibernate/hibernate-orm/commit/a1d52b0bb1db8e57be3ed10...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/HCANNHelper.java
Log Message:
-----------
minor cleanups to HCANNHelper
Commit: 60e5b7528265a8411a1ba8aab51a6f2a648df100
https://github.com/hibernate/hibernate-orm/commit/60e5b7528265a8411a1ba8a...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Bag.java
M hibernate-core/src/main/java/org/hibernate/annotations/Type.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataSourcesContributor.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
Log Message:
-----------
fix the misleading documentation of the @Bag annotation
and improve error reporting when used in a nonsensical way
Commit: e89015fd8cbb450140ace5b111f874ae5d264463
https://github.com/hibernate/hibernate-orm/commit/e89015fd8cbb450140ace5b...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/package-info.java
Log Message:
-----------
document the use of typing annotations as meta-annotations
Commit: 65235991063add1866fad938d9e397de4a0e6160
https://github.com/hibernate/hibernate-orm/commit/65235991063add1866fad93...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionIdType.java
M hibernate-core/src/main/java/org/hibernate/annotations/Target.java
Log Message:
-----------
allow @CollectionIdType to be used as meta-annotation
this was always intended, I believe
Commit: 5bc6558b074671dee8e62828a6acb210cde5fd2e
https://github.com/hibernate/hibernate-orm/commit/5bc6558b074671dee8e6282...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Nationalized.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
Log Message:
-----------
allow @Nationalized to be used as a meta-annotation
Compare:
https://github.com/hibernate/hibernate-orm/compare/327342b39e23...5bc6558...