Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5719586344d61c62ebb2d43c5b743212b4e369e1
https://github.com/hibernate/hibernate-orm/commit/5719586344d61c62ebb2d43...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/ClassWriter.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/Context.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/HibernateProcessor.java
Log Message:
-----------
HHH-20267: Make sure we never reprocess generated files
This happens because in some cases we detect repositories by their
Panache supertype, and the generated repository implementation also
extend this supertype, leading to an infinite processing error.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications