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

acosentino 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 fee72eac0b8 [create-pull-request] automated change
fee72eac0b8 is described below

commit fee72eac0b85dfc7e741839f4306161e85af4f25
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Wed Dec 21 01:16:43 2022 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/plc4x.json | 2 +-
 .../org/apache/camel/springboot/catalog/dataformats/xstream.json        | 2 +-
 .../camel/component/plc4x/springboot/Plc4XComponentConfiguration.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/plc4x.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/plc4x.json
index 081a11bd39f..34007da32aa 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/plc4x.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/plc4x.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "plc4x",
     "title": "PLC4X",
-    "description": "Camel PLC4X support",
+    "description": "Read and write to PLC devices",
     "deprecated": false,
     "firstVersion": "3.20.0",
     "label": "iot",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
index ae7d53b0fa0..754d16013f9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json
@@ -4,7 +4,7 @@
     "name": "xstream",
     "title": "XStream",
     "description": "Marshal and unmarshal POJOs to\/from XML using XStream 
library.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "1.3.0",
     "label": "dataformat,transformation,xml,json",
     "javaType": "org.apache.camel.dataformat.xstream.XStreamDataFormat",
diff --git 
a/components-starter/camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java
 
b/components-starter/camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java
index bdc253aa6ac..d074b96ff68 100644
--- 
a/components-starter/camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java
+++ 
b/components-starter/camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Camel PLC4X support
+ * Read and write to PLC devices
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to