You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/11/19 17:38:52 UTC

[GitHub] [nifi] mattyb149 edited a comment on pull request #4601: NIFI-7917 Upgrade avro to 1.10 in nifi-nar-bundles/nifi-standard-serv…

mattyb149 edited a comment on pull request #4601:
URL: https://github.com/apache/nifi/pull/4601#issuecomment-730526414


   Also two files refer to `org.codehaus.jackson.JsonNode` and should be changed to `com.fasterxml.jackson.databind.JsonNode`:
   
   ConvertJSONToSQL
   TestConvertJSONToSQL
   
   Same goes for ArrayNode and JsonNodeFactory, they need to be updated and calls to `getFieldNames()` changed to `fieldNames()` in those two files


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org