Commit 9df44c1
committed
fix(processor): avoid re-processing EnableFlamingock annotation in later rounds (#731)
Previously the Flamingock annotation processor was executed on every
round. When used together with Lombok, the @EnableFlamingock annotation
could be removed in a later round, causing the processor to fail.
This change ensures the processor runs only when needed, preventing
the issue triggered when Lombok rewrites annotated classes.
Closes #729.1 parent e9b5d06 commit 9df44c1
File tree
1 file changed
+2
-1
lines changed- core/flamingock-processor/src/main/java/io/flamingock/core/processor
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
0 commit comments