Re: Website footer copyright

2024-08-13 Thread Piotr P. Karwasz
Hi Robert, On Tue, 13 Aug 2024 at 00:11, Robert Middleton wrote: > > Stephen has gone and made an update to the log4cxx footer: > https://github.com/apache/logging-log4cxx/pull/406/files > This mentions dormant projects(e.g. chainsaw, log4php) and also > mentions Oracle. Should there be a common

Re: Unable to locate plugin type for Custom log4j2 Appender

2024-08-13 Thread Piotr P. Karwasz
Hi Amanda, I am crossposting this to dev@logging.apache.org. Please answer to that mailing list. On Tue, 6 Aug 2024 at 01:05, Amanda Liu wrote: > The reason I want a custom appender is to pretty print the JSON log objects > produced by JsonTemplateLayout, to make it more readable. I see in the

Release timeline for log4j 2.24.0?

2024-08-13 Thread John Engebretson
HI - just curious when the updated ThreadContextMap will be available? The latest release is 2.23.1, over five months ago. Thanks! :) John

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Piotr P. Karwasz
Hi John, On Tue, 13 Aug 2024 at 21:10, John Engebretson wrote: > HI - just curious when the updated ThreadContextMap will be available? > The latest release is 2.23.1, over five months ago. We just finished a long series of documentation tasks that kept us occupied for the past since May[1].

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Gary Gregory
John, You should test our snapshot builds just in case ;-) Gary On Tue, Aug 13, 2024, 3:43 PM Piotr P. Karwasz wrote: > Hi John, > > On Tue, 13 Aug 2024 at 21:10, John Engebretson > wrote: > > HI - just curious when the updated ThreadContextMap will be available? > > The latest release is 2

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Ralph Goers
Piotr, I am still concerned that you never looked into the issues I had with StringArrayThreadContextMap. My performance tests were showing that it was fast because it wasn’t actually setting values. Ralph > On Aug 13, 2024, at 12:43 PM, Piotr P. Karwasz > wrote: > > Hi John, > > On Tue, 13

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Gary Gregory
Isn't that assertable from a unit test? Gary On Tue, Aug 13, 2024, 6:00 PM Ralph Goers wrote: > Piotr, I am still concerned that you never looked into the issues I had > with StringArrayThreadContextMap. My performance tests were showing that it > was fast because it wasn’t actually setting val

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Ralph Goers
The benchmark code I used was https://github.com/apache/logging-log4j2/blob/feature/move-thread-context/log4j-perf-test/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadContextVsScopedContextBenchmark.java Ralph > On Aug 13, 2024, at 3:00 PM, Ralph Goers wrote: > > Piotr, I am still conce

Re: Release timeline for log4j 2.24.0?

2024-08-13 Thread Piotr P. Karwasz
Hi Ralph, On Wed, 14 Aug 2024 at 00:00, Ralph Goers wrote: > > Piotr, I am still concerned that you never looked into the issues I had with > StringArrayThreadContextMap. My performance tests were showing that it was > fast because it wasn’t actually setting values. It's on my TODO list. Note