Gary Gregory
Gary Gregory
Hello @naturzukunft Thank you for your updates. I just did a bit of housekeeping. Would you mind rebasing this PR on git master?
@naturzukunft JaCoCo says the PR lowers the test coverage.
@wbbo You need to run `mvn` by itself before you push to catch all build errors.
Hello @Cousnouf Please run `mvn` locally and fix issues before you push to avoid broken builds.
Hi All, Was this ever fixed?
The use case is that we (proprietary code base) have custom code that interacts with configurations, file Appender and Managers, we are moving from IO to NIO, and Strings shouldn't...
Hi all, TLDR: Let's bring this PR in and then... Let's not confuse file Appenders and file Managers ;-) I took a glance at the rolling file manager and it's...
Why? This makes debugging worse as we loosing information.
I am still -1 here: `toString()` is for debugging. If a call site needs a different view on the object, then it can call another method on that object or...
Keep around until we bump Java versions, eventually. ``` class file has wrong version 55.0, should be 52.0 ```