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 compiler warning about annotations compiling with newer javac #113

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

kornys
Copy link
Member

@kornys kornys commented Jun 27, 2024

Description

Fix compiler issue

[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.

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit/integration tests pass locally with my changes

@kornys kornys added this to the 0.2.0 milestone Jun 27, 2024
@kornys kornys self-assigned this Jun 27, 2024
@kornys kornys marked this pull request as ready for review June 27, 2024 11:09
@github-actions github-actions bot requested review from Frawless and im-konge June 27, 2024 11:09
@kornys kornys merged commit 43c0fcc into main Jun 27, 2024
6 checks passed
@kornys kornys deleted the compiler-annotation-fix branch June 27, 2024 11:24
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.

4 participants