jPOS-EE
jPOS-EE copied to clipboard
HttpAsyncClient: Update to version 5.0.3.
Was hitting this error in some client tests so figured I should update the client and see if that helped:
org.jpos.http.client.HttpClientTest > testTrustSelfSignedCertificate() FAILED
org.opentest4j.AssertionFailedError: Status code should be 200 ==> expected: <200> but was: <null>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:569)
at org.jpos.http.client.HttpClientTest.testTrustSelfSignedCertificate(HttpClientTest.java:160)