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/07/03 08:41:21 UTC

[camel-spring-boot] branch main updated (a7fb9f63ff3 -> cabd67ebd00)

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 a7fb9f63ff3 CAMEL-19567 - Create a Camel-Opensearch Starter
     add db57909edb6 Add licence header
     add 5fda16f4a7f Target Camel 4.0.0-RC1 for release
     add b4fb1eaced1 Don't fail build if no tests are specified
     add fea14503b32 Fix Javadoc generation issues
     add 37265dabbc6 Fix version of starter dependency
     add fa762e04a6c Fix Javadoc generation issues
     new d456fd46174 Merge branch 'release/4.0.0-RC1'
     new cabd67ebd00 Target Camel 4.0.0-SNAPSHOT for development

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:
 .../xml/jaxb/springboot/graalvm/JAXBSubstitutions.java   |  2 +-
 .../src/main/resources/META-INF/spring/aot.factories     | 16 ++++++++++++++++
 .../camel-spring-boot/native-image.properties            | 16 ++++++++++++++++
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml           |  2 +-
 .../dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java  |  2 +-
 .../src/main/resources/META-INF/spring/aot.factories     | 16 ++++++++++++++++
 pom.xml                                                  |  1 +
 7 files changed, 52 insertions(+), 3 deletions(-)


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

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 d456fd461745eb389d8f6070472a0a8b32e694b7
Merge: a7fb9f63ff3 fa762e04a6c
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Jul 3 10:39:46 2023 +0200

    Merge branch 'release/4.0.0-RC1'

 .../xml/jaxb/springboot/graalvm/JAXBSubstitutions.java   |  2 +-
 .../src/main/resources/META-INF/spring/aot.factories     | 16 ++++++++++++++++
 .../camel-spring-boot/native-image.properties            | 16 ++++++++++++++++
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml           |  2 +-
 .../dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java  |  2 +-
 .../src/main/resources/META-INF/spring/aot.factories     | 16 ++++++++++++++++
 pom.xml                                                  |  7 ++++---
 7 files changed, 55 insertions(+), 6 deletions(-)



[camel-spring-boot] 02/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 cabd67ebd00c400fec5c952bb8149ad668357522
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Jul 3 10:41:01 2023 +0200

    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 e59f4e78d23..431db715746 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-RC1</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
         <spring-boot-version>3.1.1</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>4.0.0-RC1</camel-version>
+        <camel-version>4.0.0-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -451,7 +451,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>4.0.0-RC1</camel-version>
+                <camel-version>4.0.0-SNAPSHOT</camel-version>
             </properties>
         </profile>