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/11/05 13:26:52 UTC

[camel] branch regen_bot updated (d3c90e0 -> 90e572e)

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 d3c90e0  Sync deps
     add fc43e912 CAMEL-17166: http components using muteException should return empty message body instead of the text Exception.
     add 90e572e  Upgrade to kotlin 1.5.31

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                               |  2 +-
 .../org/apache/camel/http/common/DefaultHttpBinding.java |  2 +-
 .../component/netty/http/DefaultNettyHttpBinding.java    |  5 ++---
 .../component/netty/http/NettyHttpMuteExceptionTest.java |  2 +-
 .../component/servlet/ServletCamelRouterTestSupport.java | 16 ++++++++++------
 .../component/servlet/ServletMuteExceptionTest.java      |  4 ++--
 .../camel/component/undertow/UndertowConsumer.java       |  3 +--
 .../component/undertow/UndertowMuteExceptionTest.java    |  4 ++--
 .../undertow/rest/RestUndertowContentTypeTest.java       |  2 +-
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc  |  7 +++++++
 parent/pom.xml                                           |  2 +-
 11 files changed, 29 insertions(+), 20 deletions(-)