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/12/29 15:32:33 UTC

[camel-quarkus] branch cleanup created (now 5f4be8d)

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

acosentino pushed a change to branch cleanup
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 5f4be8d  Renamed customerlist.csv file in file-split-to-log

This branch includes the following new commits:

     new fc3f9f1  Added file-split-log-xml example to modules
     new 5f4be8d  Renamed customerlist.csv file in file-split-to-log

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.



[camel-quarkus] 02/02: Renamed customerlist.csv file in file-split-to-log

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

acosentino pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5f4be8def0ff1cc327cbbb44622c457f1827b186
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 29 16:11:03 2019 +0100

    Renamed customerlist.csv file in file-split-to-log
---
 .../src/main/resources/file/{customerlist .csv => customerlist.csv}       | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/examples/file-split-log-xml/src/main/resources/file/customerlist .csv b/examples/file-split-log-xml/src/main/resources/file/customerlist.csv
similarity index 100%
rename from examples/file-split-log-xml/src/main/resources/file/customerlist .csv
rename to examples/file-split-log-xml/src/main/resources/file/customerlist.csv


[camel-quarkus] 01/02: Added file-split-log-xml example to modules

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

acosentino pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fc3f9f181d5eba72f087eaeb0e37c8019119705c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 29 15:34:01 2019 +0100

    Added file-split-log-xml example to modules
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index c6b86e7..cfef43e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,6 +39,7 @@
         <module>timer-log-kotlin</module>
         <module>timer-log-xml</module>
         <module>timer-log-spring</module>
+        <module>file-split-log-xml</module>
     </modules>
 
 </project>