Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5f99d56f0fc10b160fc33de910f599fa9c5718e8
https://github.com/hibernate/hibernate-orm/commit/5f99d56f0fc10b160fc33de...
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: 8aa99f1482a8d7123dc7a80dd5a23f4cfd2f6803
https://github.com/hibernate/hibernate-orm/commit/8aa99f1482a8d7123dc7a80...
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: 0d18678a0202be2fd64bdfd41429dd1c075509a1
https://github.com/hibernate/hibernate-orm/commit/0d18678a0202be2fd64bdfd...
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/196315d6c5a0...0d18678...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications