Releases?

2023-02-04 Thread Ralph Goers
Is there anything left to do for a 2.20.0 release? I have time to prepare the 
release this weekend if it is ready.

What is left before the transformer is released?  Do we have a web site for it 
set up with benchmark numbers? I’d like to try it with some projects at work.

Where do we stand on 3.0.0-alpha1? Matt, have you committed the properties 
changes?

Ralph

Re: Releases?

2023-02-04 Thread Piotr P. Karwasz
Hi Ralph,

On Sat, 4 Feb 2023 at 21:41, Ralph Goers  wrote:
> Is there anything left to do for a 2.20.0 release? I have time to prepare the 
> release this weekend if it is ready.

There are a couple of issues/PRs that are marked for 2.20.0:

https://github.com/apache/logging-log4j2/milestone/3

I would appreciate a review on #1165 and #1263, since the issues they
try to solve cause a `NoClassDefFoundError` during the startup of
Logj42 API. If you think they are Ok, I can merge them.

#1230 is some Maven configuration issue (TLDDoc is not generated), we
can even fix it after 2.20.0 is out.

I believe that we can move the remaining issues to version 2.21.0,
unless someone wants to tackle those concerning regexes.

Piotr