Re: Properties configuration factory

2024-01-09 Thread Volkan Yazıcı
wrote: > 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

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