Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit annotation processors required with JDK 22 #3246

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

rbygrave
Copy link
Member

JDK 22 changes such that annotation processors are not found by default on the classpath. As such they either need to be explicitly registered with the compiler (e.g. maven-compiler-plugin) or use -proc:full

JDK 22 changes such that annotation processors are not found by default on
the classpath. As such they either need to be explicitly registered with
the compiler (e.g. maven-compiler-plugin) or use -proc:full
@rbygrave rbygrave self-assigned this Oct 16, 2023
@rbygrave rbygrave added this to the 13.23.1 milestone Oct 16, 2023
@rbygrave rbygrave merged commit 8733fed into master Oct 16, 2023
@rbygrave rbygrave deleted the feature/annotation-processing-jdk-22 branch October 16, 2023 09:06
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