Skip to content

[1] Integration the resteasy-client-vertx into this new project.#5

Merged
jamezp merged 28 commits into
resteasy:mainfrom
jamezp:add-client
Aug 20, 2025
Merged

[1] Integration the resteasy-client-vertx into this new project.#5
jamezp merged 28 commits into
resteasy:mainfrom
jamezp:add-client

Conversation

@jamezp
Copy link
Copy Markdown
Member

@jamezp jamezp commented Aug 20, 2025

resolves #1

vietj and others added 28 commits July 9, 2019 12:36
* [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
…(#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
RESTEASY-3007 Jakarta RESTful Web Services 3.0 Upgrade
…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
[RESTEASY-3177] Ensure that all async ClientInvocation's happen async…
[RESTEASY-3264] Add automatic formatting of source code
…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…
[RESTEASY-3554] Avoid an NPE in the Vertx client. Also enable HTTP/2 …
Signed-off-by: James R. Perkins <jperkins@redhat.com>
@jamezp jamezp marked this pull request as ready for review August 20, 2025 12:44
@jamezp jamezp merged commit 4a8c145 into resteasy:main Aug 20, 2025
5 checks passed
@jamezp jamezp deleted the add-client branch August 20, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing resteasy-client-vertx

7 participants