> On Sep 12, 2022, at 11:58 PM, Piotr P. Karwasz <piotr.karw...@gmail.com>
> wrote:
>
> On Tue, 13 Sept 2022 at 02:24, Ralph Goers <ralph.go...@dslextreme.com> wrote:
>> 1. SLF4J2 support to make the Junit dependency test scope.
>
> I fixed it yesterday, but if someone else can do a `mvn
> dependency:list -DincludeScope=runtime` and look for dependencies that
> should not be there, it would be better.
>
>> 2. Fix GelfLayoutTest on Windows.
>
> It disappeared on my Windows box after increasing the
> `EncodingListAppender` buffer size to 16 KiB. I committed the fix.
This may explain why it didn’t fail when I ran the build in my Windows 10 VM.
Ralph