mattyb149 commented on code in PR #7509:
URL: https://github.com/apache/nifi/pull/7509#discussion_r1270879547
##########
nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-processors/src/main/java/org/apache/nifi/processors/jslt/JSLTTransformJSON.java:
##########
@@ -122,11 +139,18 @@ public class JSLTTransformJSON extends AbstractProcessor {
private static final List<PropertyDescriptor> descriptors;
private static final Set<Relationship> relationships;
private static final ObjectMapper jsonObjectMapper = new ObjectMapper();
+ private static final ObjectMapper jsonObjectMapperPerObject = new
ObjectMapper();
Review Comment:
Not sure, I was trying different things when getting the per-object part
working. I will remove it and see what happens :)
--
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]