Branch: refs/heads/7.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 11077b794a0a252e30aab802b03959e377fd5d76
https://github.com/hibernate/hibernate-orm/commit/11077b794a0a252e30aab80...
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: 44191dc15fc2a360479d49bd763ca9c432b6f191
https://github.com/hibernate/hibernate-orm/commit/44191dc15fc2a360479d49b...
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/84a02bc2c5f8...44191dc...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications