You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project shows how using json-path with Jackson in version 2.6.0 to apply a path expression to a file without matches works as expected, but throws an InvalidPathException with 2.7.0 while the Option.SUPPRESS_EXCEPTIONS has been enabled.
The text was updated successfully, but these errors were encountered:
So basically the issue occurs when, somewhere along the path, there are no longer any results while the path continues. Here it reaches Services and needs to further step into the json, but there is nowhere to go.
I wrote another issue (#951) but now that i analyze, it looks like it is very similar to this one.
jsonpath-issue.zip
This project shows how using json-path with Jackson in version 2.6.0 to apply a path expression to a file without matches works as expected, but throws an
InvalidPathException
with 2.7.0 while theOption.SUPPRESS_EXCEPTIONS
has been enabled.The text was updated successfully, but these errors were encountered: