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

reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 6eb18ec  Enable SPI/ServiceLoader under OSGi (#806)
     new efd41a4  Merge pull request #805 from brevilo/mp-optional-config-cdi
     new b9ea2fb  Run Async systests with no CDI or MP Config
     new 0ef034c  Code review comments
     new 13ce699  Ensure test runs without CDI/MP Config
     new be03ceb  Backporting Microprofile no-CDI tests
     new c060280  Recording .gitmergeinfo Changes

The 6 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:
 .gitmergeinfo                                      |   2 +
 rt/rs/microprofile-client/pom.xml                  |   5 +
 systests/microprofile/client/nocdi/pom.xml         | 151 +++++++++++++++++++++
 .../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
 systests/microprofile/pom.xml                      |   1 +
 10 files changed, 179 insertions(+), 3 deletions(-)
 create mode 100644 systests/microprofile/client/nocdi/pom.xml
 copy systests/microprofile/client/{async => 
nocdi}/src/test/java/org/apache/cxf/systest/microprofile/rest/client/AsyncMethodTest.java
 (91%)
 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%)

Reply via email to