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

Fix annotation processing warnings #8319

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

hubertp
Copy link
Contributor

@hubertp hubertp commented Nov 17, 2023

Introduced in #8286.

[warn] Unexpected javac output: Note: Annotation processing is enabled because one or more processors were found
[warn]   on the class path. A future release of javac may disable annotation processing
[warn]   unless at least one processor is specified by name (-processor), or a search
[warn]   path is specified (--processor-path, --processor-module-path), or annotation
[warn]   processing is enabled explicitly (-proc:only, -proc:full).
[warn]   Use -Xlint:-options to suppress this message.
[warn]   Use -proc:none to disable annotation processing..
[info] Note: Annotation processing is enabled because one or more processors were found

@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label Nov 17, 2023
Copy link
Member

@JaroslavTulach JaroslavTulach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

Copy link
Member

@Akirathan Akirathan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is a new warning introduced in JDK 21. Thanks for the fix.

@hubertp hubertp added the CI: Ready to merge This PR is eligible for automatic merge label Nov 20, 2023
@mergify mergify bot merged commit b4405f6 into develop Nov 20, 2023
36 checks passed
@mergify mergify bot deleted the wip/hubert/annotation-processing-warnings branch November 20, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants