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/16 14:05:55 UTC

[cxf] branch master updated (3fec78a -> dcb401e)

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 3fec78a  CXF-7869 - Infinite loop in rest client
     add a117bda  fix: handle connectionRequestTimeout in ClientPolicyCalculator
     new dcb401e  Merge pull request #460 from gyoetam/ClientPolicyCalculator-fix

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:
 .../http/policy/impl/ClientPolicyCalculator.java     |  6 ++++++
 .../http/policy/ClientPolicyCalculatorTest.java      | 20 ++++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)


[cxf] 01/01: Merge pull request #460 from gyoetam/ClientPolicyCalculator-fix

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 dcb401e5c524036fb1b610ddd39b2cad38ba5fca
Merge: 3fec78a a117bda
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Tue Oct 16 15:05:48 2018 +0100

    Merge pull request #460 from gyoetam/ClientPolicyCalculator-fix
    
    CXF-7878: ClientPolicyCalculator ignores ConnectionRequestTimeout property

 .../http/policy/impl/ClientPolicyCalculator.java     |  6 ++++++
 .../http/policy/ClientPolicyCalculatorTest.java      | 20 ++++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)