You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2019/04/01 11:14:00 UTC

[jira] [Resolved] (CXF-7955) Update HttpComponents client to 4.5.8 and core 4.4.11

     [ https://issues.apache.org/jira/browse/CXF-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved CXF-7955.
--------------------------------------
    Resolution: Fixed

> Update HttpComponents client to 4.5.8 and core 4.4.11
> -----------------------------------------------------
>
>                 Key: CXF-7955
>                 URL: https://issues.apache.org/jira/browse/CXF-7955
>             Project: CXF
>          Issue Type: Task
>            Reporter: Dennis Kieselhorst
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 3.3.2
>
>
> {code:java}
> <cxf.httpcomponents.client.version>4.5.7</cxf.httpcomponents.client.version>
> <cxf.httpcomponents.core.version>4.4.11</cxf.httpcomponents.core.version{code}
> causes test failures
> {noformat}
> [ERROR] Tests run: 220, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 39.816 s <<< FAILURE! - in org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> [ERROR] testUriInfoMatchedUrisDecode(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest)  Time elapsed: 0.052 s  <<< FAILURE!
> java.lang.AssertionError: expected:<200> but was:<404>
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791)
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testUriInfoMatchedUrisDecode(JAXRSClientServerBookTest.java:2665)
> [ERROR] testUriInfoMatchedUrisNoDecode(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest)  Time elapsed: 0.022 s  <<< FAILURE!
> java.lang.AssertionError: expected:<200> but was:<404>
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791)
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testUriInfoMatchedUrisNoDecode(JAXRSClientServerBookTest.java:2677)
> [ERROR] testGetBookByURL(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest)  Time elapsed: 0.02 s  <<< FAILURE!
> java.lang.AssertionError: expected:<200> but was:<404>
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791)
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompareAsStrings(JAXRSClientServerBookTest.java:2769)
>     at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testGetBookByURL(JAXRSClientServerBookTest.java:1239){noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)