ivan-ra opened a new issue, #336:
URL: https://github.com/apache/camel-karaf/issues/336

   Camel 3.x feature name='xml-specs-api' contains 2 incompatible bundles:
   `    
<bundle>mvn:org.codehaus.woodstox/stax2-api/${stax2-api-bundle-version}</bundle>`
 
   `    
<bundle>mvn:org.codehaus.woodstox/woodstox-core-asl/${woodstox-version}</bundle>`
   stax2-api version4+ is compiled with com.fasterxml.woodstox/woodstox-core, 
which incompatible with org.codehaus.woodstox/woodstox-core-asl. As result, 
camel-cxf-* components (and maybe some other) cant work properly in osgi 
environment.
   I replaced woodstox-core-asl in my local feature repository like it made in 
main branch, and now my camel3 cxf routes work properly:
   `    <bundle>mvn:org.codehaus.woodstox/stax2-api/4.2.1</bundle>`
   `    <bundle>mvn:com.fasterxml.woodstox/woodstox-core/6.5.1</bundle>`
   Please do it in 3.* branch (affects versions 3.18.*-3.22.*)


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to