This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch camel-karaf-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-4.10.x by this 
push:
     new fb3eefcac Add optional import to 
org.apache.camel.component.cxf.common.header package in camel-cxf transport 
bundles (#676)
fb3eefcac is described below

commit fb3eefcac020f913b1cf9f6c37bef520418271d5
Author: JB Onofré <[email protected]>
AuthorDate: Sat Feb 14 16:46:23 2026 +0100

    Add optional import to org.apache.camel.component.cxf.common.header package 
in camel-cxf transport bundles (#676)
---
 components/camel-cxf/camel-cxf-transport-blueprint/pom.xml | 2 ++
 components/camel-cxf/camel-cxf-transport-jetty/pom.xml     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-transport-blueprint/pom.xml 
b/components/camel-cxf/camel-cxf-transport-blueprint/pom.xml
index f189bc13f..48623be43 100644
--- a/components/camel-cxf/camel-cxf-transport-blueprint/pom.xml
+++ b/components/camel-cxf/camel-cxf-transport-blueprint/pom.xml
@@ -40,6 +40,8 @@
             
org.apache.camel.component.cxf.blueprint.helpers;${camel-osgi-import-camel-version},
         </camel-osgi-camel-import>
         <camel.osgi.import>
+            org.apache.camel.component.cxf.common.header;resolution:=optional,
+            org.apache.cxf.*;version="${camel-osgi-cxf-version}",
             jakarta.xml.bind*;version="${camel-osgi-jakarta-bind-version}",
             org.apache.aries.blueprint,
             org.slf4j
diff --git a/components/camel-cxf/camel-cxf-transport-jetty/pom.xml 
b/components/camel-cxf/camel-cxf-transport-jetty/pom.xml
index 6775d8b68..3ae943ff3 100644
--- a/components/camel-cxf/camel-cxf-transport-jetty/pom.xml
+++ b/components/camel-cxf/camel-cxf-transport-jetty/pom.xml
@@ -46,6 +46,7 @@
             javax.net*,
             javax.xml*,
             org.apache.aries.blueprint*,
+            org.apache.camel.component.cxf.common.header;resolution:=optional,
             org.apache.cxf.*;version="${camel-osgi-cxf-version}",
             org.eclipse.jetty*;resolution:=optional;version="${jetty-version}",
             org.osgi.framework*,

Reply via email to