You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 16:25:20 UTC

[jira] [Commented] (NIFI-2142) Cache compiled XSLT in TransformXml

    [ https://issues.apache.org/jira/browse/NIFI-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375298#comment-15375298 ] 

ASF GitHub Bot commented on NIFI-2142:
--------------------------------------

Github user JPercivall commented on the issue:

    https://github.com/apache/nifi/pull/609
  
    Hey @jfrazee, looks like you have contrib check issues that cause the build to fail:
    
    [WARNING] src/main/java/org/apache/nifi/processors/standard/TransformXml.java[24:8] (imports) UnusedImports: Unused import - java.util.Collection.
    [WARNING] src/test/java/org/apache/nifi/processors/standard/TestTransformXml.java[19] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - java.io.*.
    [WARNING] src/test/java/org/apache/nifi/processors/standard/TestTransformXml.java[36:8] (imports) UnusedImports: Unused import - org.junit.Ignore.


> Cache compiled XSLT in TransformXml
> -----------------------------------
>
>                 Key: NIFI-2142
>                 URL: https://issues.apache.org/jira/browse/NIFI-2142
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Joey Frazee
>             Fix For: 1.0.0
>
>
> TransformXml appears to be recompiling the XSLT on every onTrigger event, which is slow. It should cache the compiled stylesheets.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)