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/08/06 12:09:11 UTC

[camel-spring-boot-examples] branch camel-3.4.x updated (4b10e43 -> b86ee0f)

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

acosentino pushed a change to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git.


    from 4b10e43  health check
     new 11a1477  Point to 3.4.0
     new 32e1d33  Explicit camel-version
     new b86ee0f  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:
 README.adoc | 4 ++--
 pom.xml     | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


[camel-spring-boot-examples] 02/03: Explicit camel-version

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

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 32e1d33cb7a493917138ae6e3af3214f26cc3336
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 1 14:58:15 2020 +0200

    Explicit camel-version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7f3eb81..3d0bfe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->
         <!-- as having org.apache.camel as prefix is not needed and makes the name very long -->
         <camel.osgi.symbolic.name>${project.artifactId}</camel.osgi.symbolic.name>
+        <camel-version>3.4.0</camel-version>
         <skip.starting.camel.context>false</skip.starting.camel.context>
         <javax.servlet.api.version>4.0.1</javax.servlet.api.version>
         <camel.osgi.export.pkg />


[camel-spring-boot-examples] 01/03: Point to 3.4.0

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

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 11a1477ac1dac22c9ea262c0c6a0626ffa08edaa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 1 14:52:02 2020 +0200

    Point to 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52fe6df..7f3eb81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>spring-boot</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>3.4.0</version>
     </parent>
 
     <groupId>org.apache.camel.springboot.example</groupId>


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

commit b86ee0f4c6c2d4f1b950d38fa308737ed1617e42
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 6 14:08:46 2020 +0200

    Regen
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 90ef95b..73d8d57 100644
--- a/README.adoc
+++ b/README.adoc
@@ -17,14 +17,14 @@ Number of Examples: 40 (0 deprecated)
 |===
 | Example | Category | Description
 
+| link:camel-example-spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) |  | 
+
 | link:camel-example-spring-boot-undertow-spring-security/readme.adoc[Spring Boot Undertow Spring Security] (camel-example-spring-boot-undertow-spring-security) | Advanced | Example on how to use the Camel Undertow component with spring security and Keycloak
 
 | link:camel-example-spring-boot-webhook/readme.adoc[Spring Boot Webhook] (camel-example-spring-boot-webhook) | Advanced | Example on how to use the Camel Webhook component
 
 | link:camel-example-spring-boot/readme.adoc[Spring Boot] (camel-example-spring-boot) | Beginner | An example showing how to work with Camel and Spring Boot
 
-| link:camel-example-spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) | Beginner | An example showing how to work with Camel's Health Checks and Spring Boot
-
 | link:camel-example-spring-boot-jira/README.adoc[Spring Boot Jira] (camel-example-spring-boot-jira) | Beginner | An example that uses Jira Camel API
 
 | link:camel-example-spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot