You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2018/10/19 16:56:38 UTC

[cxf] branch 3.2.x-fixes updated (b5ae147 -> 52690e1)

This is an automated email from the ASF dual-hosted git repository.

amccright pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from b5ae147  Recording .gitmergeinfo Changes
     add 3528b81  Issue 7868: Ensure providers registered via MP Config are honored
     add 364b03d  Issue 7868: Ensure properties are registered via RestClientBuilder
     new 52690e1  Merge pull request #457 from andymc12/propsFromMPConfig

The 1 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


[cxf] 01/01: Merge pull request #457 from andymc12/propsFromMPConfig

Posted by am...@apache.org.
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 <j....@gmail.com>
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(-)