This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch 13557
in repository https://gitbox.apache.org/repos/asf/camel.git.
from d008968 CAMEL-13557: Add property binding support to make it
convenient to configure components and whatnot.
new 32d5033 CAMEL-13557: Add property binding support to make it
convenient to configure components and whatnot.
new 16cc010 CAMEL-13557: Add property binding support to make it
convenient to configure components and whatnot.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/camel/support/DefaultComponent.java | 45 ++++++++++++++---
.../org/apache/camel/support/DefaultEndpoint.java | 40 ++++++++++++---
.../org/apache/camel/support/EndpointHelper.java | 6 ++-
.../camel/support/PropertyBindingSupport.java | 57 +++++++++++++++++-----
.../camel/support/ScheduledPollEndpoint.java | 5 +-
.../support/component/AbstractApiEndpoint.java | 3 +-
6 files changed, 126 insertions(+), 30 deletions(-)