This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 2accd7e7e Fix the camel-ehcache feature by using the jakarta namespace
(#677)
2accd7e7e is described below
commit 2accd7e7e6e15ae31b70817b66afa830b464e9f9
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 7d7e98656..81f40c6c8 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -1123,8 +1123,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>