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.git
commit 1f97d599315f82a3f9b717234f626ebee2576299 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 3 10:53:08 2022 +0100 Regen Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../resources/org/apache/camel/catalog/others.properties | 1 + .../resources/org/apache/camel/catalog/others/wal.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) 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 608bd730d1f..85c7d3bdfee 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 @@ -57,6 +57,7 @@ test-spring-junit5 threadpoolfactory-vertx tracing undertow-spring-security +wal xml-io-dsl xml-jaxb-dsl yaml-dsl diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json new file mode 100644 index 00000000000..6cbda8ec5d0 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "wal", + "title": "Camel WAL component for the Resume API", + "description": "Camel WAL component for the Resume API", + "deprecated": false, + "firstVersion": "3.20.0", + "label": "java", + "supportLevel": "Preview", + "groupId": "org.apache.camel", + "artifactId": "camel-wal", + "version": "3.20.0-SNAPSHOT" + } +}