You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/05/03 10:55:46 UTC

[cxf] branch 3.2.x-fixes updated (0135927 -> c3ea655)

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

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


    from 0135927  Recording .gitmergeinfo Changes
     new 6da00e4  If there is no inMessage use the inFaultMessage
     new 1715824  Prevent null Message in ReaderInterceptorMBR
     new 4c7eaab  Restructure imports and add license header
     new de236d9  Add systest to prove readEntity works for fault message and reader interceptors
     new c3ea655  Merge pull request #545 from spark404/read-entity-on-fault-fix

The 14575 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/jaxrs/impl/ReaderInterceptorMBR.java       |  4 ++
 .../apache/cxf/jaxrs/provider/ProviderFactory.java | 11 +++-
 .../cxf/jaxrs/impl/ReaderInterceptorMBRTest.java}  | 15 +++--
 .../cxf/jaxrs/provider/ProviderFactoryTest.java    | 73 ++++++++++++++++++++++
 .../systest/jaxrs/JAXRSClientServerBookTest.java   | 32 ++++++++++
 5 files changed, 126 insertions(+), 9 deletions(-)
 copy rt/{ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java => frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/impl/ReaderInterceptorMBRTest.java} (78%)