You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2017/09/21 00:01:54 UTC

[cxf] branch master updated (3216cbf -> 160eebb)

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

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


    from 3216cbf  [CXF-7503] Updating JOSE interceptors to optionally check empty streams
     add 42efe37  [CXF-7493] Add a default ClassUnwrapper for CDI integration.
     new 160eebb  Merge pull request #313 from johnament/CXF-7493

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:
 .../main/java/org/apache/cxf/cdi/CdiBusBean.java   |  5 +++++
 .../java/org/apache/cxf/cdi/CdiClassUnwrapper.java | 25 ++++++++++++----------
 .../cdi/base/AbstractCdiSingleAppTest.java         | 18 ++++++++++++++++
 ...BookStoreVersioned.java => BookStoreByIds.java} | 24 ++++++++++++---------
 .../systest/jaxrs/BookStoreCustomApplication.java  |  6 ++++--
 5 files changed, 55 insertions(+), 23 deletions(-)
 copy systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/cxf5064/HeaderObjTypeAdapter.java => integration/cdi/src/main/java/org/apache/cxf/cdi/CdiClassUnwrapper.java (63%)
 copy systests/cdi/base/src/main/java/org/apache/cxf/systests/cdi/base/{BookStoreVersioned.java => BookStoreByIds.java} (64%)

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

[cxf] 01/01: Merge pull request #313 from johnament/CXF-7493

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

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

commit 160eebb571d26d367b9e185a98c83d317bcd8321
Merge: 3216cbf 42efe37
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Sep 20 20:01:51 2017 -0400

    Merge pull request #313 from johnament/CXF-7493
    
    [CXF-7493] Add a default ClassUnwrapper for CDI integration.

 .../main/java/org/apache/cxf/cdi/CdiBusBean.java   |  5 +++
 .../java/org/apache/cxf/cdi/CdiClassUnwrapper.java | 40 ++++++++++++++++++++
 .../cdi/base/AbstractCdiSingleAppTest.java         | 18 +++++++++
 .../cxf/systests/cdi/base/BookStoreByIds.java      | 43 ++++++++++++++++++++++
 .../systest/jaxrs/BookStoreCustomApplication.java  |  6 ++-
 5 files changed, 110 insertions(+), 2 deletions(-)

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