You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/11 10:42:47 UTC

[camel] branch master updated (ed686ee -> adfacf4)

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

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


    from ed686ee  CAMEL-14052: camel-paho make it possible to configure all its options via compoent options that also works for Spring Boot
     add adfacf4  CAMEL-14025: add muteException option on camel-undertow component (#3236)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/undertow-component.adoc          |  3 +-
 .../undertow/DefaultUndertowHttpBinding.java       | 21 +++++++++--
 .../camel/component/undertow/UndertowConsumer.java |  3 +-
 .../camel/component/undertow/UndertowEndpoint.java | 22 +++++++++---
 .../component/undertow/UndertowHttpBinding.java    |  2 ++
 ...ionTest.java => UndertowMuteExceptionTest.java} | 41 +++++++++++++++-------
 .../dsl/UndertowEndpointBuilderFactory.java        | 27 ++++++++++++++
 7 files changed, 98 insertions(+), 21 deletions(-)
 copy components/camel-undertow/src/test/java/org/apache/camel/component/undertow/{UndertowTransferExceptionTest.java => UndertowMuteExceptionTest.java} (57%)