Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible bundles in camel3 feature name='xml-specs-api' #336

Open
ivan-ra opened this issue Jun 10, 2024 · 1 comment
Open

Incompatible bundles in camel3 feature name='xml-specs-api' #336

ivan-ra opened this issue Jun 10, 2024 · 1 comment

Comments

@ivan-ra
Copy link

ivan-ra commented Jun 10, 2024

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.)

@essobedo
Copy link
Contributor

Hi, thank you for your feedback, you are welcome to propose a PR.

Just so you know, branch 3.x is no longer active because we won't release a new version 3. For the version 3, only the branch 3.22 is still active as it is still supported until the end of the year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants