You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/08/01 05:23:41 UTC

[cxf] branch master updated (d20c536 -> f82e825)

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

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


    from d20c536  update swagger-ui to latest version
     add 182ca10  Bumps to latest Brave dependencies
     new f82e825  Merge pull request #432 from adriancole/brave-bump

The 1 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:
 .../tracing/server/impl/CatalogServiceImpl.java    |  7 +-
 .../apache/cxf/tracing/brave/BraveTraceTest.java   | 10 +--
 .../karaf/features/src/main/resources/features.xml |  4 +-
 parent/pom.xml                                     |  6 +-
 .../apache/cxf/systest/brave/TestSpanReporter.java |  4 +-
 .../jaxrs/tracing/brave/BraveTracingTest.java      | 81 +++++++++++-----------
 .../cxf/systest/jaxrs/tracing/brave/HasSpan.java   |  8 +--
 .../tracing/brave/IsAnnotationContaining.java      |  4 +-
 .../brave/IsBinaryAnnotationContaining.java        | 50 -------------
 .../cxf/systest/jaxws/tracing/brave/BookStore.java |  2 +-
 .../jaxws/tracing/brave/BraveTracingTest.java      | 40 +++++------
 11 files changed, 83 insertions(+), 133 deletions(-)
 delete mode 100644 systests/tracing/src/test/java/org/apache/cxf/systest/jaxrs/tracing/brave/IsBinaryAnnotationContaining.java


[cxf] 01/01: Merge pull request #432 from adriancole/brave-bump

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f82e825cb42fd4efcd4e04eb5bae743218711033
Merge: d20c536 182ca10
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Aug 1 07:23:39 2018 +0200

    Merge pull request #432 from adriancole/brave-bump
    
    Bumps to latest Brave dependencies

 .../tracing/server/impl/CatalogServiceImpl.java    |  7 +-
 .../apache/cxf/tracing/brave/BraveTraceTest.java   | 10 +--
 .../karaf/features/src/main/resources/features.xml |  4 +-
 parent/pom.xml                                     |  6 +-
 .../apache/cxf/systest/brave/TestSpanReporter.java |  4 +-
 .../jaxrs/tracing/brave/BraveTracingTest.java      | 81 +++++++++++-----------
 .../cxf/systest/jaxrs/tracing/brave/HasSpan.java   |  8 +--
 .../tracing/brave/IsAnnotationContaining.java      |  4 +-
 .../brave/IsBinaryAnnotationContaining.java        | 50 -------------
 .../cxf/systest/jaxws/tracing/brave/BookStore.java |  2 +-
 .../jaxws/tracing/brave/BraveTracingTest.java      | 40 +++++------
 11 files changed, 83 insertions(+), 133 deletions(-)