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/04/30 04:42:38 UTC

[camel] branch master updated (b5fddaa -> 99a580c)

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 b5fddaa  [CAMEL-13468]Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation
     new 7385c77  [CAMEL-13468]Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation
     new 99a580c  Fixed test

The 36842 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:
 .../apache/camel/model/OnExceptionDefinition.java  | 20 ++--------
 .../org/apache/camel/model/RoutesDefinition.java   |  1 -
 .../camel/processor/ErrorHandlerSupport.java       | 43 ++++++++++++++------
 .../apache/camel/reifier/OnExceptionReifier.java   | 12 ++----
 .../seda/SedaDefaultBlockWhenFullTest.java         | 18 ---------
 .../camel/processor/ErrorHandlerSupportTest.java   | 46 +++++++++++++---------
 .../onexception/OnExceptionMisconfiguredTest.java  |  8 ++--
 .../management/ManagedRouteDumpRouteAsXmlTest.java |  3 +-
 8 files changed, 73 insertions(+), 78 deletions(-)