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 2018/10/23 10:57:47 UTC

[cxf] branch master updated (55afdc9 -> 952459d)

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

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


    from 55afdc9  CXF-7882 - Making some additional changes on master only
     add 326c40d  CXF-7881: Ensure proper allowCurrentThread behavior
     new 952459d  Merge pull request #463 from andymc12/7881-allowCurrentThread

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:
 .../org/apache/cxf/transport/http/HTTPConduit.java |   6 +-
 .../apache/cxf/transport/http/HTTPConduitTest.java |  55 ++++++-
 .../apache/cxf/transport/http/MockHTTPConduit.java | 163 +++++++++++++++++++++
 3 files changed, 220 insertions(+), 4 deletions(-)
 create mode 100644 rt/transports/http/src/test/java/org/apache/cxf/transport/http/MockHTTPConduit.java


[cxf] 01/01: Merge pull request #463 from andymc12/7881-allowCurrentThread

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

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

commit 952459d609f9b5773067bd4b05582d9021b442fd
Merge: 55afdc9 326c40d
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Tue Oct 23 11:57:42 2018 +0100

    Merge pull request #463 from andymc12/7881-allowCurrentThread
    
    CXF-7881: Ensure proper allowCurrentThread behavior

 .../org/apache/cxf/transport/http/HTTPConduit.java |   6 +-
 .../apache/cxf/transport/http/HTTPConduitTest.java |  55 ++++++-
 .../apache/cxf/transport/http/MockHTTPConduit.java | 163 +++++++++++++++++++++
 3 files changed, 220 insertions(+), 4 deletions(-)