[1] Integration the resteasy-client-vertx into this new project.#5
Merged
Conversation
* [RESTEASY-2293] Upgrade to Vertx 3.7.1 * [RESTEASY-2290] AsyncClientHttpEngine for Vertx Http Client
* RESTEASY-2454: Remove finalize from ClientResponse to improve gc To improve gc remove finalize from ClientResponse and re-add finalize at the specific client implementation Make finalize addition configurable with the ReactorNettyClientHttpEngine RestEasyClientReponse. * Increase timout on some utests
* [RESTEASY-2766] Vert.x 4 support added * Vert.x 4.0.0.CR2 -> 4.0.0
…delegating input stream is created. https://issues.redhat.com/browse/RESTEASY-2868
…(#2897) * play with vertx client * enable https and http2 test * cleanup
…2898) * RESTEASY-3005 default http port should be set based on http scheme * .
RESTEASY-3031 allow http client inject through registration / HTTP2 support via vertx engine
https://issues.redhat.com/browse/RESTEASY-3007 Signed-off-by: James R. Perkins <jperkins@redhat.com>
RESTEASY-3007 Jakarta RESTful Web Services 3.0 Upgrade
https://issues.redhat.com/browse/RESTEASY-3121 Signed-off-by: James R. Perkins <jperkins@redhat.com>
…ger use remote requests. https://issues.redhat.com/browse/RESTEASY-3120 Signed-off-by: James R. Perkins <jperkins@redhat.com>
Fixes for RESTEasy Vert.x Client
…hronously. https://issues.redhat.com/browse/RESTEASY-3177 Signed-off-by: James R. Perkins <jperkins@redhat.com>
[RESTEASY-3177] Ensure that all async ClientInvocation's happen async…
https://issues.redhat.com/browse/RESTEASY-3264 Signed-off-by: James R. Perkins <jperkins@redhat.com>
[RESTEASY-3264] Add automatic formatting of source code
… to uri if they exist
…w ClientHttpEngineFactory. The factory will be loaded as a service to allow easy loading of implemented clients. Update the resteasy-client-jetty and resteasy-client-vertx to use the new ClientHttpEngineFactory. https://issues.redhat.com/browse/RESTEASY-3539 Signed-off-by: James R. Perkins <jperkins@redhat.com>
[RESTEASY-3539] Deprecate the ClientHttpEngineBuilder and create a ne…
…he mutable builder does not get passed to a ClientHttpEngineFactory implementation. Revert back some backwards incompatible changes in favor of keeping the new API more isolated. https://issues.redhat.com/browse/RESTEASY-3539 Signed-off-by: James R. Perkins <jperkins@redhat.com>
[RESTEASY-3539] Follow up on the ClientHttpEngine changes to ensure t…
https://issues.redhat.com/browse/RESTEASY-3554 Signed-off-by: James R. Perkins <jperkins@redhat.com>
[RESTEASY-3554] Avoid an NPE in the Vertx client. Also enable HTTP/2 …
Signed-off-by: James R. Perkins <jperkins@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #1