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: jakarta Nonnull assertion for method returning collections #75

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

paul58914080
Copy link
Collaborator

Summary

Basically for rule DontReturnNullCollectionTest along with check with javax.annotation.Nonnull now due to the movement of javax to jakarta we now have to also check with or condition jakarta.annotation.Nonnull

Context

Checklist:

  • I've added tests for my code.

Related issue :

Closes: #74

@vincent-fuchs
Copy link
Collaborator

a PR with a lot of version bumps was just merged, and now there are conflicts.

Can you rebase your PR and follow the same pattern of declaring the version at the top please ?

@vincent-fuchs vincent-fuchs merged commit e5f6097 into societe-generale:master Nov 16, 2023
2 checks passed
vincent-fuchs pushed a commit that referenced this pull request Nov 19, 2023
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.

DontReturnNullCollectionTest does not work when imported from jakarta
2 participants