George Gastaldi
George Gastaldi
This should be fixed with #40001. Can you confirm @galderz ?
@sithmein Can you please open another issue and provide a reproducer?
@rsvoboda you need to change the following dependency: ```xml io.micrometer micrometer-registry-prometheus ``` to: ```xml io.micrometer micrometer-registry-prometheus-simpleclient ```
PR created: https://github.com/quarkus-qe/beefy-scenarios/pull/502
Seems to be fixed in https://github.com/quarkus-qe/beefy-scenarios/pull/503, requiring no changes if your project uses `io.quarkus:quarkus-micrometer-registry-prometheus` already.
@sberyozkin sounds good to me
@cstamas interesting, does it solve #24 or is it just an upgrade that also fixes #22?
> Solves both, but of course you STILL need to add that "staging directory" or whatever as RemoteRepository. All the POMs (like parents etc, that are staged and inter-connected) must...
What about generating with `@Dependent`? Then the scope is bound to the bean injecting it?
Better merge https://github.com/quarkusio/quarkus/pull/48818 first, as I changed to use the BOM in the junit5-virtual-threads's pom.xml