Jonas Taulien
Jonas Taulien
I have the same problem with the RoutingContext. See my comment at: https://github.com/vert-x3/vertx-web/commit/1fc3000071ac5e11d52e137742324e6042211ebe#r68896075
For everyone also having this issue and trying to use the solution provided by @ddavness. I got the same error message as @RamenJunkie: ``` Updating system packages... Installing system packages......
Hey, I have the same problem with vertx `4.4.4` and `POST` requests. If I go back to vertx `4.3.0` the issue does not appear. If i bump the version to...
Hey @ines-soares thanks for your notes and especially the link to the commit changes! It helped my do understand and fix the issue. I am using the `io.vertx.reactivex.ext,web.openapi.RouterBuilder` and until...
Hello, we really would like to use `discriminator` in our Vert.x application for validating the integrity of requests. We are using Vert.x Web OpenApi and would love the integration of...