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/15 15:48:08 UTC

[camel] branch regen_bot updated (32e6dc8 -> 82560dc)

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 32e6dc8  Regen for commit 1f4ad6dafdb821e7b23b8bb8145dbd293d8efc0f
     add 5dadce0  CAMEL-16207: camel-core - Optimize HeaderFilterStrategy with startsWith pattern
     add 224ef9a  CAMEL-16207: camel-core - Optimize HeaderFilterStrategy with startsWith pattern
     add 82560dc  CAMEL-16205: camel-http - Optimize extract response body for small payloads

No new revisions were added by this update.

Summary of changes:
 .../component/ahc/HttpHeaderFilterStrategy.java    |  4 +--
 .../cxf/common/header/CxfHeaderFilterStrategy.java |  2 +-
 .../cxf/jaxrs/CxfRsHeaderFilterStrategy.java       |  2 +-
 .../apache/camel/component/cxf/wsdl/OrderTest.java |  6 ++--
 .../http/common/HttpHeaderFilterStrategy.java      |  4 +--
 .../jetty/HttpBridgeMultipartRouteTest.java        |  2 +-
 .../component/kafka/KafkaHeaderFilterStrategy.java | 12 ++-----
 .../component/mail/MailHeaderFilterStrategy.java   |  2 +-
 .../netty/http/NettyHttpHeaderFilterStrategy.java  |  4 +--
 .../http/PlatformHttpHeaderFilterStrategy.java     |  2 +-
 .../rabbitmq/RabbitMQHeaderFilterStrategy.java     |  4 +--
 .../resteasy/ResteasyHeaderFilterStrategy.java     |  5 ++-
 .../SpringRabbitMQHeaderFilterStrategy.java        |  4 +--
 .../undertow/UndertowHeaderFilterStrategy.java     |  2 +-
 .../vertx/http/VertxHttpHeaderFilterStrategy.java  |  4 +--
 .../kafka/VertxKafkaHeaderFilterStrategy.java      | 12 ++-----
 .../impl/DefaultHeaderFilterStrategyTest.java      | 40 +++++++++++++++++++++
 .../camel/support/DefaultHeaderFilterStrategy.java | 42 ++++++++++++++++++++++
 18 files changed, 110 insertions(+), 43 deletions(-)