Uploaded image for project: 'RAML Module Builder'
  1. RAML Module Builder
  2. RMB-608

Update to new Vert.x 4 HttpClient functions

    XMLWordPrintable

Details

    • CP: Roadmap backlog
    • 5
    • Core: Platform

    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

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                adam Adam Dickmeiss (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases