Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 293ed7e8fe0262709d0c81153511fd0ae1e0b991
https://github.com/hibernate/hibernate-orm/commit/293ed7e8fe0262709d0c811...
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: ecfdf4427ee6b12128bb41991817cad870d78b0e
https://github.com/hibernate/hibernate-orm/commit/ecfdf4427ee6b12128bb419...
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: 324bae75dd621d99a558cf2d3f4d1a0e9bc0c81d
https://github.com/hibernate/hibernate-orm/commit/324bae75dd621d99a558cf2...
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: 707b2d4dc726eef87f48b9dd593ee0d4c840d571
https://github.com/hibernate/hibernate-orm/commit/707b2d4dc726eef87f48b9d...
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: 88c7dfa259ec3b59697c699448d24260c9c98e6c
https://github.com/hibernate/hibernate-orm/commit/88c7dfa259ec3b59697c699...
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/61a8b5938771...88c7dfa...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications