[
https://issues.apache.org/jira/browse/NIFI-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634154#comment-16634154
]
ASF subversion and git services commented on NIFI-5650:
-------------------------------------------------------
Commit 813cc1f6a25417c47eafd409089c7d2dec7ac12a in nifi's branch
refs/heads/master from [~ca9mbu]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=813cc1f ]
NIFI-5650: Added Xerces to scripting bundle for Jython 2.7.1
This closes #3042
Signed-off-by: Mike Thomsen <[email protected]>
> Add xercesImpl to scripting NAR for Jython 2.7.1
> ------------------------------------------------
>
> Key: NIFI-5650
> URL: https://issues.apache.org/jira/browse/NIFI-5650
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
> Fix For: 1.8.0
>
>
> NIFI-4301 bumped the version of Jython from Jython 2.7.0 to 2.7.1 in order to
> get a fix related to the os.getpid() method. However Jython 2.7.1 does not
> include Xerces (which provides the SAXParser for XML parsing), so although
> one bug is fixed, a capability has been degraded.
> Recommend explicitly adding Xerces as a dependency to the scripting NAR, and
> make sure the unit tests and such run for other languages, so as not to
> introduce a classloading issue if some engine brings their own Xerces shaded
> into the engine's JAR(s), for example.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)