Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: a50786f969504bf427a1911a226a5f4a6cbc08bc
https://github.com/hibernate/hibernate-orm/commit/a50786f969504bf427a1911...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-07-25 (Sat, 25 Jul 2026)
Changed paths:
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 Add test for issue
Commit: 3086dc3c31180f53a0838de38dde294d097346a9
https://github.com/hibernate/hibernate-orm/commit/3086dc3c31180f53a0838de...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-07-25 (Sat, 25 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
Log Message:
-----------
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>
Compare:
https://github.com/hibernate/hibernate-orm/compare/25f6cdd7f8af...3086dc3...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications