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

Support jakarta namespace #2289

Closed
seanmmills opened this issue Dec 22, 2022 · 1 comment
Closed

Support jakarta namespace #2289

seanmmills opened this issue Dec 22, 2022 · 1 comment

Comments

@seanmmills
Copy link
Contributor

With the release of Spring Framework 6, the namespace move from javax to jakarta is gaining more traction. Please add support for the jakarta annotations wherever javax is referenced.

Here is one example:
https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/UnreadFields.java#L315

I ran into an issue where the URF_UNREAD_FIELD bug pattern was found on JPA entities without a getter method.

@welcome
Copy link

welcome bot commented Dec 22, 2022

Thanks for opening your first issue here! 😃
Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.

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

No branches or pull requests

1 participant