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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
     new 2dd98830996 [create-pull-request] automated change (#777)
2dd98830996 is described below

commit 2dd98830996b599a06a7f9277356fdf7b07c5ede
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 12 09:43:27 2023 +0100

    [create-pull-request] automated change (#777)
    
    Co-authored-by: orpiske <[email protected]>
---
 .../org/apache/camel/springboot/catalog/components/direct-vm.json       | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/vm.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
index c506d914900..63942825a77 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
@@ -4,7 +4,7 @@
     "name": "direct-vm",
     "title": "Direct VM",
     "description": "Call another endpoint from any Camel Context in the same 
JVM synchronously.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.10.0",
     "label": "core,endpoint",
     "javaType": "org.apache.camel.component.directvm.DirectVmComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
index 76db0d14b77..525a14ddf1c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
@@ -4,7 +4,7 @@
     "name": "vm",
     "title": "VM",
     "description": "Call another endpoint in the same CamelContext 
asynchronously.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "1.1.0",
     "label": "core,endpoint",
     "javaType": "org.apache.camel.component.vm.VmComponent",

Reply via email to