Georgios Andrianakis
Georgios Andrianakis
Sounds good to me
Any chance you can provide a sample project that reproduces this issue?
I think that if you have a reproducer, we can make things fail locally by tweaking the cache directory location
To overcome your problem you essentially also need to set `QUARKUS_VERTX_CLASSPATH_RESOLVING=false`. https://github.com/quarkusio/quarkus/pull/28142 will take care of the warning messages you see in the output.
> Not sure if this issue should be reopened or if I should create another one. Please create a new one
Thanks for bringing this up @gwenneg! I think this sounds like a very useful feature. To be honest, I think this would be benefit from an initial discussion on the...
> Just to be sure, you meant the test method bodies, right? No, I meant production code. I want to explore whether it's possible to have different classes and /...
What's the use case for this?
My point is that in a `@QuarkusTest` you have access to the application itself (it's **NOT** a blackbox), so doing something like seems like overkill
I'll leave it open in case others want to chine in