Moshe Elisha
Moshe Elisha
Oh. OK... so the @Nullable and the "destroyed" log message at the end are very confusing. I think returning only the ones that were actually terminated makes more sense to...
Sure but can you please tell me how? I thought this is a github issue... https://github.com/jclouds/jclouds/issues/766
> The problem is that if we allow MDC then people cannot switch backends without losing functionality, but maybe that's just something we have to live with. I think so....
Hi, Thanks for the replies. I'm using log4j2 - log4j-slf4j-impl version 2.13.1
Hi, > If the API doesn't allow it, then would you be better using the Flogger backend that talks directly to the backend you have (e.g. Log4J2). I see that...
@hagbard Thank you. I appreciate that.
Hi, I was under the impression that it is different because here I am using the log4j2 backend directly (flogger-log4j2-backend). The attached project is also different from the project attached...
> True, but fixing one will inevitably fix the other OK. Thanks for the clarification. > To be honest I'd rather we didn't even have and SLF4J "backend" Yes, I...
Thanks, @hcoles ! I'll try to create a minimal project.
Hi @hcoles , I have created a small project that reproduces the issue. With pitest-junit5-plugin=0.10 the command `mvn clean install` works fine. With 0.11 and 0.14 the command fails on...