You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/12 06:58:43 UTC

[camel-spring-boot] branch main updated: CAMEL-17462: camel-atomix - Deprecated

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new bcf3e85  CAMEL-17462: camel-atomix - Deprecated
bcf3e85 is described below

commit bcf3e85b68b70316c644d6283d909dfe84210762
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 12 07:58:31 2022 +0100

    CAMEL-17462: camel-atomix - Deprecated
---
 .../org/apache/camel/springboot/catalog/components/atomix-map.json      | 2 +-
 .../apache/camel/springboot/catalog/components/atomix-messaging.json    | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-multimap.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-queue.json    | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-set.json      | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-value.json    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
index 871f28b..79ca4de 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
@@ -4,7 +4,7 @@
     "name": "atomix-map",
     "title": "Atomix Map",
     "description": "Access Atomix's distributed map.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.map.AtomixMapComponent",
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
index 3ce4aaf..00872d9 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
@@ -4,7 +4,7 @@
     "name": "atomix-messaging",
     "title": "Atomix Messaging",
     "description": "Access Atomix's group messaging.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent",
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
index 6aec605..196c2b0 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
@@ -4,7 +4,7 @@
     "name": "atomix-multimap",
     "title": "Atomix MultiMap",
     "description": "Access Atomix's distributed multi map.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent",
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
index 18dd32f..3d34f3c 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
@@ -4,7 +4,7 @@
     "name": "atomix-queue",
     "title": "Atomix Queue",
     "description": "Access Atomix's distributed queue.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.queue.AtomixQueueComponent",
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json
index e64c925..aa58a0d 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json
@@ -4,7 +4,7 @@
     "name": "atomix-set",
     "title": "Atomix Set",
     "description": "Access Atomix's distributed set.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.set.AtomixSetComponent",
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-value.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-value.json
index c0e7032..3370b2a 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-value.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-value.json
@@ -4,7 +4,7 @@
     "name": "atomix-value",
     "title": "Atomix Value",
     "description": "Access Atomix's distributed value.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.20.0",
     "label": "clustering",
     "javaType": "org.apache.camel.component.atomix.client.value.AtomixValueComponent",