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 2022/12/21 09:02:37 UTC

[camel] branch regen_bot updated (e10666bbd11 -> 965fd2841d1)

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 e10666bbd11 (chores) Lasts sonar issues about replace size() > 0 by !isEmpty() (#8935)
     add 2e1cc4f5ed3 Tracing: fix flaky test and add scope checks before closing (#8934)
     add 965fd2841d1 CAMEL-18832: camel-spring-boot - Health Check output should include data in full exposure level. Aligned output to be similar to microprofile-health.

No new revisions were added by this update.

Summary of changes:
 .../CamelOpenTelemetryTestSupport.java             | 32 +++++++++
 .../camel/opentelemetry/CurrentSpanTest.java       | 77 ++++++++++++++--------
 .../apache/camel/tracing/ActiveSpanManager.java    | 32 ++++++++-
 .../main/java/org/apache/camel/tracing/Tracer.java |  2 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc    | 37 +++++++++++
 5 files changed, 148 insertions(+), 32 deletions(-)