Clement Escoffier

Results 85 issues of 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).

on-roadmap

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...

release/noteworthy-feature
area/documentation
area/persistence
area/core
area/maven
area/vertx
area/testing
area/hibernate-orm
area/oidc
area/kubernetes
release/breaking-change
area/dependencies
area/devtools
area/grpc
area/tracing
area/mailer
area/keycloak
triage/flaky-test

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,...

kind/enhancement
area/kafka

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...