This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 559b2631579d98f562ff8864f9ffafdb087b526d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 14 10:37:37 2020 +0200 Upgrade AWS SDK v2 to version 2.13.16 --- .../builder/endpoint/StaticEndpointBuilders.java | 62 ++++++++-------------- parent/pom.xml | 2 +- 2 files changed, 23 insertions(+), 41 deletions(-) diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java index f8e0a0a..e503ef4 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java @@ -1505,8 +1505,8 @@ public class StaticEndpointBuilders { * @param path label */ static org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2EndpointBuilder aws2Translate( - java.lang.String path) { - return org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder("aws2-translate",path); + String path) { + return org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder("aws2-translate", path); } /** * AWS 2 Translate (camel-aws2-translate) @@ -1526,9 +1526,9 @@ public class StaticEndpointBuilders { * @param path label */ static org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2EndpointBuilder aws2Translate( - java.lang.String componentName, - java.lang.String path) { - return org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder(componentName,path); + String componentName, + String path) { + return org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder(componentName, path); } /** * AWS CloudWatch (camel-aws-cw) @@ -15215,51 +15215,33 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.ZendeskEndpointBuilderFactory.endpointBuilder(componentName,path); } /** - * ZooKeeper (camel-zookeeper) - * Manage ZooKeeper clusters. - * - * Category: clustering - * Since: 2.9 - * Maven coordinates: org.apache.camel:camel-zookeeper - * - * Syntax: <code>zookeeper:serverUrls/path</code> - * - * Path parameter: serverUrls (required) - * The zookeeper server hosts (multiple servers can be separated by comma) - * - * Path parameter: path (required) - * The node in the ZooKeeper server (aka znode) - * + * ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: + * clustering Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper + * Syntax: <code>zookeeper:serverUrls/path</code> Path parameter: serverUrls + * (required) The zookeeper server hosts (multiple servers can be separated + * by comma) Path parameter: path (required) The node in the ZooKeeper + * server (aka znode) * @param path serverUrls/path */ static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( - String path) { - return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder("zookeeper", path); + java.lang.String path) { + return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder("zookeeper",path); } /** - * ZooKeeper (camel-zookeeper) - * Manage ZooKeeper clusters. - * - * Category: clustering - * Since: 2.9 - * Maven coordinates: org.apache.camel:camel-zookeeper - * - * Syntax: <code>zookeeper:serverUrls/path</code> - * - * Path parameter: serverUrls (required) - * The zookeeper server hosts (multiple servers can be separated by comma) - * - * Path parameter: path (required) - * The node in the ZooKeeper server (aka znode) - * + * ZooKeeper (camel-zookeeper) Manage ZooKeeper clusters. Category: + * clustering Since: 2.9 Maven coordinates: org.apache.camel:camel-zookeeper + * Syntax: <code>zookeeper:serverUrls/path</code> Path parameter: serverUrls + * (required) The zookeeper server hosts (multiple servers can be separated + * by comma) Path parameter: path (required) The node in the ZooKeeper + * server (aka znode) * @param componentName to use a custom component name for the endpoint * instead of the default name * @param path serverUrls/path */ static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( - String componentName, - String path) { - return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder(componentName, path); + java.lang.String componentName, + java.lang.String path) { + return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder(componentName,path); } /** * ZooKeeper Master (camel-zookeeper-master) diff --git a/parent/pom.xml b/parent/pom.xml index eb78e71..32ea8e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -76,7 +76,7 @@ <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version> <awaitility-version>4.0.2</awaitility-version> <aws-java-sdk-version>1.11.714</aws-java-sdk-version> - <aws-java-sdk2-version>2.13.15</aws-java-sdk2-version> + <aws-java-sdk2-version>2.13.16</aws-java-sdk2-version> <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs> <aws-xray-version>2.4.0</aws-xray-version> <axiom-version>1.2.14</axiom-version>