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
The following commit(s) were added to refs/heads/master by this push:
new af4099e Regen for commit 48302cb2d5eac94801cdd3ff131e799ba2b71550
(#5143)
af4099e is described below
commit af4099ef8027a41680d8e02dfad6898ab95ec1fd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 27 08:58:52 2021 +0100
Regen for commit 48302cb2d5eac94801cdd3ff131e799ba2b71550 (#5143)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../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, 5 insertions(+), 17 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 243d7ec..aa9f1a3 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,7 +6,6 @@ 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
deleted file mode 100644
index 596edc1..0000000
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/google-storage.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "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 a2b4c7b..4d863e8 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,8 +10170,11 @@ producers.
</xs:complexType>
<xs:complexType name="sagaActionUriDefinition">
- <xs:sequence/>
- <xs:attribute name="uri" type="xs:string" use="required"/>
+ <xs:complexContent>
+ <xs:extension base="tns:sendDefinition">
+ <xs:sequence/>
+ </xs:extension>
+ </xs:complexContent>
</xs:complexType>
<xs:complexType name="sagaDefinition">