We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing B works but C and nested throws exception.
Fix
At this line base.nested(segment) does not always return expected element but it can be obtained by PropertyPath.from(property, currentType).
base.nested(segment)
PropertyPath.from(property, currentType)
Example code with postman and curl requests.
The text was updated successfully, but these errors were encountered:
Fix updating nested collection fields using JSON Patch
4da9ee5
Fix updating nested collection fields using JSON Patch Closes spring-projects#2401 Related tickets spring-projects#2401
6ec1228
odrotbohm
Successfully merging a pull request may close this issue.
Changing B works but C and nested throws exception.
Fix
At this line
base.nested(segment)
does not always return expected element but it can be obtained byPropertyPath.from(property, currentType)
.Example code with postman and curl requests.
The text was updated successfully, but these errors were encountered: