GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1733
CAMEL-11178: default methods support in bean binding Actually, the management of default methods has already been added via [a previous commit](https://github.com/apache/camel/pull/1703/commits/0ddb6a7baf2e092304ec7644b655371bdac28cd5) on version 2.20.0-SNAPSHOT. I like such PR solving more than one ticket :) Please, check [CAMEL-11178](https://issues.apache.org/jira/browse/CAMEL-11178) out for more details. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aldettinger/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1733.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 #1733 ---- commit 1dc74cbf2588d3b6aba410f100620cd1b65bfec9 Author: aldettinger <aldettin...@gmail.com> Date: 2017-06-01T14:38:55Z CAMEL-11178: Added a test to ensure that default methods are explicitly supported in bean binding commit 4202044e7b6e5c069cabc1619f396900d0785d32 Author: aldettinger <aldettin...@gmail.com> Date: 2017-06-01T15:23:01Z CAMEL-11178: Corrected a wrong variable renaming I've proposed once ---- --- 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. ---