ivan-ra opened a new issue, #652:
URL: https://github.com/apache/camel-karaf/issues/652
camel-ehcache component compiled with **ehcache-jakarta** library (this
library uses jakarta.xml.bind pachages).
camel-core feature uses jakarta-xml-bind (in camel-specs-api).
But camel-ehcache feature contains **ehcache** bundle and it uses
javax.xml.bind packages:
```
<feature name="camel-ehcache" start-level="50" version="4.10.7">
<feature>scr</feature>
<feature version="[4.10,4.11)">camel-core</feature>
<bundle dependency="true">mvn:org.ehcache/ehcache/3.10.8</bundle>
<bundle dependency="true">mvn:javax.cache/cache-api/1.1.1</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-ehcache/4.10.7</bundle>
</feature>
```
I think it not workable.
camel-karaf 4.10.7
--
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]