Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1cb869e8f900d77a476f207ea9cae426bbfda0fc
https://github.com/hibernate/hibernate-orm/commit/1cb869e8f900d77a476f207...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
A
tooling/metamodel-generator/src/jakartaData/java/org/hibernate/processor/test/data/cursoredpage/CursoredBookRepository.java
A
tooling/metamodel-generator/src/jakartaData/java/org/hibernate/processor/test/data/cursoredpage/CursoredBookRepositoryTest.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AbstractQueryMethod.java
Log Message:
-----------
HHH-20472 Add missing java.util.List import in generated CursoredPage code
The makeKeyedPage method generates code casting to List<Comparable<?>>
but never imported java.util.List, causing compilation errors when no
other repository method triggered the import.
Co-Authored-By: Claude Opus 4.6 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications