Release 2.17.2

2022-02-17 Thread Ralph Goers
I have finished the initiatives I had wanted to complete for this release and am now going through the list of open issues and PRs. I am hopeful that I can complete that in the next couple of days. So I am targeting running the release build on Sunday sometime. https://github.com/apache/logging

Re: [Log4j] On the use of JSON for a default format in 3.x

2022-02-17 Thread Volkan Yazıcı
There is already one: JsonReader – a single-file JSON parser provided by JsonTemplateLayout. On Thu, Feb 17, 2022 at 10:41 AM Jochen Wiedmann wrote: > How about adopting a minimal Json parser into log4j-core? Examples: > > 1: https://github.com/KasparNagu/plain-java-json (ASL) > 2: https://code.

Re: [Log4j] On the use of JSON for a default format in 3.x

2022-02-17 Thread Jochen Wiedmann
How about adopting a minimal Json parser into log4j-core? Examples: 1: https://github.com/KasparNagu/plain-java-json (ASL) 2: https://code.google.com/archive/p/json-simple/ (ASL) 3: https://github.com/ralfstx/minimal-json (MIT) Seems doable, and would work. Jochen On Thu, Feb 17, 2022 at 9:56 A

Re: [Log4j] On the use of JSON for a default format in 3.x

2022-02-17 Thread Volkan Yazıcı
+1 for supporting JSON as a built-in configuration format If we happen to move JsonReader to somewhere else, we shouldn't forget moving JsonReaderTest too. On Wed, Feb 16, 2022 at 7:32 PM Matt Sicker wrote: > We've had some conversations about this off and on, though I don't > think we've had a