[GitHub] camel pull request #1879: Unable to change DataFormat.contentTypeHeader valu...

2017-08-09 Thread realmfoo
Github user realmfoo closed the pull request at:

https://github.com/apache/camel/pull/1879


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] camel pull request #1879: Unable to change DataFormat.contentTypeHeader valu...

2017-08-09 Thread realmfoo
GitHub user realmfoo opened a pull request:

https://github.com/apache/camel/pull/1879

Unable to change DataFormat.contentTypeHeader value to false

`JaxbDataFormat` has a `contentTypeHeader` property with default value of 
`TRUE`. It should be able to change `contentTypeHeader` to `FALSE`.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/realmfoo/camel dataformat

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/1879.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1879


commit 7dd17de6e564beec5aacb9537b7a53aa77cf3ede
Author: leboev 
Date:   2017-08-09T07:43:57Z

Unable to change DataFormat.contentTypeHeader value to false

JaxbDataFormat has a contentTypeHeader property with default value of TRUE. 
It should be able to change contentTypeHeader to FALSE.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---