-
Weave violations for vertx-core-4.5.1 package:
ReferenceViolation{type=MISSING_ORIGINAL_BYTECODE, weaveClass=com/nr/vertx/instrumentation/HttpClientRequestPromiseWrapper, originalClass=io/vertx/…
-
I see this happening in some examples where some operations (RPCs) cannot complete because the target service is not yet deployed, and the code suspends.
Steps to reproduce:
- Take Java Sagas Exa…
-
### Questions
The question is a bit strange.
I compiled my app with vertx 4.5.10.
Naturally, it works fine on local dev env (Eclipse).
I built a Docker image (openjdk-17) and run it in a Docker …
-
Hello,
I'm trying to instrument the vert.x context to manually add the span trace as OpenTelemetry does.
I'm facing a classpath error that I can't fix correctly.
`Caused by: java.lang.Linkag…
-
### Version
v4.5.9
### Context
I'm running into the following NPE when specifying a `batchHandler` on the consumer. Seems like it's still necessary to specify a no-op `handler()`... even if you…
-
When https://github.com/quarkus-qe/quarkus-test-suite/pull/1516 added vertx validation, it used SchemaParser and SchemaRouter for validation, since Quarkus used the older version of Vertx, but added a…
-
```
{"@timestamp":"2024-11-16T04:52:16,378","level":"ERROR","thread":"vert.x-virtual-thread-16139","class":"ContextImpl","message":"Unhandled exception","throwable":" java.lang.IllegalArgumentExcepti…
-
### Version
I'm using 4.5.11 of the vertx-openapi library, which off course transitively depends on vertx-json-schema.
### Context
I have openapi files that have $refs to separate json schema…
-
[Based on the documentation](https://vertx.io/docs/vertx-mssql-client/java/#_data_types_supported), [the `xml` data type](https://learn.microsoft.com/en-us/sql/relational-databases/xml/xml-data-type-…
-
### Version
4.5.10
### Context
Setting a path parameter of `type: string` and `format: uuid` never works. Removing the format works.
The message always returns: `The value of path paramete…