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 2023/07/13 08:21:37 UTC

[camel] branch main updated (638049b46bd -> d99a61ffae5)

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

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


    from 638049b46bd Upgrade Libphonenumber to version 8.13.16
     new 9fa61b3a20f Move Zeebe version property placeholder in parent pom
     new 18890b29f90 Upgrade Zeebe to version 8.2.8
     new d99a61ffae5 Regen

The 3 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:
 .../component/rss/RssEntryPollingConsumer.java     |   2 --
 components/camel-zeebe/pom.xml                     |   1 -
 docs/.yarn/install-state.gz                        | Bin 570663 -> 500389 bytes
 parent/pom.xml                                     |   3 ++-
 4 files changed, 2 insertions(+), 4 deletions(-)


[camel] 01/03: Move Zeebe version property placeholder in parent pom

Posted by ac...@apache.org.
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.git

commit 9fa61b3a20f43efe41a2f1144846990e37e5c98f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 09:45:45 2023 +0200

    Move Zeebe version property placeholder in parent pom
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-zeebe/pom.xml | 1 -
 parent/pom.xml                 | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml
index 77773d63ac4..5a2e8ce7bf8 100644
--- a/components/camel-zeebe/pom.xml
+++ b/components/camel-zeebe/pom.xml
@@ -34,7 +34,6 @@
     <properties>
         <firstVersion>3.21</firstVersion>
         <supportLevel>Experimental</supportLevel>
-        <zeebe.version>8.1.9</zeebe.version>
     </properties>
 
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 328f77cfa0c..c0de53e1bda 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -489,7 +489,8 @@
         <xmlunit-version>2.9.1</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
         <yasson-version>3.0.3</yasson-version>
-        <yetus-audience-annotations-version>0.13.0</yetus-audience-annotations-version>
+	<yetus-audience-annotations-version>0.13.0</yetus-audience-annotations-version>
+	<zeebe.version>8.1.9</zeebe.version>
         <zendesk-client-version>0.19.0</zendesk-client-version>
         <zookeeper-version>3.8.1</zookeeper-version>
         <zxing-version>3.5.1</zxing-version>


[camel] 02/03: Upgrade Zeebe to version 8.2.8

Posted by ac...@apache.org.
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.git

commit 18890b29f9016faa5aff460aab590d1c3f1d0e0a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 09:46:51 2023 +0200

    Upgrade Zeebe to version 8.2.8
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c0de53e1bda..4caf9cdd6a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -490,7 +490,7 @@
         <xpp3-version>1.1.4c</xpp3-version>
         <yasson-version>3.0.3</yasson-version>
 	<yetus-audience-annotations-version>0.13.0</yetus-audience-annotations-version>
-	<zeebe.version>8.1.9</zeebe.version>
+	<zeebe.version>8.2.8</zeebe.version>
         <zendesk-client-version>0.19.0</zendesk-client-version>
         <zookeeper-version>3.8.1</zookeeper-version>
         <zxing-version>3.5.1</zxing-version>


[camel] 03/03: Regen

Posted by ac...@apache.org.
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.git

commit d99a61ffae5e68b45c5b846bbb568c5b11b5f01c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 09:56:09 2023 +0200

    Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../component/rss/RssEntryPollingConsumer.java     |   2 --
 docs/.yarn/install-state.gz                        | Bin 570663 -> 500389 bytes
 2 files changed, 2 deletions(-)

diff --git a/components/camel-rss/src/main/java/org/apache/camel/component/rss/RssEntryPollingConsumer.java b/components/camel-rss/src/main/java/org/apache/camel/component/rss/RssEntryPollingConsumer.java
index 52bc7ec054c..854e318037b 100644
--- a/components/camel-rss/src/main/java/org/apache/camel/component/rss/RssEntryPollingConsumer.java
+++ b/components/camel-rss/src/main/java/org/apache/camel/component/rss/RssEntryPollingConsumer.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel.component.rss;
 
-import java.util.Collections;
-
 import com.rometools.rome.feed.synd.SyndFeed;
 import org.apache.camel.Processor;
 import org.apache.camel.component.feed.FeedEntryPollingConsumer;
diff --git a/docs/.yarn/install-state.gz b/docs/.yarn/install-state.gz
index 571872370b1..45c817350a2 100644
Binary files a/docs/.yarn/install-state.gz and b/docs/.yarn/install-state.gz differ