Branch: refs/heads/7.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: d8e1c1db592a3e48b9ba4e1615b806cb1027a170
https://github.com/hibernate/hibernate-orm/commit/d8e1c1db592a3e48b9ba4e1...
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