This is an automated email from the ASF dual-hosted git repository. amccright pushed a commit to branch 3.2.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 52690e153e17d70a4acafac907b48c846008c6b9 Merge: b5ae147 364b03d Author: Andy McCright <[email protected]> AuthorDate: Fri Oct 19 11:56:32 2018 -0500 Merge pull request #457 from andymc12/propsFromMPConfig Issue 7868: Ensure providers registered via MP Config are honored rt/rs/microprofile-client/pom.xml | 5 + .../client/MicroProfileClientFactoryBean.java | 6 +- .../microprofile/client/cdi/RestClientBean.java | 57 ++++++++++- .../client/proxy/MicroProfileClientProxyImpl.java | 23 ++++- .../org/apache/cxf/jaxrs/client/WebClientUtil.java | 28 +++++ .../client/CxfTypeSafeClientBuilderTest.java | 13 +++ .../microprofile/client/cdi/RestClientCdiTest.java | 79 ++++++++++++++ .../client/mock/MockConfigProviderResolver.java | 113 +++++++++++++++++++++ ....microprofile.config.spi.ConfigProviderResolver | 1 + 9 files changed, 315 insertions(+), 10 deletions(-)
