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 2018/04/09 07:11:36 UTC

[camel] branch boot2ga updated (77ffec1 -> 8d738fc)

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

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


    from 77ffec1  CAMEL-12387: small updates to spring-boot examples documentation
     new 067a675  CAMEL-12423: Upgrade to spring-boot 2.0.1
     new 8d738fc  CAMEL-12423: Upgrade spring 4.x and 5.x too

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:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.

[camel] 01/02: CAMEL-12423: Upgrade to spring-boot 2.0.1

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

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

commit 067a675c9851b05311dca145243ef525dec931fb
Author: David J. M. Karlsen <da...@davidkarlsen.com>
AuthorDate: Thu Apr 5 19:36:49 2018 +0200

    CAMEL-12423: Upgrade to spring-boot 2.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e66e9d..148243a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
     <splunk-version>1.6.3.0_1</splunk-version>
     <spring-batch-version>4.0.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.0.0.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.1.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>1.3.2.RELEASE</spring-cloud-commons-version>
     <spring-cloud-netflix-version>1.4.3.RELEASE</spring-cloud-netflix-version>
     <spring-castor-bundle-version>1.2.0</spring-castor-bundle-version>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.

[camel] 02/02: CAMEL-12423: Upgrade spring 4.x and 5.x too

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

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

commit 8d738fcdb12d1defa27fa52a5a103243c6880019
Author: David J. M. Karlsen <da...@davidkarlsen.com>
AuthorDate: Sat Apr 7 14:39:37 2018 +0200

    CAMEL-12423: Upgrade spring 4.x and 5.x too
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 148243a..d35d4d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -649,8 +649,8 @@
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
-    <spring4-version>4.3.14.RELEASE</spring4-version>
-    <spring5-version>5.0.4.RELEASE</spring5-version>
+    <spring4-version>4.3.15.RELEASE</spring4-version>
+    <spring5-version>5.0.5.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.3.RELEASE</spring-security-version>
     <spring-security-bundle-version>4.2.4.RELEASE_1</spring-security-bundle-version>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.