quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Revert PR 121 #124

Closed majguo closed 1 year ago

majguo commented 1 year ago

After merging #121, I observed a warning message when running the sample app integration-tests/azure-storage-blob as a native exectuable:

You're already on a Vert.x context, are you sure you want to create a new Vertx instance?

After looking around, the warning message is most probably due to calling Vertx.vertx() in com.azure:azure-core-http-vertx. More details pls see https://github.com/vert-x3/vertx-web/issues/1117.

So the PR is to revert #121 to get rid of the warning message, which is verified locally.