You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrate to vert.x 5.0.7 with vertx-jooq gradle subproject
- upgrade vertx from 4.5.25 to 5.0.7
- rebase vertx-grpc fork on upstream v5 with RoutingContext customization
- convert vertx-jooq fork from maven to gradle subproject (15 modules)
- add vertx-jooq-fork as git submodule from hiddenswitch/forks-jooq-vertx-5
- migrate executeBlocking from Handler<Promise> to Callable API
- migrate eventually from Function to Supplier API
- replace CompositeFuture.all with Future.all
- replace io.vertx.core.logging with slf4j
- replace PgPool/MySQLPool constructors with builder pattern
- add shim io.vertx.core.logging Logger/LoggerFactory for compatibility
- update vertx-grpc to v5 ServiceMethod API with protoc plugin2
- update smallrye-mutiny bindings to 4.0.0-beta0 for vertx 5
- remove mavenLocal from repositories
- all 68 server tests passing
0 commit comments