This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 4c74aba CAMEL-16078: Deprecate camel-caffeine-lrucache and remove from camel-core pom.xml as we should use the default implementation out of the box. 4c74aba is described below commit 4c74aba41a3e59ff1917d6b591617d2845b17766 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 27 15:57:53 2021 +0100 CAMEL-16078: Deprecate camel-caffeine-lrucache and remove from camel-core pom.xml as we should use the default implementation out of the box. --- platforms/karaf/features/src/main/resources/features.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 94bead9..6c94d17 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -62,7 +62,6 @@ <bundle>mvn:org.apache.camel/camel-health/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-xml-jaxp/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-xml-jaxb/${project.version}</bundle> - <bundle>mvn:org.apache.camel/camel-caffeine-lrucache/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-tooling-model/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-main/${project.version}</bundle> <!-- core components --> @@ -687,6 +686,11 @@ <bundle dependency="true">mvn:com.github.ben-manes.caffeine/caffeine/${caffeine-version}</bundle> <bundle>mvn:org.apache.camel/camel-caffeine/${project.version}</bundle> </feature> + <feature name='camel-caffeine-lrucache' version='${project.version}' start-level='50'> + <feature version="${project.version}">camel-core</feature> + <bundle dependency="true">mvn:com.github.ben-manes.caffeine/caffeine/${caffeine-version}</bundle> + <bundle>mvn:org.apache.camel/camel-caffeine-lrucache/${project.version}</bundle> + </feature> <feature name='camel-cassandraql' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:com.datastax.oss/java-driver-shaded-guava/${cassandra-shaded-guava}</bundle>