-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Azure.Coreazure-coreazure-coreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Describe the bug
Azure Core Vert.x HTTP plugin library does not support Vert.x 5, which was released 15 May 2025.
Exception or Stack Trace
java.lang.NoSuchMethodError: 'io.vertx.core.http.HttpClient io.vertx.core.Vertx.createHttpClient(io.vertx.core.http.HttpClientOptions)'
at com.azure.core.http.vertx.VertxHttpClientBuilder.build(VertxHttpClientBuilder.java:253)
To Reproduce
Steps to reproduce the behavior:
Code Snippet
var vertx = Vertx.vertx();
var azureVertxHttpClient = new VertxHttpClientBuilder().vertx(vertx).build();Expected behavior
azure-core-http-vertx supports vert.x v5
Setup (please complete the following information):
- OS: Linux
- IDE: IntelliJ
- Library/Libraries:
com.azure:azure-core-http-vertx:1.0.3,io.vertx:vertx-core:5.0.0 - Java version: 21.0.7
- App Server/Environment: none
- Frameworks: plain Java
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Bug Description Added
- Repro Steps Added
- Setup information Added
Metadata
Metadata
Assignees
Labels
Azure.Coreazure-coreazure-coreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Projects
Status
Done