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

Restrict import of javax.annotation #450

Closed
banterCZ opened this issue Sep 20, 2023 · 0 comments
Closed

Restrict import of javax.annotation #450

banterCZ opened this issue Sep 20, 2023 · 0 comments
Assignees

Comments

@banterCZ
Copy link
Member

Spring 6 migrated to jakarta.annotations but guava depends on jsr305 and still transitively brings javax.annotation.*. Let's keep the dependency but not use the javax imports in our code.

@banterCZ banterCZ self-assigned this Sep 20, 2023
banterCZ added a commit that referenced this issue Sep 25, 2023
Fix #450: Restrict import of javax.annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant