This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 075f3a2 Remove link to twitter-streaming-component
new a429059 CAMEL-13846: Make PropertyBindingSupport a fluent builder only
new 1a5f8b2 CAMEL-13792: Fixed issue with camel-rest-swagger and renaming
http components and some flaws with settign up rest configuration
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:
.../camel/component/http4/HttpComponent.java | 8 +-
.../component/netty4/http/NettyHttpComponent.java | 9 +-
.../camel/component/rest/RestApiEndpoint.java | 9 +-
.../apache/camel/component/rest/RestEndpoint.java | 8 +-
.../component/undertow/UndertowComponent.java | 9 +-
.../cloud/ServiceCallExpressionConfiguration.java | 2 +-
.../ServiceCallServiceChooserConfiguration.java | 2 +-
.../ServiceCallServiceDiscoveryConfiguration.java | 2 +-
.../ServiceCallServiceFilterConfiguration.java | 2 +-
...erviceCallServiceLoadBalancerConfiguration.java | 2 +-
.../camel/reifier/rest/RestBindingReifier.java | 2 +-
...opertyBindingSupportAutowireNestedDeepTest.java | 2 +-
.../PropertyBindingSupportAutowireNestedTest.java | 10 +-
.../PropertyBindingSupportAutowireTest.java | 2 +-
.../support/PropertyBindingSupportListTest.java | 8 +-
.../support/PropertyBindingSupportMapTest.java | 8 +-
.../camel/support/PropertyBindingSupportTest.java | 111 +++++----
.../java/org/apache/camel/main/MainSupport.java | 10 +-
.../management/JmxManagementStrategyFactory.java | 2 +-
.../DefaultComponentVerifierExtension.java | 2 +-
.../org/apache/camel/support/DefaultComponent.java | 2 +-
.../org/apache/camel/support/DefaultEndpoint.java | 2 +-
.../org/apache/camel/support/EndpointHelper.java | 2 +-
.../camel/support/PropertyBindingSupport.java | 257 +++++++++++----------
.../camel/support/RestProducerFactoryHelper.java | 6 +-
.../camel/support/ScheduledPollConsumer.java | 4 +-
.../support/component/AbstractApiComponent.java | 2 +-
27 files changed, 271 insertions(+), 214 deletions(-)