[GitHub] camel pull request #2230: add missing attributes in RedeliveryPolicyFactoryB...

2018-02-20 Thread trobert
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

[GitHub] camel pull request #1127: fix moduleClassNames attribute wiring in JSonDataF...

2016-08-18 Thread trobert
Github user trobert closed the pull request at: https://github.com/apache/camel/pull/1127 --- 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

[GitHub] camel pull request #1127: fix moduleClassNames attribute wiring in JSonDataF...

2016-08-18 Thread trobert
GitHub user trobert opened a pull request: https://github.com/apache/camel/pull/1127 fix moduleClassNames attribute wiring in JSonDataFormat `moduleClassNames` is not taken into account in `` This commit fix this. Please can you backport to 2.17 too ? thanks You