Skip to content

Conversation

@mizdebsk
Copy link
Member

Up to JDK 22, -proc:full (annotation processing + compilation) was the default. From JDK 23 onward, the compiler uses -proc:none by default. We must now explicitly pass -proc:full to enable annotation processing.

Up to JDK 22, `-proc:full` (annotation processing + compilation) was
the default.  From JDK 23 onward, the compiler uses `-proc:none` by
default.  We must now explicitly pass `-proc:full` to enable
annotation processing.
@mizdebsk mizdebsk merged commit ede5f99 into fedora-java:master Jul 11, 2025
1 check passed
@mizdebsk mizdebsk deleted the pr/187 branch July 11, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant