This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 007d5e1 Merge pull request #805 from brevilo/mp-optional-config-cdi
new 0ef8490 Run Async systests with no CDI or MP Config
new c8aaac4 Code review comments
new 3ea35ba Ensure test runs without CDI/MP Config
new 382d38a Backporting Microprofile no-CDI tests
The 4 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:
systests/microprofile/client/nocdi/pom.xml | 152 +++++++++++++++++++++
.../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 +
8 files changed, 173 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%)