Lorenzo Benvenuti
Lorenzo Benvenuti
Hi, I'm experiencing an unexpected behaviour when deleting a manifest. I'm doing some experiments in order to understand how to cleanup a local registry thats hosts some images that are...
Hi, I noticed that native build fails if a project is using both `camel-quarkus-activemq` and `quarkus-jdbc-oracle`. The issue looks similar to [this](https://github.com/quarkusio/quarkus/issues/19121): * If I remove `quarkus-jdbc-oracle` or `camel-quarkus-activemq`, native...
### Description Hi, I'm trying to access the current request in a `SecurityIdentityAugmentor`. Since injecting `RoutingContext` doesn't seem to work (I tried with and without `@ActivateRequestContext`), I'm wondering if `RoutingContext`...