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

[jira] [Created] (CXF-7955) Update HttpComponents client to and core

Dennis Kieselhorst created CXF-7955:
---------------------------------------

             Summary: Update HttpComponents client to and core
                 Key: CXF-7955
                 URL: https://issues.apache.org/jira/browse/CXF-7955
             Project: CXF
          Issue Type: Task
            Reporter: Dennis Kieselhorst
             Fix For: 3.3.1


{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)