azurvii
azurvii
https://github.com/eclipse-vertx/vertx-sql-client/blob/17719e5db4d305ebeb5f0feac40b11277f0bcd90/vertx-sql-client/src/main/java/io/vertx/sqlclient/Pool.java#L186 Should be `withConnection`, not `withTransaction`.
The instrumentation tool takes away all `Async.await` occurrences, but does not take away `Async::await`. I think this is a bug? E.g. ```java final List futures = new ArrayList(); futures.add(CompletableFuture.completedFuture(null)); futures.stream().map(Async::await).collect(Collectors.toList());...
`.mapToBean()` works wonders. However, this would require the bearing data class to be mutable. Protocol buffers, AutoValues, and other immutable data class helpers would be useless without additional mapping logic....
What I'd like to have is to have an option to make the `final` task tag local repo, plus whatever else `final` is doing, but without pushing the tag to...
#### Describe the feature When call `vertx.close()`, provide an option to allow waiting for all currently-being-processed / currently-queued requests / events to complete before shutting down. Anything added after `vertx.close()`...
# Describe the bug `SecurityIdentity` seems to require the `quarkus-security` dependency, for mTLS at least. Without it, explicitly or implicitly, the injection would fail with `UnsatisfiedResolutionException`. I got around the...