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

Replace JSR 305 annotations #971

Closed
sleberknight opened this issue Apr 27, 2023 · 0 comments · Fixed by #972
Closed

Replace JSR 305 annotations #971

sleberknight opened this issue Apr 27, 2023 · 0 comments · Fixed by #972
Assignees
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Milestone

Comments

@sleberknight
Copy link
Member

We want to move away from JSR 305 due to "split packages".

References:

@sleberknight sleberknight added the refactoring Code refactoring label Apr 27, 2023
@sleberknight sleberknight added this to the 2.6.0 milestone Apr 27, 2023
@sleberknight sleberknight self-assigned this Apr 27, 2023
sleberknight added a commit that referenced this issue Apr 27, 2023
* Replace Nonnull and Nullable with equivalents from Checker
* Replace Immutable with equivalent from error prone
* Remove NotThreadSafe as there is no good equivalent
* Remove Priority since not needed (in KiwiJaxWsTest)

Closes  #971
@sleberknight sleberknight added code cleanup Fix issues reported by Sonar or any other code analysis tools and removed refactoring Code refactoring labels Apr 27, 2023
sleberknight added a commit that referenced this issue Apr 27, 2023
* Replace Nonnull and Nullable with equivalents from Checker
* Replace Immutable with equivalent from error prone
* Remove NotThreadSafe as there is no good equivalent
* Remove Priority since not needed (in KiwiJaxWsTest)

Closes  #971
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant