Re: Any updates on log4j 3.0.0 becoming GA?

2025-03-17 Thread Daniel Burrell
Thanks Gary, I can confirm, they work with beta3. One of the major use cases was the ability to load plugins like sentry without the need for special handing of a Log4j2Plugins.dat file. This worked perfectly as well as the async module (second use case) which we tested and looks good. Thumbs up

Re: Question: "Garbage-Free" AbstractFilter#filter(...) methods.

2025-03-17 Thread Daniel Burrell
We definitely make use of the non-vararg methods all over our code. While it's true that garbage collector technology has improved to keep pause times small and consistent with heap growth, that still doesn't mean that the benefits of low garbage code should be ignored. We see it as a two pronge

Re: Any updates on log4j 3.0.0 becoming GA?

2025-03-17 Thread Gary Gregory
Hello Daniel, We have 3.0.0-beta3 available for testing. It would be helpful if you could confirm your uses cases work with this version. Gary On Mon, Mar 17, 2025, 10:20 Daniel Burrell wrote: > Dear Apache Logging team, > > > Is a maintainer available to cut this 3.0.0 release? I believe a v

Re: Any updates on log4j 3.0.0 becoming GA?

2025-03-17 Thread Daniel Burrell
Dear Apache Logging team, Is a maintainer available to cut this 3.0.0 release? I believe a vote has to be called? I would refer to the discussion thread where I raised this originally in December, but this has been disabled on github repo for some reason. Kind regards, Daniel Burrell On Tue,