Branch: refs/heads/7.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 71143153130158a248413bc88acb56860631ac1c
https://github.com/hibernate/hibernate-orm/commit/71143153130158a248413bc...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/ImportContextImpl.java
Log Message:
-----------
HHH-20130 fix bug in imported vs qualified type logic in Processor
This appears to be a very ancient bug. If another type with the same
name is imported, we have to qualify the type name, even if it is in
the same package or in java.lang.
Commit: 27fc1370e7636e797b4090d420c40777f5be80b4
https://github.com/hibernate/hibernate-orm/commit/27fc1370e7636e797b4090d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
A
tooling/metamodel-generator/src/test/java/org/hibernate/processor/test/hhh20183/EntityType.java
A
tooling/metamodel-generator/src/test/java/org/hibernate/processor/test/hhh20183/EntityTypeTest.java
A
tooling/metamodel-generator/src/test/java/org/hibernate/processor/test/hhh20183/FormType.java
Log Message:
-----------
HHH-20130 add test
Compare:
https://github.com/hibernate/hibernate-orm/compare/2c5e33552066...27fc137...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications