This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 16ea3afcb5 update quarkus metadata #5803 (#5805) 16ea3afcb5 is described below commit 16ea3afcb5e963799a9db646cf4afcd04d9ecfc7 Author: Alexandre Gallice <aldettin...@gmail.com> AuthorDate: Tue Feb 27 03:05:46 2024 +0100 update quarkus metadata #5803 (#5805) --- .../beanio/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + .../jt400/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 3 +-- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions-jvm/beanio/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions-jvm/beanio/runtime/src/main/resources/META-INF/quarkus-extension.yaml index dd29ff1857..ed7413b7aa 100644 --- a/extensions-jvm/beanio/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions-jvm/beanio/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -24,6 +24,7 @@ name: "Camel BeanIO" description: "Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats)" metadata: + icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" unlisted: true guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/beanio.html" categories: diff --git a/extensions/jt400/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/jt400/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 0da3c738b7..db9f4eb819 100644 --- a/extensions/jt400/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/jt400/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -25,9 +25,8 @@ name: "Camel JT400" description: "Exchanges messages with an IBM i system using data queues, message queues, or program call. IBM i is the replacement for AS/400 and iSeries servers" metadata: icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" - unlisted: true guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/jt400.html" categories: - "integration" status: - - "preview" + - "stable" diff --git a/extensions/splunk-hec/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/splunk-hec/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 5d40019c5a..12e704bbfc 100644 --- a/extensions/splunk-hec/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/splunk-hec/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -27,6 +27,6 @@ metadata: icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/splunk-hec.html" categories: - - "integration" + - "integration" status: - - "stable" + - "stable"