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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 4b84b863dfc CAMEL-20170: camel-jbang - Report more accurately maven 
downloads (#12277)
     new 5183d95c4f0 CAMEL-20163: cleanup content type handling code
     new 8e641b1fb10 CAMEL-20163: cleanup parsing HTTP status ranges
     new 0d1a2a52a96 CAMEL-20163: consolidate header manipulation methods
     new a228c897794 CAMEL-20163: consolidate common add filter methods
     new 98ca9945350 CAMEL-20163: consolidate common header filtering methods

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/component/http/HttpEntityConverter.java  | 18 +++--
 .../apache/camel/component/http/HttpProducer.java  | 71 +++++++----------
 .../camel/component/jetty/JettyHttpComponent.java  | 23 +++---
 .../component/netty/http/NettyHttpProducer.java    | 15 ++--
 .../http/NettyHttpRestHeaderFilterStrategy.java    | 22 +-----
 .../http/vertx/VertxPlatformHttpSupport.java       | 23 ++----
 .../undertow/UndertowRestHeaderFilterStrategy.java | 22 +-----
 .../http/VertxHttpRestHeaderFilterStrategy.java    | 23 +-----
 .../org/apache/camel/support/http/HttpUtil.java    | 91 ++++++++++++++++++++++
 9 files changed, 170 insertions(+), 138 deletions(-)

Reply via email to