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/04/15 14:28:01 UTC

[camel] branch regen_bot updated (cb33ca2 -> 98628d9)

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 cb33ca2  CAMEL-16476: XML DSL route loader should prepare route, like spring/blueprint xml dsl does.
     add 98628d9  CAMEL-16509 - Feature/fix zipkin spans alternate (#5373)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/zipkin/ZipkinState.java  | 53 ++++++++-----------
 .../java/org/apache/camel/zipkin/ZipkinTracer.java | 19 ++++---
 .../org/apache/camel/zipkin/ZipkinStateTest.java   | 30 ++++++++++-
 .../java/org/apache/camel/ExtendedExchange.java    | 18 +++++++
 .../java/org/apache/camel/SafeCopyProperty.java    | 40 +++++++++++++++
 .../org/apache/camel/impl/DefaultExchangeTest.java | 38 ++++++++++++++
 .../org/apache/camel/support/AbstractExchange.java | 60 +++++++++++++++++++++-
 7 files changed, 216 insertions(+), 42 deletions(-)
 create mode 100644 core/camel-api/src/main/java/org/apache/camel/SafeCopyProperty.java