[
https://issues.apache.org/jira/browse/CAMEL-11822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207095#comment-16207095
]
Claus Ibsen commented on CAMEL-11822:
-------------------------------------
The jaxb imports in camel-core are not using any version range
{code}
Import-Package =
org.osgi.framework;resolution:=optional;version="[1.5,2)",
org.osgi.framework.wiring;resolution:=optional;version="[1.0,2)",
org.slf4j;version="[1.7,2)",
javax.activation;resolution:=optional,
javax.xml.bind;resolution:=optional,
javax.xml.bind.annotation;resolution:=optional,
javax.xml.bind.annotation.adapters;resolution:=optional,
javax.xml.stream;resolution:=optional,
javax.xml.transform.stax;resolution:=optional,
{code}
So we should be okay as it will use what is already installed such as JAXB
2.2.11 that comes with Karaf / CXF or whatelse you may have installed.
> Upgade jaxb-core
> ----------------
>
> Key: CAMEL-11822
> URL: https://issues.apache.org/jira/browse/CAMEL-11822
> Project: Camel
> Issue Type: Task
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.21.0
>
>
> We are using 2.2.11 but there is a newer 2.3.0 release out.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)