You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/16 07:39:38 UTC

[camel] branch master updated: [CAMEL-15692] adding jsonb dataformat

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 16a3ce6  [CAMEL-15692] adding jsonb dataformat
16a3ce6 is described below

commit 16a3ce651f4425e13b19569921e8143df66ba837
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 16 09:37:03 2020 +0200

    [CAMEL-15692] adding jsonb dataformat
---
 components/camel-jsonb/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jsonb/src/test/resources/log4j2.properties b/components/camel-jsonb/src/test/resources/log4j2.properties
index f3373d1..9bcca4a 100644
--- a/components/camel-jsonb/src/test/resources/log4j2.properties
+++ b/components/camel-jsonb/src/test/resources/log4j2.properties
@@ -17,7 +17,7 @@
 
 appender.file.type = File
 appender.file.name = file
-appender.file.fileName = target/camel-johnzon-test.log
+appender.file.fileName = target/camel-jsonb-test.log
 appender.file.layout.type = PatternLayout
 appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
 appender.out.type = Console