This is an automated email from the ASF dual-hosted git repository.
ema pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
from f9e5c57440 Update Spring Cloud Eureka to 4.0.0-RC1
new 2a9fff8ebb [CXF-8758]:Add wiremock-standalone test dependency to fix
more systests
new b62b400e26 [CXF-8781]:Fix microprofile restclient tck tests
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:
parent/pom.xml | 6 +-
systests/microprofile/client/async/pom.xml | 16 +++-
systests/microprofile/client/nocdi/pom.xml | 16 +++-
systests/microprofile/client/weld/pom.xml | 88 ++++++++++++++++++----
.../cxf/microprofile/AnnotationTransformer.java | 33 --------
.../org/apache/cxf/microprofile/RetryAnalyzer.java | 39 ----------
systests/microprofile/client/weld/testng.xml | 17 -----
systests/microprofile/pom.xml | 45 -----------
8 files changed, 106 insertions(+), 154 deletions(-)
delete mode 100644
systests/microprofile/client/weld/src/test/java/org/apache/cxf/microprofile/AnnotationTransformer.java
delete mode 100644
systests/microprofile/client/weld/src/test/java/org/apache/cxf/microprofile/RetryAnalyzer.java
delete mode 100644 systests/microprofile/client/weld/testng.xml