This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8de21431e91a8fd1351c0d9a6ec65df6119e0f51 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Aug 17 21:07:00 2020 +0200 Regen --- .../resources/org/apache/camel/catalog/others.properties | 2 ++ .../org/apache/camel/catalog/others/aws-xray.json | 15 +++++++++++++++ .../org/apache/camel/catalog/others/hystrix.json | 15 +++++++++++++++ 3 files changed, 32 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 d0d2cbb..f4a9fc2 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 @@ -1,7 +1,9 @@ attachments +aws-xray cdi cxf-transport headersmap +hystrix jasypt jta leveldb diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json new file mode 100644 index 0000000..ccfac2e --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "aws-xray", + "title": "AWS XRay", + "description": "Distributed tracing using AWS XRay", + "deprecated": false, + "firstVersion": "2.21.0", + "label": "monitoring,microservice", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-aws-xray", + "version": "3.5.0-SNAPSHOT" + } +} diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/hystrix.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/hystrix.json new file mode 100644 index 0000000..ecdb3b8 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/hystrix.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "hystrix", + "title": "Hystrix", + "description": "Circuit Breaker EIP using Netflix Hystrix", + "deprecated": true, + "firstVersion": "2.18.0", + "label": "eip,microservice", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-hystrix", + "version": "3.5.0-SNAPSHOT" + } +}