You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/02/27 12:36:29 UTC

[camel-quarkus] branch camel-master updated (370529f -> daf59ff)

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

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


    omit 370529f  Workaround https://github.com/apache/camel-quarkus/issues/756
    omit b9a9fe6  Upgrade to Camel 3.1.0
    omit bd54bc3  Fix #74 Telegram extension
    omit 8b760e6  Fix incompatibilities between Quarkus and Camel MongoDB dependencies
     add d68e8b7  Fix incompatibilities between Quarkus and Camel MongoDB dependencies
     add 3e99813  Fix #74 Telegram extension
     add 9506243  Upgrade to Camel 3.1.0
     add 6679d06  Workaround https://github.com/apache/camel-quarkus/issues/756
     new daf59ff  Upgrade to Camel 3.2.0 - WIP

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (370529f)
            \
             N -- N -- N   refs/heads/camel-master (daf59ff)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-quarkus] 01/01: Upgrade to Camel 3.2.0 - WIP

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

jamesnetherton pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit daf59ff7c01aa4fbd02889814c2b9698fd6da8e3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Feb 27 11:29:36 2020 +0000

    Upgrade to Camel 3.2.0 - WIP
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f03d68d..ca85ab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <ahc.version>2.10.4</ahc.version>
-        <camel.version>3.1.0</camel.version>
+        <camel.version>3.2.0-SNAPSHOT</camel.version>
         <guava.version>26.0-jre</guava.version>
         <hapi.version>4.1.0</hapi.version>
         <quarkus.version>1.3.0.Alpha2</quarkus.version>