-
Migrate our embedded databases for testing to [Testcontainers](https://www.testcontainers.org/) discussed in https://github.com/eclipse-vertx/vertx-sql-client/pull/381#issuecomment-515672725. (Actuall…
-
Generate objects model mapping the schemas.
The sub package name could be `model`
Feature available for swager 2 on project https://github.com/phiz71/vertx-swagger
-
Provide a mechanism for transaction boundaries to span multiple actions.
See this post on the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
-
**Vulnerabilities**
DepShield reports that this application's usage of [com.fasterxml.jackson.core:jackson-databind:2.9.9.1](https://ossindex.sonatype.org/component/pkg:maven/com.fasterxml.jackson.co…
-
Original question: https://stackoverflow.com/questions/76962454/quarkus-vert-x-attempting-to-connect-to-proxy-over-ssl.
Keycloak address is HTTPS based. Squid proxy is HTTP based but HTTPS is attem…
-
Hi there
I am using Quasar with Vert.x and am currently facing an odd issue of difference between my local Windows dev environment (_working_) and my Debian server (_not working_).
The error I face …
-
I've found that docgen fails when generating code from `@Source` examples, when we are referencing a method that has "varargs" arguments and we call it with no argument. The JS doc generation at least…
jotak updated
6 years ago
-
Hi, I'm facing the error as shown below. Have tried using other maven dependency e.g. io.vertx.core.json.JsonObject but the issue still persist.
I'm running on maven 3.9.0, jdk 11 and Quarkus v3.4.…
-
### Describe the bug
When logging from dev ui to [Keycloak provider](http://localhost:8080/q/dev-ui/io.quarkus.quarkus-oidc/keycloak-provider) in browser this error appear:
```
Failed to exchange c…
-
For EventBus, you have the `VertxOptions.setClusterPort()` and `setClusterHost()` but it is not clearly documented how a port is selected without these (random port, what range, ...?) And for overrid…