-
Notifications
You must be signed in to change notification settings - Fork 356
NullPointerException appears in PersistentPropertyPathExtension#equals #1164
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
Labels
type: regression
A regression from a previous release
Comments
Do you have an actual scenario where this happens? |
schauder
added a commit
that referenced
this issue
Feb 11, 2022
Adding references to issues on test annotations. Made test methods package private. See #1164
We have a custom DataAccessStrategy that speeds up the read operation for a list of data. As one of the steps, we are grouping all PersistentPropertyPathExtension by the parent path. |
schauder
added a commit
that referenced
this issue
Feb 15, 2022
schauder
added a commit
that referenced
this issue
Feb 15, 2022
schauder
added a commit
that referenced
this issue
Feb 15, 2022
Adding references to issues on test annotations. Made test methods package private. See #1164
schauder
added a commit
that referenced
this issue
Feb 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NullPointerException appears in PersistentPropertyPathExtension#equals, because field PersistentPropertyPathExtension#path is nullable and equals ignores that path can be null:
The text was updated successfully, but these errors were encountered: