Update to new Vert.x 4 HttpClient functions

Description

Functions such as HttpClientRequest.getAbs have changed signature in Vert.x 4 (it is impossible to support both 3.X and 4 a the same time).

https://vertx.io/docs/apidocs/io/vertx/core/http/HttpClient.html#get-int-java.lang.String-java.lang.String-io.vertx.core.Handler-

Deprecated. this method signature will change in Vert.x 4, the handler will use an Handler<AsyncResult<HttpClientResponse>>, you can use instead the WebClient
Create an HTTP GET request to send to the server at the specified host and default port, specifying a response handler to receive the response

Environment

None

Potential Workaround

None

Checklist

hide

TestRail: Results

Activity

Show:

Adam DickmeissDecember 1, 2020 at 1:59 PM

Already done as part of the PR

Done

Details

Assignee

Reporter

Priority

Story Points

Development Team

Core: Platform

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created May 4, 2020 at 12:59 PM
Updated December 1, 2020 at 1:59 PM
Resolved December 1, 2020 at 1:59 PM
TestRail: Cases
TestRail: Runs