ivan-ra commented on issue #595:
URL: https://github.com/apache/camel-karaf/issues/595#issuecomment-2678355927
please remove unused imports from camel-blueprint manifest!
I removed this packages: com.sun.xml.*, org.jvnet.* from manifest, changed
axb-runtime feature (dependency="false"), and now all works well (except
camel-cxf, I think there are some unused imports too)
```
<feature name="jaxb-runtime" version="4.0.5">
<feature version="[4,5)">jakarta-xml-bind</feature>
<bundle
dependency="true">mvn:com.sun.istack/istack-commons-runtime/4.1.2</bundle>
<bundle
dependency="false">mvn:org.glassfish.jaxb/jaxb-core/4.0.5</bundle>
<bundle
dependency="false">mvn:org.glassfish.jaxb/jaxb-runtime/4.0.5</bundle>
<bundle>mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42</bundle>
</feature>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]