GitHub user trobert opened a pull request:
https://github.com/apache/camel/pull/2230
add missing attributes in RedeliveryPolicyFactoryBean
this synchronizes the attributes present in two similar classes:
- RedeliveryPolicyDefinition
- RedeliveryPolicyFactoryBean
the latter was missing: `logNewException` and `logExhaustedMessageBody`,
making it impossible to use it in xml routes definitions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trobert/camel redelivery-policy-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2230.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 #2230
----
commit 2d88f5a60d7ad9d6634e2197ddacf7e39a3bfc1c
Author: Thibaut Robert <thibaut.robert@...>
Date: 2018-02-20T13:49:53Z
add missing attributes in RedeliveryPolicyFactoryBean
----
---