Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: ccc59bfa84094579ac673fa1ec2db558b2d234af
https://github.com/hibernate/hibernate-orm/commit/ccc59bfa84094579ac673fa...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/models/DialectOverrideAnnotations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/JpaAnnotations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/XmlAnnotations.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SpecializedAnnotationDescriptor.java
A
hibernate-core/src/test/java/org/hibernate/boot/models/AnnotationDescriptorMetadataTest.java
Log Message:
-----------
HHH-20227 Avoid reflection for descriptors of Hibernate ORM and JPA annotations
This is rather costly, and is very noticeable when using AOT caching
with Project Leyden.
Commit: 659d0fbfdc43039b88e787799eefc8aea06d43a3
https://github.com/hibernate/hibernate-orm/commit/659d0fbfdc43039b88e7877...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
Log Message:
-----------
HHH-20227 Drop usage of SpecializedAnnotationDescriptor as not used
I haven't dropped the SpecializedAnnotationDescriptor class as it might
be useful in the future, but for now, from what I can see, nothing
relies on its specificities in the Hibernate ORM codebase.
Commit: 64a70197d6de5b7b0d9f61e2479f42049d974fda
https://github.com/hibernate/hibernate-orm/commit/64a70197d6de5b7b0d9f61e...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyInferredData.java
Log Message:
-----------
HHH-20227 Avoid reading annotations of JDK classes
Compare:
https://github.com/hibernate/hibernate-orm/compare/fb1d02a8e7e4...64a7019...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications