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/10/30 09:53:54 UTC

[camel] branch master updated (c41989f -> b41e56a)

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 c41989f  CAMEL-14097: camel-grpc - Preserve message headers in producer when forwaring exchange and setting response body.
     new 00e196a  CAMEL-14101 - Add a little log warn about customizations
     new b41e56a  Regen docs and fixed links for debezium

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.


Summary of changes:
 .../main/java/org/apache/camel/component/jackson/JacksonDataFormat.java | 2 ++
 docs/user-manual/modules/ROOT/pages/index.adoc                          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


[camel] 01/02: CAMEL-14101 - Add a little log warn about customizations

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 00e196a457965f3a56558924946ed6e74bdc74fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 30 10:12:48 2019 +0100

    CAMEL-14101 - Add a little log warn about customizations
---
 .../main/java/org/apache/camel/component/jackson/JacksonDataFormat.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
index 35f5e4b..2c50391 100644
--- a/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
+++ b/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/JacksonDataFormat.java
@@ -613,6 +613,8 @@ public class JacksonDataFormat extends ServiceSupport implements DataFormat, Dat
                 log.debug("Setting timezone to Object Mapper: {}", timezone);
                 objectMapper.setTimeZone(timezone);
             }
+        } else {
+            log.warn("The objectMapper was already found in the registry, no customizations will be applied");
         }
     }
 


[camel] 02/02: Regen docs and fixed links for debezium

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 b41e56a31398db775eaabb57bef892c3a0eb843e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 30 10:52:41 2019 +0100

    Regen docs and fixed links for debezium
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index a7513a0..627cb7b 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -207,7 +207,7 @@ camel routes without them knowing
 ** xref:components::crypto-cms-component.adoc[Crypto CMS]
 ** xref:components::cxf-component.adoc[CXF]
 ** xref:components::cxfrs-component.adoc[CXF-RS]
-** xref:components::debezium-component.adoc[Debezium]
+** xref:components::debezium-mysql-component.adoc[Debezium Mysql]
 ** xref:components::digitalocean-component.adoc[DigitalOcean]
 ** xref:components::disruptor-component.adoc[Disruptor]
 ** xref:components::dns-component.adoc[DNS]