You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/13 09:23:37 UTC

[camel] branch master updated (242903e -> 6d0eeb3)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 242903e  Sync Properties
     new 20ff044  Upgrade Spring Batch to version 4.2.4.RELEASE
     new 6d0eeb3  Sync Properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                                        | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 ++++----
 parent/pom.xml                                                    | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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 6d0eeb3daf052589d70986cd55b568e347e73b9a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 13 11:23:00 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml                                        | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3a6e930..5534fbe 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -524,7 +524,7 @@
     <solr-version-range>[8,9)</solr-version-range>
     <spark-version>2.4.6</spark-version>
     <splunk-version>1.6.5.0_1</splunk-version>
-    <spring-batch-version>4.2.2.RELEASE</spring-batch-version>
+    <spring-batch-version>4.2.4.RELEASE</spring-batch-version>
     <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
     <spring-integration-version>5.3.0.RELEASE</spring-integration-version>
     <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
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 4cc9bbf..a8d0a80 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
@@ -2493,7 +2493,7 @@ public class StaticEndpointBuilders {
      * 
      * @param path containerName
      */
-    static org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.BlobEndpointBuilder azureStorageBlob(
+    public static org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.BlobEndpointBuilder azureStorageBlob(
             String path) {
         return org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.endpointBuilder("azure-storage-blob", path);
     }
@@ -2517,7 +2517,7 @@ public class StaticEndpointBuilders {
      * instead of the default name
      * @param path containerName
      */
-    static org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.BlobEndpointBuilder azureStorageBlob(
+    public static org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.BlobEndpointBuilder azureStorageBlob(
             String componentName,
             String path) {
         return org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.endpointBuilder(componentName, path);
@@ -13194,7 +13194,7 @@ public class StaticEndpointBuilders {
      * 
      * @param path jobName
      */
-    public static org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch(
+    static org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch(
             String path) {
         return org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.endpointBuilder("spring-batch", path);
     }
@@ -13215,7 +13215,7 @@ public class StaticEndpointBuilders {
      * instead of the default name
      * @param path jobName
      */
-    public static org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch(
+    static org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch(
             String componentName,
             String path) {
         return org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.endpointBuilder(componentName, path);


[camel] 01/02: Upgrade Spring Batch to version 4.2.4.RELEASE

Posted by ac...@apache.org.
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 20ff044d275a4eef47e855caf6d37a5ad9868165
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 13 10:40:18 2020 +0200

    Upgrade Spring Batch to version 4.2.4.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 45c282a..9491677 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -511,7 +511,7 @@
         <solr-version-range>[8,9)</solr-version-range>
         <spark-version>2.4.6</spark-version>
         <splunk-version>1.6.5.0_1</splunk-version>
-        <spring-batch-version>4.2.2.RELEASE</spring-batch-version>
+        <spring-batch-version>4.2.4.RELEASE</spring-batch-version>
         <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
         <spring-integration-version>5.3.0.RELEASE</spring-integration-version>
         <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>