lburgazzoli closed pull request #25: Changed log message in Sample.java in 
order to really rocks!
URL: https://github.com/apache/camel-k/pull/25
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index 2b30606..bd29699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,10 @@ tmp/_output
 tmp/_test
 tmp/_maven_output
 
+# eclipse / vscode
+.settings
+.classpath
+.factorypath
 
 # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
 
diff --git a/Sample.java b/Sample.java
index 2d73b92..4ba8c88 100644
--- a/Sample.java
+++ b/Sample.java
@@ -7,8 +7,8 @@
   @Override
   public void configure() throws Exception {
          from("timer:tick")
-               .setBody(constant("Hello! Camel K rocks!!!"))
-               .to("log:info");
+    .setBody(constant("-\n             r\n             o\n             
c\nHello! Camel K\n             s\n             !\n"))
+               .to("log:info?skipBodyLineSeparator=false");
   }
 
 }
\ No newline at end of file


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to