dan-s1 commented on code in PR #9660:
URL: https://github.com/apache/nifi/pull/9660#discussion_r1927632485


##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateJson.java:
##########
@@ -199,7 +213,7 @@ public String getDescription() {
         REL_FAILURE
     );
 
-    private static final ObjectMapper MAPPER = new 
ObjectMapper().configure(JsonParser.Feature.ALLOW_COMMENTS, true);
+    private ObjectMapper MAPPER;

Review Comment:
   @exceptionfactory I was wondering whether this should be done in light of 
the changes you made in #9648. Do want `ObjectMapper` to be an instance 
variable in this processor?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to