This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch CAMEL-13870 in repository https://gitbox.apache.org/repos/asf/camel.git.
from 61e02d6 CAMEL-13870: Fast property configuration of Camel endpoints. Work in progress. new a10b35b CAMEL-13870: Fast property configuration of Camel endpoints. Work in progress. new 136a6e8 CAMEL-13870: Fast property configuration of Camel endpoints. Work in progress. 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/web3j/Web3jConfiguration.java | 21 ++++++ .../camel/component/web3j/Web3jEndpoint.java | 4 ++ components/camel-websocket-jsr356/pom.xml | 2 +- .../src/main/docs/websocket-jsr356-component.adoc | 3 +- .../camel/websocket/jsr356/JSR356Consumer.java | 8 +-- .../camel/websocket/jsr356/JSR356Endpoint.java | 5 +- .../websocket/jsr356/JSR356WebSocketComponent.java | 6 +- .../src/main/docs/wordpress-component.adoc | 2 +- .../wordpress/WordpressComponentConfiguration.java | 18 +++-- .../component/wordpress/WordpressEndpoint.java | 26 ++++---- .../consumer/AbstractWordpressConsumer.java | 4 +- .../producer/AbstractWordpressProducer.java | 2 +- .../wordpress/WordpressComponentTest.java | 20 +++--- .../component/xchange/XChangeConfiguration.java | 8 +++ .../xmlsecurity/XmlSignatureEndpoint.java | 8 +++ .../src/main/docs/zookeeper-component.adoc | 3 +- .../zookeeper/ZooKeeperConfiguration.java | 20 ------ .../component/zookeeper/ZooKeeperEndpoint.java | 16 ----- .../component/zookeeper/ZooKeeperEndpointTest.java | 11 ---- .../dsl/JSR356WebSocketEndpointBuilderFactory.java | 33 ---------- .../dsl/WordpressEndpointBuilderFactory.java | 21 +++--- .../dsl/ZooKeeperEndpointBuilderFactory.java | 76 ---------------------- .../springboot/Web3jComponentConfiguration.java | 19 +++--- .../WordpressComponentConfiguration.java | 13 ++++ .../ZooKeeperComponentConfiguration.java | 17 ----- .../camel-spring-boot-dependencies/pom.xml | 2 +- 26 files changed, 121 insertions(+), 247 deletions(-)