You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/09/23 14:59:30 UTC

[cxf] branch master updated (446d273 -> 0528aa1)

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

deki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 446d273  update Spring and Spring Cloud minor version
     add 64dd999  CXF-7846 Ensure jaxrs client Instantiator can be customized and respects the client lifecycle
     new 0528aa1  Merge pull request #449 from rmannibucau/CXF-7846_jaxrs-client-instantiator-lifecycle-and-pluggability-history-clean

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:
 .../apache/cxf/jaxrs/impl/ConfigurableImpl.java    | 65 ++++++++++++++++++++--
 .../cxf/jaxrs/client/spec/ClientBuilderImpl.java   | 12 +++-
 .../jaxrs/client/spec/ClientBuilderImplTest.java   | 62 +++++++++++++++++++++
 3 files changed, 130 insertions(+), 9 deletions(-)
 create mode 100644 rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/spec/ClientBuilderImplTest.java


[cxf] 01/01: Merge pull request #449 from rmannibucau/CXF-7846_jaxrs-client-instantiator-lifecycle-and-pluggability-history-clean

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0528aa1f169a35eccfba5f88de913c00d070aa80
Merge: 446d273 64dd999
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Sep 23 16:59:26 2018 +0200

    Merge pull request #449 from rmannibucau/CXF-7846_jaxrs-client-instantiator-lifecycle-and-pluggability-history-clean
    
    [CXF-7846] jaxrs client instantiator lifecycle and pluggability

 .../apache/cxf/jaxrs/impl/ConfigurableImpl.java    | 65 ++++++++++++++++++++--
 .../cxf/jaxrs/client/spec/ClientBuilderImpl.java   | 12 +++-
 .../jaxrs/client/spec/ClientBuilderImplTest.java   | 62 +++++++++++++++++++++
 3 files changed, 130 insertions(+), 9 deletions(-)