-
Since vert-x3/vertx-lang-kotlin#222 is superseded by vert-x3/vertx-lang-kotlin#253, deprecate the duplicate APIs.
-
As part of the processing within `io.vertx.core.http.impl.Http2ServerResponse#write(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler)`, the trailers variable is checked for null but not also if…
-
### Version
Vert.X Java 4.3.3
### Context
I encountered this exception while trying to pipe an HttpResponse to another stream after it had already been read
### Do you have a reproducer?
…
-
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;…
-
### Questions
We are facing the issue that our SMTP server drop the connection if the connection elapsed time more than 10 minute no matter the connection is idle or busy. I have checked keepAliveT…
-
I was getting an NPE when referring to a vertx instance in one of the 2 verticles, so I did this:
```java
public static void main( String[] args ) {
ApplicationContext context = new Annotat…
-
Mainly how to use external OAuth2 provider for managing users and authentication them and how this is used in a microservice environment with JWK for example.
1. KeyCloack or Okta
2. web client (A…
-
```
What steps will reproduce the problem?
1. ./collide
What is the expected output? What do you see instead?
I see this:
./lib/vertx/bin/vertx: 40: [: run: unexpected operator
./lib/vertx/bin/vertx:…
-
Hi,
When I annotate method which return a Vertx io.vertx.core.Future with @Trace then span finish immediately when return without waiting the future completed. Any idea how can I make @Trace work w…
-
The generator does not properly support the case of `Future` methods (e.g., a Vert.x HTTP client response that is eventually wrapped by a JSON stream parser).
The idea is to translate those to `Uni…