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

Regression: NPE in BeanValidationError#getExtensions #2219

Closed
schulzp opened this issue Nov 2, 2024 · 0 comments
Closed

Regression: NPE in BeanValidationError#getExtensions #2219

schulzp opened this issue Nov 2, 2024 · 0 comments

Comments

@schulzp
Copy link

schulzp commented Nov 2, 2024

#2201 changed the code of BeanValidationError#getExtensions. By using Map.of() it no longer can accept null values, which breaks, if invalidValue is invalid because it's null.

@dpolysiou - could you use new HashMap() instead of Map.of()?

dpolysiou added a commit to dpolysiou/smallrye-graphql that referenced this issue Nov 5, 2024
dpolysiou added a commit to dpolysiou/smallrye-graphql that referenced this issue Nov 5, 2024
dpolysiou added a commit to dpolysiou/smallrye-graphql that referenced this issue Nov 5, 2024
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