You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/02/04 19:44:22 UTC

[camel-spring-boot] branch main updated (d61bda9bf69 -> 191f0b319b2)

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

gzurowski pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from d61bda9bf69 Remove some of the xstream leftovers in json data formats
     add bd1bad57631 Target Camel 4.0.0-M1 for release
     add dcc67f44c47 Remove camel-rabbitmq-starter in v4
     add 91d29d26361 Remove camel-spring-integration for v4.x (#725)
     add 8ea98a7f373 Remove xstream starter for the Camel 4 release (#727)
     add a77c2c820d2 [maven-release-plugin] prepare release camel-spring-boot-4.0.0-M1
     add 552dc905c67 [maven-release-plugin] prepare for next development iteration
     new d5c6f75e95c Target Camel 4.0.0-SNAPSHOT for development
     new 191f0b319b2 Merge branch 'release/4.0.0-M1'

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-undertow-spring-security-starter/pom.xml |  58 ------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.provides    |  17 --
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  19 --
 5 files changed, 308 deletions(-)
 delete mode 100644 components-starter/camel-undertow-spring-security-starter/pom.xml
 delete mode 100644 components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports


[camel-spring-boot] 01/02: Target Camel 4.0.0-SNAPSHOT for development

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

gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit d5c6f75e95cda3e4f25b74d1f246686cac22b93b
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Sat Feb 4 20:37:57 2023 +0100

    Target Camel 4.0.0-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdff71cdf71..2818f811246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.0.0-M1</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
         <spring-boot-version>3.0.2</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>4.0.0-M1</camel-version>
+        <camel-version>4.0.0-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -452,7 +452,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>4.0.0-M1</camel-version>
+                <camel-version>4.0.0-SNAPSHOT</camel-version>
             </properties>
         </profile>
 


[camel-spring-boot] 02/02: Merge branch 'release/4.0.0-M1'

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

gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 191f0b319b204b1a56c422d514c3751361da67c5
Merge: d61bda9bf69 d5c6f75e95c
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Sat Feb 4 20:41:21 2023 +0100

    Merge branch 'release/4.0.0-M1'

 .../camel-undertow-spring-security-starter/pom.xml |  58 ------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.provides    |  17 --
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  19 --
 5 files changed, 308 deletions(-)