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 NPE when params is null #240

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

arjantijms
Copy link
Contributor

Params is specified to allow for the null value, but if it's actually null this method will blow up with a null pointer exception.

CC @BalusC @dmatej

Params is specified to allow for the null value, but if it's actually
null this method will blow up with a null pointer exception.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
@arjantijms arjantijms added this to the 6.0.1 milestone Jul 12, 2024
@arjantijms arjantijms self-assigned this Jul 12, 2024
@arjantijms arjantijms merged commit 98a5159 into jakartaee:6.0.x Jul 15, 2024
1 check passed
@arjantijms arjantijms deleted the fix_npe branch July 15, 2024 13:36
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.

5 participants