You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:27:15 UTC

[camel-spring-boot-examples] branch main created (now 00a18ce)

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

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


      at 00a18ce  CAMEL-16520: camel-spring-boot - Auto configuration options for cloud and cluster should not clash with component

This branch includes the following new commits:

     new 00a18ce  CAMEL-16520: camel-spring-boot - Auto configuration options for cloud and cluster should not clash with component

The 1 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.


[camel-spring-boot-examples] 01/01: CAMEL-16520: camel-spring-boot - Auto configuration options for cloud and cluster should not clash with component

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

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

commit 00a18ce2a0e071184c4cf3ad0289cdea345ec9f1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 16 09:59:45 2021 +0200

    CAMEL-16520: camel-spring-boot - Auto configuration options for cloud and cluster should not clash with component
---
 rest-jpa/src/main/resources/application-dev.yml | 7 +++----
 rest-jpa/src/main/resources/application.yml     | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/rest-jpa/src/main/resources/application-dev.yml b/rest-jpa/src/main/resources/application-dev.yml
index ae9ae34..0796dde 100644
--- a/rest-jpa/src/main/resources/application-dev.yml
+++ b/rest-jpa/src/main/resources/application-dev.yml
@@ -20,10 +20,9 @@ camel:
     # The Camel context name
     name: CamelRestJpa
   
-  component:
-    servlet:
-      mapping:
-        contextPath: /camel-rest-jpa/*
+  servlet:
+    mapping:
+      contextPath: /camel-rest-jpa/*
 
 spring:
   # Spring JDBC configuration
diff --git a/rest-jpa/src/main/resources/application.yml b/rest-jpa/src/main/resources/application.yml
index f473f45..81995e7 100644
--- a/rest-jpa/src/main/resources/application.yml
+++ b/rest-jpa/src/main/resources/application.yml
@@ -21,10 +21,9 @@ camel:
     name: CamelRestJpa
   rest:
     component: servlet
-  component:
-    servlet:
-      mapping:
-        contextPath: /camel-rest-jpa/*
+  servlet:
+    mapping:
+      contextPath: /camel-rest-jpa/*
 
 mysql:
   service: