SimpleLogger prints to the latest value of System.out

2017-01-11 Thread Ceki Gülcü
Hello all, In issue SLF4J-389 [1] user Igor Polevoy observed that once initialized, SimpleLogger always used the same reference to System.out (or System.err). He feels that this can interfere in test where System.out is modified in order to capture log output. Commit 69be5f7f [2] ensures

Re: Thoughts on MR-Jar support in Maven

2017-03-24 Thread Ceki Gülcü
. Maven has a forking mechanism, but I don't think it is strong enough (yet) to fully support this. thanks, Robert On Fri, 24 Mar 2017 11:34:20 +0100, Ceki Gülcü <c...@qos.ch> wrote: Hi All, Currently in the process modularizing the SLF4J project in preperation for Java 9/Jigsaw, I ran int

Thoughts on MR-Jar support in Maven

2017-03-24 Thread Ceki Gülcü
Hi All, Currently in the process modularizing the SLF4J project in preperation for Java 9/Jigsaw, I ran into many wrinkles most of which are due to my own ignorance about Java 9 modules. Now that the initial phase of modularization is done, I am looking into creating mutlti-release jars