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

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


    from 95c959e  Upgrade maven wrapper to Maven 3.5.3
     new ba05e02  Updated documentation of the AWS XRay component Added support 
for a more comprehensive view of sub/segments by copying over the AWS XRay 
entity (if provided in the exchange headers) to the new thread. Instead of 
creating a new segment for the seda route the invoked route will be added as 
subsegment to the invoking route. This is especially useful if some Amazon 
services (like the S3 upload) are used, which may occur in its own thread. 
Fixed some possible NPEs
     new ca646fe  Camel-AWS XRay: Fixed CS

The 2 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-aws-xray/src/main/docs/aws-xray.adoc     |  28 ++++-
 .../aws/xray/TraceAnnotatedTracingStrategy.java    |  17 ++-
 .../camel/component/aws/xray/XRayTracer.java       |  23 +++++
 .../aws/xray/ComprehensiveTrackingTest.java        | 115 +++++++++++++++++++++
 .../camel/component/aws/xray/bean/SomeBean.java    |  56 ++++++++++
 5 files changed, 231 insertions(+), 8 deletions(-)
 create mode 100644 
components/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ComprehensiveTrackingTest.java
 create mode 100644 
components/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/bean/SomeBean.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to