DATACMNS-1145 - @JsonPath value lookup now returns null for non-existent paths.
If a JSONPath expression is using a path not available in the backing payload we now return null rather than letting the PathNotFoundException propagate.
@ -135,24 +136,31 @@ public class JsonProjectingMethodInterceptorFactory implements MethodInterceptor
@@ -135,24 +136,31 @@ public class JsonProjectingMethodInterceptorFactory implements MethodInterceptor
@ -137,6 +137,11 @@ public class JsonProjectingMethodInterceptorFactoryUnitTests {
@@ -137,6 +137,11 @@ public class JsonProjectingMethodInterceptorFactoryUnitTests {