Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: fd6f3546d044c24b2bbf583a1133d9e520481b78
https://github.com/hibernate/hibernate-orm/commit/fd6f3546d044c24b2bbf583...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-18 (Wed, 18 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: da854341856ab2dd16751ed888c808bc98287863
https://github.com/hibernate/hibernate-orm/commit/da854341856ab2dd16751ed...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-18 (Wed, 18 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/5bd0a00010e8...da85434...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications