You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/12 11:47:27 UTC

[camel] branch master updated (7b25b69 -> f615dfb)

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 7b25b69  CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library
     add f615dfb  CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - web3j

No new revisions were added by this update.

Summary of changes:
 .../camel-web3j/src/main/docs/web3j-component.adoc |   6 +-
 .../camel/component/web3j/Web3jComponent.java      |  21 ++--
 .../camel/component/web3j/Web3jConfiguration.java  |  62 ++----------
 .../camel/component/web3j/Web3jConsumer.java       |  19 ++--
 .../apache/camel/component/web3j/Web3jHelper.java} |  34 ++++---
 .../camel/component/web3j/Web3jProducer.java       |  48 ++++-----
 .../src/test/resources/log4j2.properties           |   2 +-
 .../endpoint/dsl/Web3jEndpointBuilderFactory.java  | 112 ++-------------------
 .../springboot/Web3jComponentConfiguration.java    |  19 ++--
 9 files changed, 90 insertions(+), 233 deletions(-)
 copy components/{camel-spring/src/test/java/org/apache/camel/spring/remoting/Bean.java => camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jHelper.java} (51%)