This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 155b1cd58d5 Upgrade Jsonapi to version 0.12 new 5c04f63daa8 Output better test failure messages in MicrometerExchangeEventNotifierTest new 23679ee3651 CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions new 5ab7abb15ba Make CurrentSpanTest in Micrometer and Observation more robust by awaiting Span.current().getSpanContext().isValid() to become false after sending/receiving messages The 3 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: components/camel-micrometer/pom.xml | 8 +++-- .../MicrometerExchangeEventNotifierTest.java | 12 +++---- components/camel-observation/pom.xml | 8 +++-- .../CamelMicrometerObservationTestSupport.java | 12 ++++++- .../apache/camel/observation/CurrentSpanTest.java | 38 ++++++++++++++-------- components/camel-opentelemetry/pom.xml | 6 ++++ .../CamelOpenTelemetryTestSupport.java | 9 +++++ .../camel/opentelemetry/CurrentSpanTest.java | 37 ++++++++++++++------- parent/pom.xml | 26 +++++++++++++++ 9 files changed, 120 insertions(+), 36 deletions(-)