Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 46fea9ac4511d9fa18fb0c7d3c0e450745ebe65f
https://github.com/hibernate/hibernate-orm/commit/46fea9ac4511d9fa18fb0c7...
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