Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: b2d2a445070c6d16a55d06bfb3536cf2b07e7ce9
https://github.com/hibernate/hibernate-orm/commit/b2d2a445070c6d16a55d06b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/internal/DomainModelCategorizationCollector.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/internal/GlobalRegistrationsImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/hqlimport/Animal.java
A hibernate-core/src/test/java/org/hibernate/orm/test/hqlimport/Cat.java
A hibernate-core/src/test/java/org/hibernate/orm/test/hqlimport/Dog.java
A hibernate-core/src/test/java/org/hibernate/orm/test/hqlimport/HqlImportTest.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/hqlimport/Mappings.orm.xml
Log Message:
-----------
HHH-20716 xml <hql-import> elements are parsed but never processed (#13106)
* HHH-20716 Process hql-import elements from orm xml mappings
The <hql-import> elements in orm.xml were parsed into the JAXB model
but never processed. This adds collection of hql-imports during XML
processing (in DomainModelCategorizationCollector) and applies them
as imports during processQueryRenames() in the annotation processor.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications