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

oscerd pushed a change to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e3dc728b8594 CAMEL-23740: Fix WrappedFile converter for FTP/SFTP 
remote files
     new fdcf67a00470 CAMEL-23651: align muteException default in netty-http 
and undertow
     new 1bd7389bd244 CAMEL-23734 - adapt VertxHttpTransferExceptionTest

The 2 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/catalog/components/netty-http.json       |  4 +--
 .../apache/camel/catalog/components/undertow.json  |  4 +--
 .../camel/component/netty/http/netty-http.json     |  4 +--
 .../component/netty/http/NettyHttpComponent.java   |  4 +--
 .../netty/http/NettyHttpConfiguration.java         |  4 +--
 ...ettyHttp500ErrorThrowExceptionOnServerTest.java |  2 +-
 ...va => NettyHttpMuteExceptionByDefaultTest.java} |  9 ++----
 .../netty/http/NettyHttpTransferExceptionTest.java |  2 +-
 .../apache/camel/component/undertow/undertow.json  |  4 +--
 .../component/undertow/UndertowComponent.java      |  8 ++++--
 .../camel/component/undertow/UndertowEndpoint.java |  4 +--
 ...ava => UndertowMuteExceptionByDefaultTest.java} | 23 +++++++--------
 .../undertow/UndertowTransferExceptionTest.java    |  3 +-
 .../RestUndertowMuteExceptionByDefaultTest.java}   | 33 ++++++++++++----------
 components/camel-vertx/camel-vertx-http/pom.xml    |  5 ++++
 .../vertx/http/VertxHttpTransferExceptionTest.java | 11 ++++----
 .../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc    | 25 ++++++++++++++++
 .../dsl/NettyHttpComponentBuilderFactory.java      |  2 +-
 .../dsl/UndertowComponentBuilderFactory.java       |  2 +-
 .../dsl/NettyHttpEndpointBuilderFactory.java       |  4 +--
 .../dsl/UndertowEndpointBuilderFactory.java        |  4 +--
 21 files changed, 95 insertions(+), 66 deletions(-)
 copy 
components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/{NettyHttpComponentMuteExceptionTest.java
 => NettyHttpMuteExceptionByDefaultTest.java} (89%)
 copy 
components/camel-undertow/src/test/java/org/apache/camel/component/undertow/{UndertowTransferExceptionTest.java
 => UndertowMuteExceptionByDefaultTest.java} (74%)
 copy 
components/camel-undertow/src/test/java/org/apache/camel/component/undertow/{UndertowTransferExceptionTest.java
 => rest/RestUndertowMuteExceptionByDefaultTest.java} (67%)

Reply via email to