Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: fe260f8e80ecbe7fc1d651192b4dc1f8e98d882b
https://github.com/hibernate/hibernate-orm/commit/fe260f8e80ecbe7fc1d6511...
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: 79794c8a7d546ae33aeaf157816d769ab5218a37
https://github.com/hibernate/hibernate-orm/commit/79794c8a7d546ae33aeaf15...
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/52356642621a...79794c8...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications