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 68f6c1a  Upgrade Hazelcast to version 3.12.2
     new 8ae074c  CAMEL-10910: A route with a single output should also use a 
pipeline so its the same behaviour as if the route has 2+ outputs.
     new d44fbda  CAMEL-13828: DefaultExchangeHolder - Do not propgate exchange 
id
     new 08f046c  Revert "CAMEL-13828: DefaultExchangeHolder - Do not propgate 
exchange id"
     new dac1392  CAMEL-13828: DefaultExchangeHolder - Do not propgate exchange 
id for camel-jms with transferExchange as its across JVMs etc.

The 4 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:
 .../cxf/jaxrs/CxfRsSpringConsumerTest.java         |   2 +-
 .../org/apache/camel/component/jms/JmsBinding.java |   2 +-
 .../camel/impl/engine/DefaultRouteContext.java     |   4 +-
 .../impl/cloud/ServiceCallConfigurationTest.java   |   6 ++
 .../test/java/org/apache/camel/TestSupport.java    |   4 +
 .../camel/language/XPathOutFunctionTest.java       | 114 ---------------------
 .../RandomLoadBalanceJavaDSLBuilderTest.java       |   4 +
 .../camel/processor/SagaPropagationTest.java       |   4 +-
 ...onTest.java => SimpleSingleOutputMockTest.java} |  16 ++-
 .../camel/support/DefaultExchangeHolder.java       |  46 ++++-----
 10 files changed, 53 insertions(+), 149 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/language/XPathOutFunctionTest.java
 copy 
core/camel-core/src/test/java/org/apache/camel/processor/{TracerConfigurationTest.java
 => SimpleSingleOutputMockTest.java} (76%)

Reply via email to