gravity9-tech / json-patch-path

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.x)
Other
11 stars 1 forks source link

Add context to JsonPatchException #46

Closed BartekGravity closed 1 year ago

BartekGravity commented 1 year ago

Resolves #45

* Added more context to relevant Exceptions
* Removed unreachable exceptions (due to the use of JsonPath parsing)
* Fixed MessageBundle wrong path
* Fixed test cases