You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/04/25 18:03:44 UTC

[camel] branch master updated (2a19460 -> ac4c608)

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

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


    from 2a19460  Fix fhir dataformat tests
     new 3ec5f74  Add a getRouteId() method to the RouteContext
     new ac4c608  Fix xstream dataformat test

The 36752 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/controlbus/ControlBusProducer.java    |  2 +-
 .../camel/component/jcache/policy/JCachePolicy.java       |  2 +-
 .../component/shiro/security/ShiroSecurityPolicy.java     |  2 +-
 .../org/apache/camel/spring/EndpointReferenceTest.java    |  3 ++-
 .../main/java/org/apache/camel/zipkin/ZipkinTracer.java   |  2 +-
 .../src/main/java/org/apache/camel/spi/RouteContext.java  |  5 +++++
 .../org/apache/camel/builder/ErrorHandlerBuilderRef.java  |  2 +-
 .../apache/camel/builder/ErrorHandlerBuilderSupport.java  | 13 ++-----------
 .../java/org/apache/camel/impl/DefaultRouteContext.java   | 15 ++++++---------
 .../apache/camel/impl/DefaultRuntimeEndpointRegistry.java |  2 +-
 .../main/java/org/apache/camel/impl/MDCUnitOfWork.java    |  4 ++--
 .../apache/camel/processor/CamelInternalProcessor.java    |  8 +++-----
 .../org/apache/camel/processor/ErrorHandlerSupport.java   |  2 +-
 .../apache/camel/processor/RedeliveryErrorHandler.java    |  6 +++---
 .../main/java/org/apache/camel/reifier/LogReifier.java    |  2 +-
 .../org/apache/camel/reifier/OnCompletionReifier.java     |  2 +-
 .../java/org/apache/camel/reifier/OnExceptionReifier.java |  2 +-
 .../camel/reifier/dataformat/DataFormatReifier.java       |  2 ++
 .../reifier/dataformat/XStreamDataFormatReifier.java      |  2 +-
 .../RecipientListContextScopedOnExceptionIssueTest.java   |  4 ++--
 .../RoutingSlipContextScopedOnExceptionIssueTest.java     |  4 ++--
 .../ContextScopedOnExceptionCorrectRouteContextTest.java  |  4 ++--
 .../apache/camel/support/builder/ExpressionBuilder.java   |  2 +-
 23 files changed, 43 insertions(+), 49 deletions(-)