[
https://issues.apache.org/jira/browse/CONNECTORS-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568746#comment-17568746
]
Karl Wright commented on CONNECTORS-1722:
-----------------------------------------
Xalan is a downstream dependency of many libraries referenced by ManifoldCF
connectors. Try mvn dependency:tree to see these.
If the java runtime contains it as stated, please suggest a TESTED patch for
changing the necessary build.xml downloads and references.
> remove xalan dependency due to it being end of life
> ---------------------------------------------------
>
> Key: CONNECTORS-1722
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1722
> Project: ManifoldCF
> Issue Type: Improvement
> Reporter: PJ Fanning
> Priority: Major
>
> Xalan is no longer supported.
> https://lists.apache.org/thread/s8kjny5270ssfcp46v0fl39lk98987w7
> It is better to use JAXP TransformerFactory than using xalan directly. If you
> add xalan dependency just to ensure that you have a JAXP compliant
> transformer on the classpath, this is unnecessary - the Java runtime has a
> built-in implementation.
> See https://github.com/apache/manifoldcf/pull/130
--
This message was sent by Atlassian Jira
(v8.20.10#820010)