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.git
commit a13a48cc19c0b854a928ed211eceac4f76862b83 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 27 16:32:39 2021 +0100 CAMEL-16078: move camel-caffeine-lrucache from core to components --- .../resources/org/apache/camel/catalog/others.properties | 1 + .../apache/camel/catalog/others/caffeine-lrucache.json | 15 +++++++++++++++ .../META-INF/services/org/apache/camel/other.properties | 7 +++++++ .../src/generated/resources/caffeine-lrucache.json | 15 +++++++++++++++ core/camel-allcomponents/pom.xml | 4 ++++ parent/pom.xml | 10 +++++----- 6 files changed, 47 insertions(+), 5 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index 47e9091..4879b22 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -1,5 +1,6 @@ attachments aws-xray +caffeine-lrucache cdi csimple-joor cxf-transport diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/caffeine-lrucache.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/caffeine-lrucache.json new file mode 100644 index 0000000..ae6863f --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/caffeine-lrucache.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "caffeine-lrucache", + "title": "Caffeine Lrucache", + "description": "Camel Caffeine LRUCache support", + "deprecated": true, + "firstVersion": "3.0", + "label": "core", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-caffeine-lrucache", + "version": "3.8.0-SNAPSHOT" + } +} diff --git a/components/camel-caffeine-lrucache/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-caffeine-lrucache/src/generated/resources/META-INF/services/org/apache/camel/other.properties new file mode 100644 index 0000000..2e9ae86 --- /dev/null +++ b/components/camel-caffeine-lrucache/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -0,0 +1,7 @@ +# Generated by camel build tools - do NOT edit this file! +name=caffeine-lrucache +groupId=org.apache.camel +artifactId=camel-caffeine-lrucache +version=3.8.0-SNAPSHOT +projectName=Camel :: Caffeine LRUCache (deprecated) +projectDescription=Camel Caffeine LRUCache support diff --git a/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json b/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json new file mode 100644 index 0000000..ae6863f --- /dev/null +++ b/components/camel-caffeine-lrucache/src/generated/resources/caffeine-lrucache.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "caffeine-lrucache", + "title": "Caffeine Lrucache", + "description": "Camel Caffeine LRUCache support", + "deprecated": true, + "firstVersion": "3.0", + "label": "core", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-caffeine-lrucache", + "version": "3.8.0-SNAPSHOT" + } +} diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index 8164935..f19192c 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -331,6 +331,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-caffeine</artifactId> </dependency> <dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 56d0c0b..538fd7d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -714,11 +714,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-caffeine-lrucache</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-cloud</artifactId> <version>${project.version}</version> </dependency> @@ -1143,6 +1138,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-caffeine-lrucache</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-caffeine</artifactId> <version>${project.version}</version> </dependency>