Branch: refs/heads/7.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 387ee161ff7716a7260984303b20fbc2cd7fb3ef
https://github.com/hibernate/hibernate-orm/commit/387ee161ff7716a72609843...
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