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/11/02 06:21:04 UTC

[camel-spring-boot] branch master updated (e492599 -> 0f85068)

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-spring-boot.git.


    from e492599  CAMEL-15763: camel-main - Add option to clear reifier after starting
     new d7fffdc  CAMEL-15775 - Upgrade to Spring Boot 2.3.5
     new 99fdb9d  CAMEL-15775 - Upgrade to SB 2.3.5.RELEASE
     new 0f85068  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:
 archetypes/camel-archetype-spring-boot/pom.xml |  2 +-
 components-starter/camel-corda-starter/pom.xml |  8 ++++++++
 components-starter/camel-iota-starter/pom.xml  | 12 ++++++++++++
 pom.xml                                        |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)


[camel-spring-boot] 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 master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 0f8506886c0121f84a0f57f1b10f936de894f5fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 07:20:33 2020 +0100

    Regen
---
 components-starter/camel-corda-starter/pom.xml |  8 ++++++++
 components-starter/camel-iota-starter/pom.xml  | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml
index 5ad677a..252daab 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,6 +41,14 @@
       <!--START OF GENERATED CODE-->
       <exclusions>
         <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-core</artifactId>
         </exclusion>
diff --git a/components-starter/camel-iota-starter/pom.xml b/components-starter/camel-iota-starter/pom.xml
index a8484cc..0f60048 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,6 +38,18 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>


[camel-spring-boot] 01/03: CAMEL-15775 - Upgrade to Spring Boot 2.3.5

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-spring-boot.git

commit d7fffdc467cf9fe57667604d55e5afef0f98096f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 07:15:37 2020 +0100

    CAMEL-15775 - Upgrade to Spring Boot 2.3.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8611b36..bf4a694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.3.4.RELEASE</spring-boot-version>
+        <spring-boot-version>2.3.5.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.7.0-SNAPSHOT</camel-version>


[camel-spring-boot] 02/03: CAMEL-15775 - Upgrade to SB 2.3.5.RELEASE

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-spring-boot.git

commit 99fdb9d965f52546cc6c1052d07044bdb68a516b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 07:16:18 2020 +0100

    CAMEL-15775 - Upgrade to SB 2.3.5.RELEASE
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index 976e096..717d3b5 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,7 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.3.4.RELEASE</spring-boot-version>
+         <spring-boot-version>2.3.5.RELEASE</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>