This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch camel-karaf-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-4.8.x by this push:
new c8e131f86 Fix the camel-ehcache feature by using the jakarta namespace
(#677)
c8e131f86 is described below
commit c8e131f86b06cd7feda94b3b6cd9f6ce058bee1a
Author: JB Onofré <[email protected]>
AuthorDate: Sun Feb 15 18:31:48 2026 +0100
Fix the camel-ehcache feature by using the jakarta namespace (#677)
---
features/src/main/feature/camel-features.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/features/src/main/feature/camel-features.xml
b/features/src/main/feature/camel-features.xml
index 8900a8701..66c051f21 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -1099,8 +1099,9 @@
</feature>
<feature name='camel-ehcache' version='${project.version}'
start-level='50'>
<feature>scr</feature>
+ <feature dependency="true">jakarta-xml-bind</feature>
<feature version='${camel-osgi-version-range}'>camel-core</feature>
- <bundle
dependency="true">mvn:org.ehcache/ehcache/${ehcache3-version}</bundle>
+ <bundle
dependency="true">mvn:org.ehcache/ehcache/${ehcache3-version}/jar/jakarta</bundle>
<bundle
dependency="true">mvn:javax.cache/cache-api/${jcache-version}</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-ehcache/${project.version}</bundle>
</feature>