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 b9fae72ea7dc7a91c2006b0964a36f9b22a37ca7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Feb 27 07:53:44 2021 +0100 Regen --- .../resources/org/apache/camel/catalog/others.properties | 1 + .../org/apache/camel/catalog/others/google-storage.json | 14 ++++++++++++++ .../org/apache/camel/catalog/schemas/camel-spring.xsd | 7 ++----- 3 files changed, 17 insertions(+), 5 deletions(-) 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 aa9f1a3..243d7ec 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 @@ -6,6 +6,7 @@ csimple-joor cxf-transport elytron etcd3 +google-storage headersmap hystrix jasypt diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/google-storage.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/google-storage.json new file mode 100644 index 0000000..596edc1 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/google-storage.json @@ -0,0 +1,14 @@ +{ + "other": { + "kind": "other", + "name": "google-storage", + "title": "Google Storage", + "description": "Camel Component for Google Cloud Platform Storage", + "deprecated": false, + "firstVersion": "3.9.0", + "supportLevel": "Preview", + "groupId": "org.apache.camel", + "artifactId": "camel-google-storage", + "version": "3.9.0-SNAPSHOT" + } +} diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index 4d863e8..a2b4c7b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -10170,11 +10170,8 @@ producers. </xs:complexType> <xs:complexType name="sagaActionUriDefinition"> - <xs:complexContent> - <xs:extension base="tns:sendDefinition"> - <xs:sequence/> - </xs:extension> - </xs:complexContent> + <xs:sequence/> + <xs:attribute name="uri" type="xs:string" use="required"/> </xs:complexType> <xs:complexType name="sagaDefinition">