Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 114ae9cdc057d5dc3d247c8fed85bf72f71d57ce
https://github.com/hibernate/hibernate-orm/commit/114ae9cdc057d5dc3d247c8...
Author: Stefan Würsten <swuersten(a)tocco.ch>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorAnnotationHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/idgen/userdefined/GenericAnnotationBasedGeneratorTest.java
Log Message:
-----------
HHH-20614 Resolve AnnotationBasedGenerator type argument through class hierarchy
Previously only inspected the generator's direct
generic interfaces, so it failed to find the annotation type argument when
Previously only inspected the generator's direct
generic interfaces, so it failed to find the annotation type argument when
a generator inherited AnnotationBasedGenerator from an abstract base class.
Use to resolve the argument through the full
class hierarchy.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications