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.git
The following commit(s) were added to refs/heads/main by this push:
new f90ede4372d Polished
f90ede4372d is described below
commit f90ede4372d4eee6ff252561f55f8bba6f3eeaae
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 20 11:44:22 2022 +0100
Polished
---
.../resources/org/apache/camel/catalog/components/plc4x.json | 2 +-
.../generated/resources/org/apache/camel/component/plc4x/plc4x.json | 2 +-
components/camel-plc4x/src/main/docs/plc4x-component.adoc | 2 +-
.../main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java | 3 +++
.../apache/camel/builder/component/ComponentsBuilderFactory.java | 2 +-
.../camel/builder/component/dsl/Plc4xComponentBuilderFactory.java | 4 ++--
dsl/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
.../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
.../camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java | 6 +++---
9 files changed, 15 insertions(+), 12 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
index 67c4e12624b..64942f811b3 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
b/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
index 67c4e12624b..64942f811b3 100644
---
a/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
+++
b/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/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/components/camel-plc4x/src/main/docs/plc4x-component.adoc
b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
index e17bd6e892d..87cedd0bec9 100644
--- a/components/camel-plc4x/src/main/docs/plc4x-component.adoc
+++ b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
@@ -2,7 +2,7 @@
:doctitle: PLC4X
:shortname: plc4x
:artifactid: camel-plc4x
-:description: Camel PLC4X support
+:description: Read and write to PLC devices
:since: 3.20
:supportlevel: Preview
:component-header: Both producer and consumer are supported
diff --git
a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
index 9883ccd4831..4ad9fa58694 100644
---
a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
+++
b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
@@ -35,6 +35,9 @@ import
org.apache.plc4x.java.api.exceptions.PlcConnectionException;
import org.apache.plc4x.java.api.exceptions.PlcRuntimeException;
import org.apache.plc4x.java.utils.connectionpool.PooledPlcDriverManager;
+/**
+ * Read and write to PLC devices
+ */
@UriEndpoint(scheme = "plc4x", firstVersion = "3.20.0", title = "PLC4X",
syntax = "plc4x:driver", category = Category.IOT)
public class Plc4XEndpoint extends DefaultEndpoint {
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 014bba87ea0..db5aaa3a824 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -3452,7 +3452,7 @@ public interface ComponentsBuilderFactory {
}
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
index 303bc2e38f3..ee2beaad5ec 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
import org.apache.camel.component.plc4x.Plc4XComponent;
/**
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@@ -32,7 +32,7 @@ public interface Plc4xComponentBuilderFactory {
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index a5c1b183cfc..93942f78719 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -5674,7 +5674,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/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 79074855a63..12fa27e5e70 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -11977,7 +11977,7 @@ public class StaticEndpointBuilders {
}
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20
@@ -11997,7 +11997,7 @@ public class StaticEndpointBuilders {
}
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
index b0170ae6964..df0a95cf472 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
@@ -26,7 +26,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
/**
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Generated by camel build tools - do NOT edit this file!
*/
@@ -414,7 +414,7 @@ public interface Plc4XEndpointBuilderFactory {
public interface Plc4XBuilders {
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20
@@ -433,7 +433,7 @@ public interface Plc4XEndpointBuilderFactory {
}
/**
* PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
*
* Category: iot
* Since: 3.20