Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: fc64e460ae21e579218fb1c5659fea5267230659
https://github.com/hibernate/hibernate-orm/commit/fc64e460ae21e579218fb1c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M gradle/libs.versions.toml
Log Message:
-----------
HHH-20597 Update to hibernate-models 1.3.0
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: 695bfbf4105b0ce6b472af30fc35b04d05a94570
https://github.com/hibernate/hibernate-orm/commit/695bfbf4105b0ce6b472af3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/JsonGenericMapSubtypeTest.java
Log Message:
-----------
HHH-20597 Add test for generic Map subtype resolution with JSON mapping
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: a694f95a695e36b55bb1b9d279049e10f79f30bb
https://github.com/hibernate/hibernate-orm/commit/a694f95a695e36b55bb1b9d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
Log Message:
-----------
HHH-20597 Use Kind.CONSTRUCTOR for @Instantiator descriptor
Now that hibernate-models 1.3 added Kind.CONSTRUCTOR, replace the
EnumSet.noneOf workaround with the proper target.
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: f61ff6f5ce05d3c2c11c49eed7954cd375176748
https://github.com/hibernate/hibernate-orm/commit/f61ff6f5ce05d3c2c11c49e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/models/JpaAnnotations.java
Log Message:
-----------
HHH-20597 Add Kind.MODULE to JPA annotation descriptors targeting MODULE
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: fad1729dce015f908198d57a8d80274a30f905a5
https://github.com/hibernate/hibernate-orm/commit/fad1729dce015f908198d57...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
Log Message:
-----------
HHH-20597 Use ConstructorDetails for @Instantiator resolution
Now that hibernate-models 1.3 supports constructor-level annotations,
use ClassDetails.getConstructors() instead of raw JDK reflection
to find @Instantiator-annotated constructors.
Assisted-By: Claude Code <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/cedaa489534e...fad1729...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications