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
['"[email protected]" <[email protected]>'].