You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2021/06/02 22:13:02 UTC

[cxf] branch master updated (33478ad -> 218c83b)

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

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


    from 33478ad  CXF-8532: @Priority support for ParamConverterProvider (#807)
     new 9f1034e  Run Async systests with no CDI or MP Config
     new c67e68e  Code review comments
     new 218c83b  Merge pull request #808 from andymc12/nocdiTests

The 16379 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:
 .../microprofile/client/{async => nocdi}/pom.xml   | 28 ++++++++++------------
 .../microprofile/rest/client/AsyncMethodTest.java  | 23 +++++++++++++++---
 .../rest/client/AsyncThreadingTest.java            |  0
 .../mock/AsyncClientWithCompletionStage.java       |  0
 .../AsyncInvocationInterceptorFactoryTestImpl.java |  0
 ...AsyncInvocationInterceptorFactoryTestImpl2.java |  0
 .../rest/client/mock/ThreadLocalClientFilter.java  |  0
 7 files changed, 32 insertions(+), 19 deletions(-)
 copy systests/microprofile/client/{async => nocdi}/pom.xml (87%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/AsyncMethodTest.java (92%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/AsyncThreadingTest.java (100%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/mock/AsyncClientWithCompletionStage.java (100%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/mock/AsyncInvocationInterceptorFactoryTestImpl.java (100%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/mock/AsyncInvocationInterceptorFactoryTestImpl2.java (100%)
 copy systests/microprofile/client/{async => nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/mock/ThreadLocalClientFilter.java (100%)