Properties configuration factory

2024-01-09 Thread Piotr P. Karwasz
Hi all, As an experiment, I added an alternative implementation of a properties configuration factory yesterday[1]. It is Jackson-based and uses whatever mapping is provided by `jackson-dataformat-text`. As a result the resulting configuration file seems much more coherent to me (cf. [3]). If a u

Re: Properties configuration factory

2024-01-09 Thread Volkan Yazıcı
+1 – I liked the idea and the fact that we replaced our custom logic with a well-established library. Just to make it clear, I am against hosting both the old (`log4j-config-properties-legacy`) and the new (`log4j-config-properties`) modules. On Tue, Jan 9, 2024 at 9:31 PM Piotr P. Karwasz wrote

Spring 3 and Log4j 3

2024-01-09 Thread Ralph Goers
FYI - in https://github.com/spring-projects/spring-boot/issues/33450#issuecomment-1883014368 has confirmed that Log4j 3.0.0-beta1 now works correctly with Spring 3.x. Ralph

Re: Spring 3 and Log4j 3

2024-01-09 Thread Gary Gregory
Nice! 😀 On Tue, Jan 9, 2024, 4:45 PM Ralph Goers wrote: > FYI - in > https://github.com/spring-projects/spring-boot/issues/33450#issuecomment-1883014368 > has confirmed that Log4j 3.0.0-beta1 now works correctly with Spring 3.x. > > Ralph