Piotr Klimczak created CAMEL-19095:
--------------------------------------
Summary: Camel Karaf using buggy Saxon bundle with wrong imports
Key: CAMEL-19095
URL: https://issues.apache.org/jira/browse/CAMEL-19095
Project: Camel
Issue Type: Bug
Components: karaf
Affects Versions: 3.20.2
Reporter: Piotr Klimczak
Fix For: 3.20.3
Will provide PR soon as I finish testing fix.
Current problems is with:
{code:java}
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_5</bundle>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/11.4_1</bundle>
{code}
Saxon 11.4 requires to import org.xmlresolver (v4.4.3) and not
org.apache.xml.resolver (v1.2).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)