Re: [VOTE] Release Apache Log4j 2.22.0

2023-11-20 Thread Volkan Yazıcı
Adding my +1. With that, the release passes with 3 binding +1 votes from Gary, Piotr, and myself. I will continue the release process. On Fri, Nov 17, 2023 at 1:07 PM Volkan Yazıcı wrote: > This is a vote to release the Apache Log4j 2.22.0. > > Website: https://logging.staged.apache.org/log4j >

[ANNOUNCE] Apache Log4j 2.22.0 released

2023-11-20 Thread Volkan Yazıcı
The Apache Log4j team is pleased to announce the 2.22.0 release. Apache Log4j is a versatile, industrial-strength Java logging framework composed of an API, its implementation, and components to assist the deployment for various use cases. For further information (support, download, etc.) see the p

[log4j] Unstable tests on Windows

2023-11-20 Thread Volkan Yazıcı
As Gary (the only Windows user among the active Log4j maintainers, AFAIK) has noticed several times, Log4j tests on Windows are pretty unstable. It not only fails on Gary's laptop, but Piotr and I need to give Windows tests in CI a kick on a regular basis. Approximately one out of three CI runs fai

Re: [VOTE] Release Apache Log4j JMX GUI 2.22.0

2023-11-20 Thread Volkan Yazıcı
Adding my +1. With that, the release passes with 3 binding +1 votes from Piotr, Gary, and myself. I will continue the release process. On Wed, Nov 15, 2023 at 4:47 PM Volkan Yazıcı wrote: > > This is a vote to release the Apache Log4j JMX GUI 2.22.0. > > Website: https://logging.staged.apache.or

[ANNOUNCE] Apache Log4j JMX GUI 2.22.0 released

2023-11-20 Thread Volkan Yazıcı
Apache Log4j JMX GUI[1] team is pleased to announce the 2.22.0 release. This project provides a Swing-based client for remotely editing the Log4j configuration and remotely monitoring `StatusLogger` output. It can be run as a standalone application or as a JConsole plugin. [1] https://logging.apac

Re: [VOTE] Release Apache Log4j Tools 0.6.0 (RC2)

2023-11-20 Thread Volkan Yazıcı
Adding my +1. With that, the release passes with 3 binding +1 votes from Piotr, Gary, and myself. I will continue the release process. On Fri, Nov 17, 2023 at 10:21 AM Volkan Yazıcı wrote: > > This is a vote to release the Apache Log4j Tools 0.6.0 (RC2). > > Website: https://logging.staged.apach

[ANNOUNCE] Apache Log4j Tools 0.6.0 released

2023-11-20 Thread Volkan Yazıcı
The Apache Log4j Tools team is pleased to announce the 0.6.0 release. This project provides tooling internally used by the Apache Log4j project. For further information (support, download, etc.) see the project website[1]. [1] https://logging.apache.org/log4j/tools === Release Notes This minor r

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Piotr P. Karwasz
Hi Volkan, On Mon, 20 Nov 2023 at 09:36, Volkan Yazıcı wrote: > > As Gary (the only Windows user among the active Log4j maintainers, > AFAIK) has noticed several times, Log4j tests on Windows are pretty > unstable. It not only fails on Gary's laptop, but Piotr and I need to > give Windows tests i

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Volkan Yazıcı
I am not asking to disable Windows tests. I am asking to disable tests and only those tests that have a failure rate on Windows higher than, say, 30%. To be precise, I think there are 2-3 of them dealing with network sockets and rolling file appenders. I am not talking about dozens or such. After

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Apache
In my experience they never get fixed. To be honest, when I was doing the releases I would have these failures investigated to determine if it was a trait problem vs a problem in the code being released. If it was the latter I would cancel the vote. The only time tests should be disabled is if w

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Robert Middleton
Are the tests run on Windows through Github workflows? It doesn't look like it to me. If you need access to a Windows machine, you can download a development VM straight from Microsoft: https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/ -Robert Middleton On Mon, Nov 20, 2

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Ralph Goers
Gary uses Windows as his development OS. He is probably the only one of us who does. So he inevitably finds these issues before the rest of us. I don’t know if the CI has a build that runs on Windows for every commit. Ralph > On Nov 20, 2023, at 6:12 AM, Robert Middleton wrote: > > Are the te

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Gary Gregory
The GH CI builds on every push (as opposed to commi) IIRC. Gary On Mon, Nov 20, 2023, 9:34 AM Ralph Goers wrote: > Gary uses Windows as his development OS. He is probably the only one of us > who does. So he inevitably finds these issues before the rest of us. > > I don’t know if the CI has a b

[log4cxx] Release time?

2023-11-20 Thread Robert Middleton
It's been a bit over 6 months since the last release, is it time for a new release? There aren't many new features that would impact a lot of people, but a good number of maintenance fixes. -Robert Middleton