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

[backport] avoid annotation processor warnings on Java 21 #4540

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Dec 17, 2024

Looks like this fix of a warning actually has fixed the lib detector as well:

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

Fixes #4533

FYI @Bananeweizen

[INFO] Annotation processing is enabled because one or more processors
were found
  on the class path. A future release of javac may disable annotation
processing
  unless at least one processor is specified by name (-processor), or a
search
  path is specified (--processor-path, --processor-module-path), or
annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
@laeubi laeubi enabled auto-merge (rebase) December 17, 2024 11:45
@laeubi laeubi disabled auto-merge December 17, 2024 11:46
@laeubi laeubi enabled auto-merge (rebase) December 17, 2024 15:49
@laeubi laeubi merged commit cae3042 into eclipse-tycho:tycho-4.0.x Dec 17, 2024
13 of 14 checks passed
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.

2 participants