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 2019/05/21 17:41:47 UTC

[cxf] branch master updated (08a0549 -> 5cae972)

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 08a0549  Updating JAckson
     new bc1a8f5  MP Rest Client 1.3 Implementation
     new 770edd8  Code review comments
     new 1d1694a  Remove JSONB Provider
     new 5cae972  Merge pull request #551 from andymc12/mpRestClient-1.3

The 14982 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:
 .../cxf/common/classloader/ClassLoaderUtils.java   |   8 +-
 parent/pom.xml                                     |   6 +-
 .../apache/cxf/jaxrs/JAXRSServiceFactoryBean.java  |  10 +-
 .../apache/cxf/jaxrs/model/ClassResourceInfo.java  |  20 ++-
 .../apache/cxf/jaxrs/provider/ProviderFactory.java |   2 +-
 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     |  12 +-
 .../org/apache/cxf/jaxrs/utils/ResourceUtils.java  |  16 ++-
 .../apache/cxf/jaxrs/client/AbstractClient.java    |   7 +-
 .../apache/cxf/jaxrs/client/ClientProxyImpl.java   |  15 ++-
 .../cxf/jaxrs/client/JAXRSClientFactoryBean.java   |   4 +-
 rt/rs/microprofile-client/pom.xml                  |   5 +-
 .../client/CxfTypeSafeClientBuilder.java           |  52 +++++++-
 .../cxf/microprofile/client/Messages.properties    |   5 +-
 .../client/MicroProfileClientFactoryBean.java      |  21 ++-
 .../client/MicroProfileClientProviderFactory.java  |   6 +
 .../client/MicroProfileServiceFactoryBean.java}    |  21 ++-
 .../microprofile/client/cdi/RestClientBean.java    | 146 +++++++++++++++++++--
 .../microprofile/client/config/ConfigFacade.java   |  54 ++++++++
 .../client/proxy/MicroProfileClientProxyImpl.java  |   5 +-
 systests/microprofile/client/async/pom.xml         |  19 +--
 systests/microprofile/client/jaxrs/pom.xml         |  43 +-----
 systests/microprofile/client/weld/pom.xml          |   1 +
 systests/microprofile/client/weld/testng.xml       |   3 +-
 systests/microprofile/pom.xml                      |  69 ++++++++--
 24 files changed, 420 insertions(+), 130 deletions(-)
 copy rt/{frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ext/AbstractStreamingResponseExtension.java => rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileServiceFactoryBean.java} (55%)