You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/07 14:43:43 UTC

[camel] branch main updated (00175a3 -> 75fe8ec)

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

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


    from 00175a3  Regen for commit 05323aa9a6094e333a9b7b8e78d918efba018851
     new 8436983  CAMEL-17757: camel-hbase - Upgrade to 2.4.10
     new 75fe8ec  Regen

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 +-
 .../main/java/org/apache/camel/model/ProcessorDefinition.java  | 10 +++++-----
 parent/pom.xml                                                 |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

[camel] 01/02: CAMEL-17757: camel-hbase - Upgrade to 2.4.10

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8436983574198ba340331f2f2cceaf0fcd318c99
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 7 15:38:54 2022 +0100

    CAMEL-17757: camel-hbase - Upgrade to 2.4.10
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b5e5cdd..226969a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -256,7 +256,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <hazelcast-version>5.1</hazelcast-version>
-    <hbase-version>2.3.1</hbase-version>
+    <hbase-version>2.4.10</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
     <hibernate-version>5.4.32.Final</hibernate-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7c278a0..b795ecc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
         <hazelcast-version>5.1</hazelcast-version>
-        <hbase-version>2.3.1</hbase-version>
+        <hbase-version>2.4.10</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
         <hibernate-version>5.4.32.Final</hibernate-version>

[camel] 02/02: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 75fe8ecaa90c1103fdca69632a70ee7f72bed124
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 7 15:39:22 2022 +0100

    Regen
---
 .../main/java/org/apache/camel/model/ProcessorDefinition.java  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index ca37b7a..e61d2ce 100644
--- a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++ b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -3817,7 +3817,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
      * This defines the route as resumable, which allows the route to work with the endpoints and components to manage
      * the state of consumers and resume upon restart.
      *
-     * @return                     the builder
+     * @return the builder
      */
     public ResumableDefinition resumable() {
         ResumableDefinition answer = new ResumableDefinition();
@@ -3829,8 +3829,8 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
      * This defines the route as resumable, which allows the route to work with the endpoints and components to manage
      * the state of consumers and resume upon restart.
      *
-     * @param  resumeStrategy      the resume strategy
-     * @return                     the builder
+     * @param  resumeStrategy the resume strategy
+     * @return                the builder
      */
     public Type resumable(ResumeStrategy resumeStrategy) {
         ResumableDefinition answer = new ResumableDefinition();
@@ -3843,8 +3843,8 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
      * This defines the route as resumable, which allows the route to work with the endpoints and components to manage
      * the state of consumers and resume upon restart.
      *
-     * @param  resumeStrategy      the resume strategy
-     * @return                     the builder
+     * @param  resumeStrategy the resume strategy
+     * @return                the builder
      */
     public Type resumable(String resumeStrategy) {
         ResumableDefinition answer = new ResumableDefinition();