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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new df337b7 Regen
df337b7 is described below
commit df337b703f86c80f34a52e3829e66c170445e390
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Oct 20 12:25:02 2021 +0200
Regen
---
.../springboot/catalog/components/hwcloud-obs.json | 1 +
tooling/camel-spring-boot-dependencies/pom.xml | 236 ++-------------------
2 files changed, 14 insertions(+), 223 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-obs.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-obs.json
index ab15f8c..31c894a 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-obs.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-obs.json
@@ -30,6 +30,7 @@
"operation": { "kind": "path", "displayName": "Operation", "group":
"producer", "label": "producer", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Operation to be performed"
},
"bucketName": { "kind": "parameter", "displayName": "Bucket Name",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Name of bucket to perform
operation on" },
"endpoint": { "kind": "parameter", "displayName": "Endpoint url", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "OBS url. Carries higher precedence than
region parameter based client initialization" },
+ "objectName": { "kind": "parameter", "displayName": "Object Name",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Name of object to perform
operation with" },
"region": { "kind": "parameter", "displayName": "Service region", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "OBS service region. This is lower
precedence than endpoint based configuration" },
"bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Allows for bridging the
consumer to the Camel routing Error Handler, which mean any exceptions occurred
while the consumer is trying to pickup incoming messages, or the likes, will
now be processed as a m [...]
"deleteAfterRead": { "kind": "parameter", "displayName": "Delete after
read", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "defaultValue": false, "description":
"Determines if objects should be deleted after it has been retrieved" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 4c44f5d..dc5e51f 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -76,186 +76,6 @@
<version>1.2.78</version>
</dependency>
<dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-ai-formrecognizer</artifactId>
- <version>3.0.8</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-ai-textanalytics</artifactId>
- <version>5.0.6</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-communication-chat</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-communication-common</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-communication-identity</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-communication-phonenumbers</artifactId>
- <version>1.0.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-communication-sms</artifactId>
- <version>1.0.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core</artifactId>
- <version>1.16.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-amqp</artifactId>
- <version>2.0.5</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-http-netty</artifactId>
- <version>1.9.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-http-okhttp</artifactId>
- <version>1.6.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-management</artifactId>
- <version>1.2.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-serializer-json-gson</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-serializer-json-jackson</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-test</artifactId>
- <version>1.6.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-tracing-opentelemetry</artifactId>
- <version>1.0.0-beta.10</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-cosmos</artifactId>
- <version>4.15.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-data-appconfiguration</artifactId>
- <version>1.1.12</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-digitaltwins-core</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-identity</artifactId>
- <version>1.3.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-messaging-eventgrid</artifactId>
- <version>4.3.0</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-messaging-eventhubs</artifactId>
- <version>5.7.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-messaging-servicebus</artifactId>
- <version>7.2.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-search-documents</artifactId>
- <version>11.3.2</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-security-keyvault-certificates</artifactId>
- <version>4.1.8</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-security-keyvault-keys</artifactId>
- <version>4.2.8</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-security-keyvault-secrets</artifactId>
- <version>4.2.8</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-blob</artifactId>
- <version>12.11.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-blob-batch</artifactId>
- <version>12.9.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-blob-cryptography</artifactId>
- <version>12.11.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-common</artifactId>
- <version>12.11.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-file-datalake</artifactId>
- <version>12.5.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-file-share</artifactId>
- <version>12.9.1</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-internal-avro</artifactId>
- <version>12.0.4</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-queue</artifactId>
- <version>12.9.1</version>
- </dependency>
- <dependency>
<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>0.14.1</version>
@@ -281,21 +101,6 @@
<version>3.4.4</version>
</dependency>
<dependency>
- <groupId>com.microsoft.azure</groupId>
- <artifactId>msal4j</artifactId>
- <version>1.10.0</version>
- </dependency>
- <dependency>
- <groupId>com.microsoft.azure</groupId>
- <artifactId>msal4j-persistence-extension</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>com.microsoft.azure</groupId>
- <artifactId>qpid-proton-j-extensions</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
@@ -391,11 +196,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna-platform</artifactId>
- <version>5.6.0</version>
- </dependency>
- <dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.9.1-8</version>
@@ -4663,11 +4463,6 @@
<version>2.8.1</version>
</dependency>
<dependency>
- <groupId>org.apache.qpid</groupId>
- <artifactId>proton-j</artifactId>
- <version>0.33.4</version>
- </dependency>
- <dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId>
<version>1.2.14</version>
@@ -4749,11 +4544,6 @@
<version>5.0.11</version>
</dependency>
<dependency>
- <groupId>org.linguafranca.pwdb</groupId>
- <artifactId>KeePassJava2</artifactId>
- <version>2.1.4</version>
- </dependency>
- <dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.7.1</version>
@@ -4942,67 +4732,67 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>cassandra</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>couchbase</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>gcloud</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>pulsar</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>rabbitmq</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
- <version>1.16.0</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
<groupId>rhino</groupId>