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/12/07 07:08:04 UTC

[camel-spring-boot] branch master updated (00deb6f -> 3fee387)

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


    from 00deb6f  Component starters: Added correct name and description for ArangoDB
     new 1162965  Component starters: Added correct name and description for Atlasmap
     new 977423a  Component starters: Added correct name and description for Avro RPC
     new 391df6e  Component starters: Added correct name and description for Avro
     new 3fee387  Component starters: Added correct name and description for AWS2-Athena

The 4 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-starter/camel-atlasmap-starter/pom.xml    | 4 ++--
 components-starter/camel-avro-rpc-starter/pom.xml    | 4 ++--
 components-starter/camel-avro-starter/pom.xml        | 4 ++--
 components-starter/camel-aws2-athena-starter/pom.xml | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)


[camel-spring-boot] 02/04: Component starters: Added correct name and description for Avro RPC

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

commit 977423a48945d3f7750bc1544e40f592ba48a287
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:04:12 2020 +0100

    Component starters: Added correct name and description for Avro RPC
---
 components-starter/camel-avro-rpc-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-avro-rpc-starter/pom.xml b/components-starter/camel-avro-rpc-starter/pom.xml
index a294d52..f700254 100644
--- a/components-starter/camel-avro-rpc-starter/pom.xml
+++ b/components-starter/camel-avro-rpc-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-avro-rpc-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
-  <!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+  <name>Camel Spring Boot :: Avro RPC</name>
+  <description>Spring-Boot Starter for Camel Support for Avro RPC</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>


[camel-spring-boot] 03/04: Component starters: Added correct name and description for Avro

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

commit 391df6eaa83862f09df85da86587ad5e681b858c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:05:28 2020 +0100

    Component starters: Added correct name and description for Avro
---
 components-starter/camel-avro-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-avro-starter/pom.xml b/components-starter/camel-avro-starter/pom.xml
index 35c2015..cbac726 100644
--- a/components-starter/camel-avro-starter/pom.xml
+++ b/components-starter/camel-avro-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-avro-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
-  <!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+  <name>Camel Spring Boot :: Avro</name>
+  <description>Spring-Boot Starter for Camel Support for Avro</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>


[camel-spring-boot] 04/04: Component starters: Added correct name and description for AWS2-Athena

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

commit 3fee38718559ed90caffd9611d5041c009f9a091
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:06:39 2020 +0100

    Component starters: Added correct name and description for AWS2-Athena
---
 components-starter/camel-aws2-athena-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-aws2-athena-starter/pom.xml b/components-starter/camel-aws2-athena-starter/pom.xml
index 90f62b9..33f41da 100644
--- a/components-starter/camel-aws2-athena-starter/pom.xml
+++ b/components-starter/camel-aws2-athena-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-aws2-athena-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
-  <!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+  <name>Camel Spring Boot :: AWS2-Athena</name>
+  <description>Spring-Boot Starter for Camel Support for AWS Athena Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>


[camel-spring-boot] 01/04: Component starters: Added correct name and description for Atlasmap

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

commit 11629655da9a735c5675072c9370ea359e70f1dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:02:21 2020 +0100

    Component starters: Added correct name and description for Atlasmap
---
 components-starter/camel-atlasmap-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-atlasmap-starter/pom.xml b/components-starter/camel-atlasmap-starter/pom.xml
index 1cdf7af..62d23d2 100644
--- a/components-starter/camel-atlasmap-starter/pom.xml
+++ b/components-starter/camel-atlasmap-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-atlasmap-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
-  <!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+  <name>Camel Spring Boot :: Atlasmap</name>
+  <description>Spring-Boot Starter for Camel Support for Atlasmap</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>