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/01/15 17:14:21 UTC

[cxf] branch master updated (189f943 -> 57a8a88)

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 189f943  [CXF-7571] Adding support for CDI injection of @Context objects. (#351)
     add f9c02b4  Handle ResponseExceptionMappers
     add 319705b  Code review comment - only output in the fail method.
     new 57a8a88  Merge pull request #366 from andymc12/mpExceptionMappers

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:
 .../client/MicroProfileClientProviderFactory.java  | 18 +++----
 .../client/CxfTypeSafeClientBuilderTest.java       | 61 ++++++++++------------
 .../{MyClient.java => ExceptionMappingClient.java} |  8 +--
 .../client/mock/NoSuchEntityException.java         | 25 +++++----
 ...ReqFilter.java => NotFoundClientReqFilter.java} |  4 +-
 .../client/mock/NotFoundExceptionMapper.java}      | 21 ++++----
 6 files changed, 69 insertions(+), 68 deletions(-)
 copy rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/mock/{MyClient.java => ExceptionMappingClient.java} (88%)
 copy services/wsn/wsn-core/src/main/java/org/apache/cxf/wsn/jms/InvalidTopicException.java => rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/mock/NoSuchEntityException.java (62%)
 copy rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/mock/{EchoClientReqFilter.java => NotFoundClientReqFilter.java} (88%)
 copy rt/rs/microprofile-client/src/{main/java/org/apache/cxf/microprofile/client/DefaultResponseExceptionMapper.java => test/java/org/apache/cxf/microprofile/client/mock/NotFoundExceptionMapper.java} (68%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].

[cxf] 01/01: Merge pull request #366 from andymc12/mpExceptionMappers

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

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

commit 57a8a8841ba4fcde6e8d782b48f2c73a8a20d32c
Merge: 189f943 319705b
Author: Andy McCright <j....@gmail.com>
AuthorDate: Mon Jan 15 11:14:18 2018 -0600

    Merge pull request #366 from andymc12/mpExceptionMappers
    
    Handle ResponseExceptionMappers

 .../client/MicroProfileClientProviderFactory.java  | 18 +++----
 .../client/CxfTypeSafeClientBuilderTest.java       | 61 ++++++++++------------
 .../client/mock/ExceptionMappingClient.java        | 31 +++++++++++
 .../client/mock/NoSuchEntityException.java         | 46 ++++++++++++++++
 .../client/mock/NotFoundClientReqFilter.java       | 36 +++++++++++++
 .../client/mock/NotFoundExceptionMapper.java       | 38 ++++++++++++++
 6 files changed, 186 insertions(+), 44 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@cxf.apache.org" <co...@cxf.apache.org>.