Clement Escoffier
Clement Escoffier
Using a specific emitter type it should be possible to implement the request/reply interaction scheme for connectors supporting it (RabbitMQ, AMQP 1.0).
This PR provides a centralized TLS configuration mechanism. It also replaces the build-time property 'quarkus.tls.trust-all' with a new TLS registry. The previous implementation was potentially problematic, as it could lead...
This commit introduces a solution for loading the Snappy native library across multiple test profiles. Due to the constraint that native libraries can only be loaded from a single classloader,...
If you have a `module-info` with: `@Document(fileName = "index.adoc")` and no document associated, the build fails with an NPE: ``` java.lang.NullPointerException at io.vertx.docgen.BaseProcessor$Doc.process(BaseProcessor.java:434) at io.vertx.docgen.BaseProcessor.handleGen(BaseProcessor.java:237) at io.vertx.docgen.BaseProcessor.lambda$process$1(BaseProcessor.java:122) at java.lang.Iterable.forEach(Iterable.java:75) at...