[BUG] When source contains jooq generated User Defined Type code, lombok fails to compile #3782
Labels
parked
Without further feedback this bug cannot be processed. If no feedback is provided, we close these.
Describe the bug
Demo repo
The repository contains code generated by jOOQ. It compiles successfully before adding Lombok. After adding Lombok, the annotations are not recognized, resulting in a compilation error. Adding
org.jetbrains:annotations
as a dependency resolves the issue.To Reproduce
Demo repo
Run
./gradlew compileJava
. The following compilation errors occur:Adding
org.jetbrains:annotations
as a dependency fixes the compilation. However, before Lombok is added, the project compiles without needingorg.jetbrains:annotations
.Expected behavior
Adding Lombok should not introduce new dependencies that are otherwise not required.
Version info (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: