You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by pvillard31 <gi...@git.apache.org> on 2018/03/13 16:44:48 UTC

[GitHub] nifi issue #2538: NIFI-4962 FlattenJson processor add unexpected backslash a...

Github user pvillard31 commented on the issue:

    https://github.com/apache/nifi/pull/2538
  
    ````
    [WARNING] src/main/java/org/apache/nifi/processors/standard/FlattenJson.java:[21,8] (imports) UnusedImports: Unused import - com.github.wnameless.json.flattener.CharSequenceTranslatorFactory.
    [WARNING] src/main/java/org/apache/nifi/processors/standard/FlattenJson.java:[25,8] (imports) UnusedImports: Unused import - org.apache.commons.text.translate.CharSequenceTranslator.
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 04:39 min
    [INFO] Finished at: 2018-03-13T17:43:28+01:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (check-style) on project nifi-standard-processors: You have 2 Checkstyle violations. -> [Help 1]
    ````


---