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 2023/11/28 20:03:24 UTC

(camel) branch regen_bot updated (c9f03b35653 -> c8616d36ac6)

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 c9f03b35653 Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 (#12239)
     add c8616d36ac6 CAMEL-20163: consolidate the code adding or appending entries on the header (#12236)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/http/base/HttpHelper.java     | 16 ++----------
 .../org/apache/camel/http/common/HttpHelper.java   |  4 +--
 .../knative/http/KnativeHttpConsumer.java          |  6 +++--
 .../component/knative/http/KnativeHttpSupport.java | 19 --------------
 .../component/netty/http/NettyHttpHelper.java      | 18 ++------------
 .../http/vertx/VertxPlatformHttpConsumer.java      |  6 ++---
 .../http/vertx/VertxPlatformHttpSupport.java       | 29 +++-------------------
 .../camel/component/undertow/UndertowHelper.java   | 18 ++------------
 .../vertx/websocket/VertxWebsocketHelper.java      | 17 ++-----------
 .../org/apache/camel/support/http/HttpUtil.java    |  1 +
 .../org/apache/camel/util/CollectionHelper.java    | 29 ++++++++++++++++++++++
 11 files changed, 51 insertions(+), 112 deletions(-)