smallrye-mutiny-vertx-bindings icon indicating copy to clipboard operation
smallrye-mutiny-vertx-bindings copied to clipboard

Smallrye Mutiny bindings for Eclipse Vert.x

Results 19 smallrye-mutiny-vertx-bindings issues
Sort by recently updated
recently updated
newest added

Bumps [smallrye-common-annotation](https://github.com/smallrye/smallrye-common) from 1.13.0 to 2.0.0. Release notes Sourced from smallrye-common-annotation's releases. 2.0.0 Moved packages from javax to jakarta 2.0.0-RC3 No release notes provided. 2.0.0-RC2 No release notes provided. 2.0.0-RC1...

dependencies

Origin interface `JooqxBuilder`. `SQLExecutorBuilder` is the internal interface (package level) ```java import org.jetbrains.annotations.NotNull; import org.jooq.DSLContext; import io.github.zero88.jooqx.datatype.DataTypeMapperRegistry; import io.vertx.codegen.annotations.Fluent; import io.vertx.codegen.annotations.GenIgnore; import io.vertx.codegen.annotations.VertxGen; import io.vertx.core.Vertx; import io.vertx.sqlclient.Pool; import io.vertx.sqlclient.Row; import...

Can we have bindings for AWS SQS using the v2 of the AWS Java SDK? The v2 is embracing non-blocking IO model, so it should be good to go.

(I don't know if it's Quarkus or Mutiny issue but...) KafkaConsumerRecords is fully typed but the getDelegate method which creates a compiler warning when trying to get the actual records...

Follow the procedures defined in https://github.com/smallrye/smallrye-parent/wiki/I18N-Messages-and-Logging as part of implementing https://github.com/smallrye/smallrye-parent/issues/102 for all SmallRye projects An example usage can be found in https://github.com/smallrye/smallrye-common

enhancement

This could be integrated as in https://github.com/vert-x3/vertx-rx/blob/master/rx-java2/src/main/java/io/vertx/reactivex/core/RxHelper.java.

Is it planned to provide smallrye-mutiny-vertx-bindings of io.vertx:vertx-web-openapi-router ? https://vertx.io/docs/vertx-web-openapi-router/java/ Thanks.

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies

I'm having trouble using the `io.vertx.mutiny.sqlclient.Pool#withTransaction(TransactionPropagation, Function)` method calls in a chain. There are two versions of this method: one with the `TransactionPropagation` argument, and one without it. Chaining invocations...

Is it possible to generate the following interface from the io.vertx.httpproxy.ProxyInterceptor interface? Currently, it is a class that is generated and it is not easy to use ? Or another...