-
Weave violations for vertx-core-4.5.1 package:
ReferenceViolation{type=MISSING_ORIGINAL_BYTECODE, weaveClass=com/nr/vertx/instrumentation/HttpClientRequestPromiseWrapper, originalClass=io/vertx/…
-
### 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…
-
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…
-
### 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…
-
When the Vert.x Web Proxy handler is installed after an OAuth2 handler, the proxy silently fails to send the request to the backend just after authentication.
If the user is already authenticated w…
-
```
A Native Collection has not been disposed, resulting in a memory leak. Allocated from:
Unity.Collections.NativeReference`1:.ctor(Int32, AllocatorHandle) (at .\Library\PackageCache\com.unity.coll…
-
### Version
4.5.11
### Context
We have a subclass of `ServiceException` that uses `initCause` to set the cause of the `ServiceException` and have a customized codec to encode/decode the cause…