-
#### Describe the feature
I have a specific improvement regarding this part:
https://github.com/eclipse-vertx/vertx-auth/blob/master/vertx-auth-sql-client/src/main/java/io/vertx/ext/auth/sqlclient…
-
Is this problem caused by the nodejs version? The nodejs version of my project is v20.14.0
![html2pdf js-error](https://github.com/user-attachments/assets/9239deb1-ccd2-41aa-ae3f-0c8000b8ccf1)
-
Using @christophd latest "debug" image for the `timer-source` I am getting this `IntegrationSource` on my reconciler-test:
```yaml
apiVersion: sources.knative.dev/v1alpha1
kind: IntegrationSource…
-
### Questions
Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice.
### Version
4.5…
-
### Version
vert.x 4.5.10
mysql 8.0
`java.lang.UnsupportedOperationException: Unsupported type java.math.BigDecimal
at io.vertx.mysqlclient.impl.MySQLRowImpl.get(MySQLRowImpl.java:90)
at co…
zclcs updated
2 weeks ago
-
### Version
4.5.10
### Context
When sending/publishing messages on the eventbus, and (one of) the receiver verticle is being undeployed, and the receiver verticle runs on a custom thread pool…
-
In various places of the Vert.x codebase, we have abstract interfaces. For example:
```java
/**
* A {@link HttpProxy} interceptor.
*/
@VertxGen(concrete = false)
public interface ProxyInterc…
-
Considerations:
- convert `AbstractVerticle` to `VerticleBase`
- use test containers whenever possible : Mongo / Cassandra / ...
- refresh
- Web Client Twitter Oauth example
- ...
- cleanu…
vietj updated
19 hours ago
-
### Questions
recently we have meet very bad performance for vertx postgres connection.
It sometimes took average 3-5 seconds to acquire the connection in our production environment when all conn…
-
With this code:
```java
@GraphQLApi
public class HelloGraphQLResource {
@Query
@Description("Say hello")
public CompletionStage sayHello(@DefaultValue("World") String name) {
…