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 2019/11/18 13:57:41 UTC

[camel] branch master updated (66be002 -> c673ee6)

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


    from 66be002  Update README.adoc
     new 3ad00b9  Added Camel-Resilience4j to components POM
     new f36e116  Camel-Resilience4j: Fixed jars in example
     new c673ee6  Camel-Resilience4j: Fixed groupId for service1 in example

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:
 components/pom.xml                                   | 1 +
 examples/camel-example-resilience4j/client/pom.xml   | 6 +++---
 examples/camel-example-resilience4j/service1/pom.xml | 8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)


[camel] 01/03: Added Camel-Resilience4j to components POM

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

commit 3ad00b98390ccc41f320eff306330a33528a33d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 18 14:44:15 2019 +0100

    Added Camel-Resilience4j to components POM
---
 components/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/pom.xml b/components/pom.xml
index 059e60b..427b24c 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -283,6 +283,7 @@
         <module>camel-reactive-executor-vertx</module>
         <module>camel-reactive-streams</module>
         <module>camel-reactor</module>
+        <module>camel-resilience4j</module>
         <module>camel-rest-swagger</module>
         <module>camel-robotframework</module>
         <module>camel-rss</module>


[camel] 02/03: Camel-Resilience4j: Fixed jars in example

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

commit f36e1169f1ed61a37014acf6d317619b94d7cb99
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 18 14:54:57 2019 +0100

    Camel-Resilience4j: Fixed jars in example
---
 examples/camel-example-resilience4j/client/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/camel-example-resilience4j/client/pom.xml b/examples/camel-example-resilience4j/client/pom.xml
index d29fede..03e9f54 100644
--- a/examples/camel-example-resilience4j/client/pom.xml
+++ b/examples/camel-example-resilience4j/client/pom.xml
@@ -66,15 +66,15 @@
 
         <!-- camel -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-http-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-resilience4j-starter</artifactId>
         </dependency>
 


[camel] 03/03: Camel-Resilience4j: Fixed groupId for service1 in example

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

commit c673ee67d3babef8233bd60787b0f4d1fe22a736
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 18 14:56:15 2019 +0100

    Camel-Resilience4j: Fixed groupId for service1 in example
---
 examples/camel-example-resilience4j/service1/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/camel-example-resilience4j/service1/pom.xml b/examples/camel-example-resilience4j/service1/pom.xml
index 2875894..4375088 100644
--- a/examples/camel-example-resilience4j/service1/pom.xml
+++ b/examples/camel-example-resilience4j/service1/pom.xml
@@ -66,19 +66,19 @@
 
         <!-- camel -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-resilience4j-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-jetty-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-http-starter</artifactId>
         </dependency>