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/14 06:59:52 UTC

[camel] branch master updated (f50c755 -> bbeafb5)

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 f50c755  Sync Properties
     new 739d562  Upgrade Lucene to version 8.5.1
     new bbeafb5  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 bbeafb5537b16d2337154797f4e6eb2e11db849a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 14 08:53:03 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 71d5892..7d6c881 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -392,7 +392,7 @@
     <log4j-version>1.2.17</log4j-version>
     <log4j2-version>2.13.3</log4j2-version>
     <logback-version>1.2.3</logback-version>
-    <lucene-version>8.4.1</lucene-version>
+    <lucene-version>8.5.1</lucene-version>
     <lucene-version-range>[8,9)</lucene-version-range>
     <lucene3-version>3.6.0</lucene3-version>
     <lz4-version>1.6.0</lz4-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 76e6fcf..234ffc9 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
@@ -4734,7 +4734,7 @@ public class StaticEndpointBuilders {
      * 
      * @param path clusterName
      */
-    static org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest(
+    public static org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest(
             String path) {
         return org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.endpointBuilder("elasticsearch-rest", path);
     }
@@ -4755,7 +4755,7 @@ public class StaticEndpointBuilders {
      * instead of the default name
      * @param path clusterName
      */
-    static org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest(
+    public static org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest(
             String componentName,
             String path) {
         return org.apache.camel.builder.endpoint.dsl.ElasticsearchEndpointBuilderFactory.endpointBuilder(componentName, path);
@@ -9509,7 +9509,7 @@ public class StaticEndpointBuilders {
      * 
      * @param path host:operation
      */
-    public static org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene(
+    static org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene(
             String path) {
         return org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.endpointBuilder("lucene", path);
     }
@@ -9534,7 +9534,7 @@ public class StaticEndpointBuilders {
      * instead of the default name
      * @param path host:operation
      */
-    public static org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene(
+    static org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.LuceneEndpointBuilder lucene(
             String componentName,
             String path) {
         return org.apache.camel.builder.endpoint.dsl.LuceneEndpointBuilderFactory.endpointBuilder(componentName, path);


[camel] 01/02: Upgrade Lucene to version 8.5.1

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 739d56252b70a3b819db7ab9ba771c83774c8452
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 14 08:49:58 2020 +0200

    Upgrade Lucene to version 8.5.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5726a76..9131a74 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -374,7 +374,7 @@
         <log4j2-version>2.13.3</log4j2-version>
         <logback-version>1.2.3</logback-version>
         <lucene3-version>3.6.0</lucene3-version>
-        <lucene-version>8.4.1</lucene-version>
+        <lucene-version>8.5.1</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>
         <lz4-version>1.6.0</lz4-version>