Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebClient should use the Address specified in RequestOptions #2573

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

tsegismont
Copy link
Contributor

Fixes #2571

Without this fix, we can't integrate the Vert.x Web Client and the Vert.x Service Resolver.

@tsegismont tsegismont requested a review from vietj February 9, 2024 17:22
@tsegismont
Copy link
Contributor Author

Needs #2574 to be merged for tests to pass

tsegismont added a commit to tsegismont/vertx-service-resolver that referenced this pull request Feb 9, 2024
tsegismont added a commit to tsegismont/vertx-service-resolver that referenced this pull request Feb 9, 2024
tsegismont added a commit to tsegismont/vertx-service-resolver that referenced this pull request Feb 9, 2024
Fixes vert-x3#2571

Without this fix, we can't integrate the Vert.x Web Client and the Vert.x Service Resolver.

Signed-off-by: Thomas Segismont <[email protected]>
Otherwise, the shared client test does not pass because a client still exists with the wrong configuration.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont
Copy link
Contributor Author

Tests pass successfully now

tsegismont added a commit to tsegismont/vertx-service-resolver that referenced this pull request Feb 12, 2024
tsegismont added a commit to tsegismont/vertx-service-resolver that referenced this pull request Feb 14, 2024
@tsegismont tsegismont merged commit b4a4666 into vert-x3:master Feb 15, 2024
7 checks passed
tsegismont added a commit to eclipse-vertx/vertx-service-resolver that referenced this pull request Mar 7, 2024
@tsegismont tsegismont deleted the issue/2571 branch March 14, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

WebClient does not use the server Address in RequestOptions
2 participants