This is an automated email from the ASF dual-hosted git repository.
johndament pushed a change to branch mp-client
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from e14f70a [CXF-7579] Fixing POM dependencies.
new 5855485 MP Rest Client interface validation tests
new 441a0e5 ConfigFacade to handle cases where no MP Config exists
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:
.../client/CxfTypeSafeClientBuilder.java | 1 +
.../cxf/microprofile/client}/Messages.properties | 9 +-
.../client/MicroProfileClientConfigurableImpl.java | 10 +-
.../apache/cxf/microprofile/client/Validator.java | 124 +++++++++++++++++++
.../microprofile/client/cdi/RestClientBean.java | 17 +--
.../microprofile/client/config/ConfigFacade.java | 53 ++++++++
.../cxf/microprofile/client/ValidatorTest.java | 134 +++++++++++++++++++++
7 files changed, 329 insertions(+), 19 deletions(-)
copy {tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser
=>
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client}/Messages.properties
(70%)
create mode 100644
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/Validator.java
create mode 100644
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/config/ConfigFacade.java
create mode 100644
rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/ValidatorTest.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].