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/02/16 07:26:52 UTC

[camel] branch regen_bot updated (cf30825 -> a85c022)

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 cf30825  Sync deps
     add 532f82f  CAMEL-16215: camel-http - Optimize isStatusCodeOk
     add d4e208f  CAMEL-16215: camel-vertx-http - Optimize isStatusCodeOk
     add 137a34c  CAMEL-16215: camel-netty-http - Optimize isStatusCodeOk
     add a85c022  CAMEL-16215: camel-undertow - Optimize isStatusCodeOk

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/http/HttpProducer.java  | 22 ++++++++++++++++++-
 .../component/netty/http/NettyHttpHelper.java      |  6 +++---
 .../component/netty/http/NettyHttpProducer.java    | 25 ++++++++++++++++++++--
 .../component/undertow/UndertowClientCallback.java | 16 +++++---------
 .../vertx/http/DefaultVertxHttpBinding.java        |  6 +++---
 .../component/vertx/http/VertxHttpEndpoint.java    | 21 ++++++++++++++++++
 6 files changed, 76 insertions(+), 20 deletions(-)