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
The following commit(s) were added to refs/heads/master by this push: new a35bc6b Regen docs a35bc6b is described below commit a35bc6bff772340b0bb64023194728d0ceb4a0c0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 3 10:28:43 2020 +0100 Regen docs --- docs/components/modules/ROOT/pages/jaxb-dataformat.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc b/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc index eb2da43..6d1713b 100644 --- a/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc +++ b/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc @@ -39,7 +39,7 @@ The JAXB dataformat supports 18 options, which are listed below. | contentTypeHeader | false | Boolean | Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application/xml for data formats marshalling to XML, or application/json for data formats marshalling to JSon etc. |=== // dataformat options: END -ND + == Using the Java DSL @@ -120,7 +120,7 @@ false. == Ignoring the NonXML Character - JaxbDataFromat supports to ignore the + JaxbDataFormat supports to ignore the http://www.w3.org/TR/2004/REC-xml-20040204/#NT-Char[NonXML Character], you just need to set the filterNonXmlChars property to be true, JaxbDataFormat will replace the NonXML character with " " when it is