GitHub user kcbabo opened a pull request: https://github.com/apache/camel/pull/415
CAMEL-8332: Additional features for camel-dozer component This commit includes the following changes: * Added a new converter which allows the user to evaluate an expression using Camel language support and assign it to an output field. * Enabled javax.el support to allow variables to be used in mappings. * Users can specify the name of a DozerBeanMapperConfiguration bean instead of a Dozer mapping file to allow for fine-grained configuration of the Dozer environment. * The sourceModel option is actually used now and targetModel is marked as required. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kcbabo/camel CAMEL-8332_2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/415.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 #415 ---- commit ed680e0c640178a68c8e761a5eabb15fe45791c2 Author: Keith Babo <kb...@redhat.com> Date: 2015-03-02T02:53:44Z CAMEL-8332: Additional features for camel-dozer component This commit includes the following changes: * Added a new converter which allows the user to evaluate an expression using Camel language support and assign it to an output field. * Enabled javax.el support to allow variables to be used in mappings. * Users can specify the name of a DozerBeanMapperConfiguration bean instead of a Dozer mapping file to allow for fine-grained configuration of the Dozer environment. * The sourceModel option is actually used now and targetModel is marked as required. ---- --- 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. ---