Re: [log4j] Switching the default Thread Context Map impl. to GC-free one

2024-10-10 Thread Ralph Goers
Maybe. I will have to look at it and I can’t get to it until a bit later. Ralph > On Oct 10, 2024, at 11:16 AM, Volkan Yazıcı wrote: > > The GC-free Thread Context Map has been an opt-in feature. I would like to > make it the default if > > userConfiguredThreadContextMap == null >&& !I

[log4j] Switching the default Thread Context Map impl. to GC-free one

2024-10-10 Thread Volkan Yazıcı
The GC-free Thread Context Map has been an opt-in feature. I would like to make it the default if userConfiguredThreadContextMap == null && !IS_WEB_APP && ENABLE_THREADLOCALS Objections?