-
### Version
Which version(s) did you encounter this bug ? [6156df7](https://github.com/vert-x3/vertx-scala.g8/commit/6156df7fd331043af631d77d0773972772dfb6ce)
### Context
I tried to build i…
-
### Version
4.5.10
### Context
There appears to be a regression of #3249 . When the connection is closed in the connection handler, the request continues to be dispatched to the request handl…
-
### Vert.x 5 Roadmap
### 5.0.0
[Development of Vert.x 5](https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5)
- [x] [Async result callback removals](https://github.com/vert-x3/issues/issues…
-
#### Describe the feature
If the content type of a request is not matching the accepted content types, a `415 Unsupported Media Type` status is returned. According to the [mdn web docs for the HTTP…
-
### Describe the bug
I am trying to read the tenant from RoutingContext, to resolve the database connection based on tenantId, but getting this error
```
jakarta.enterprise.inject.IllegalProductExce…
-
### Version
4.5.7
### Context
Rx Version of OAuth2AuthHandler Handler fails to send correct scopes. This happens because during initialization of the OAuth2AuthHandler object new instance is …
-
The vertx generator is using `io.vertx.ext.web.handler.impl.HttpStatusException` in each method default implementation.
example:
```java
import io.vertx.ext.web.handler.impl.HttpStatusException;…
-
Hi, I started playing around with this code today, but quickly hit a limitation in that the router provided doesn't support path parameters. with some digging & poking, I ended up with this: https://g…
-
### Describe the bug
When creating an io. vertx. mutiny. ext. web. client. WebClient, one can provide a `WebClientOptions` object.
The WebClientOptions allow to set a name and a metric name
````
…
-
https://github.com/vert-x3/vertx-web/blob/45a280209f70daf7f760de04ef4becadb52630f4/vertx-web/src/main/java/io/vertx/ext/web/handler/impl/StaticHandlerImpl.java#L170
I think it would make sense to r…