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 f68311f  Fixing some issues thrown up by Spotbugs
     new 5610170  Issue 7868: Ensure providers registered via MP Config are 
honored
     new 50ffb78  Issue 7868: Ensure properties are registered via 
RestClientBuilder

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:
 rt/rs/microprofile-client/pom.xml                  |   5 +
 .../client/MicroProfileClientFactoryBean.java      |   6 +-
 .../microprofile/client/cdi/RestClientBean.java    |  57 ++++++++++-
 .../client/proxy/MicroProfileClientProxyImpl.java  |  23 ++++-
 .../apache/cxf/jaxrs/client/WebClientUtil.java}    |  14 +--
 .../client/CxfTypeSafeClientBuilderTest.java       |  13 +++
 .../microprofile/client/cdi/RestClientCdiTest.java |  79 ++++++++++++++
 .../client/mock/MockConfigProviderResolver.java    | 113 +++++++++++++++++++++
 ....microprofile.config.spi.ConfigProviderResolver |   1 +
 9 files changed, 294 insertions(+), 17 deletions(-)
 copy 
rt/rs/{client/src/main/java/org/apache/cxf/jaxrs/client/InvocationHandlerAware.java
 => 
microprofile-client/src/test/java/org/apache/cxf/jaxrs/client/WebClientUtil.java}
 (79%)
 create mode 100644 
rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/cdi/RestClientCdiTest.java
 create mode 100644 
rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/mock/MockConfigProviderResolver.java
 create mode 100644 
rt/rs/microprofile-client/src/test/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigProviderResolver

Reply via email to