You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/12/09 11:42:29 UTC

[camel] branch regen_bot updated (c1910cb -> 0f5691e)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c1910cb  Update walk-through-an-example.adoc
     add 0f5691e  CAMEL-17298: camel-vertx-http should be similar to camel-http for toD (dynamic send)

No new revisions were added by this update.

Summary of changes:
 .../camel/http/base/HttpSendDynamicAware.java      |  17 +++-
 .../apache/camel/component/http/HttpProducer.java  |  10 +-
 components/camel-vertx/camel-vertx-http/pom.xml    |   5 +
 .../vertx/http/DefaultVertxHttpBinding.java        |  10 +-
 .../component/vertx/http/VertxHttpHelper.java      |   6 +-
 .../vertx/http/VertxHttpProducerToDTest.java       | 107 +++++++++++++++++++++
 6 files changed, 136 insertions(+), 19 deletions(-)
 create mode 100644 components/camel-vertx/camel-vertx-http/src/test/java/org/apache/camel/component/vertx/http/VertxHttpProducerToDTest.java