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] warning: unknown enum constant When.MAYBE caused by missing JSR305 implementation #109

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

xhaggi
Copy link
Contributor

@xhaggi xhaggi commented Apr 17, 2024

This warning is caused by the javax.annotation.meta.When enum not being available to the runtime and org.springframework.lang.Nullable references this enum but it is not made available automatically.

…305 implementation

This warning is caused by the javax.annotation.meta.When enum not being available to the runtime and org.springframework.lang.Nullable references this enum but it is not made available automatically.
@wimdeblauwe wimdeblauwe merged commit d8d9c94 into wimdeblauwe:main Apr 17, 2024
2 checks passed
@xhaggi xhaggi deleted the fix/javax-annoation-warnings branch May 31, 2024 08:48
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.

None yet

2 participants