Re: (commons-lang) 01/02: Deprecate SystemUtils.getUserName(String) in favor of SystemProperties.getUserName(Supplier)

2024-05-01 Thread Gary Gregory
It feels like the supplier version is much better to avoid the use case of building the string in place. I would also like to centralize all things related directly to sys props in the SysProp class. This way, you know to look in one place instead of sometimes here and sometimes there. Do you thi

Re: (commons-lang) 01/02: Deprecate SystemUtils.getUserName(String) in favor of SystemProperties.getUserName(Supplier)

2024-05-01 Thread Bernd Eckenfels
Hi Gregory, What’s the idea behind that deprecation? The implementation is robust and simple and easy to use. I would guess most user rather want to specify a literal fallback than a supplier. Gruss Bernd ggreg...@apache.org wrote on 1. May 2024 16:07 (GMT +02:00): > This is an automated emai

Re: [VOTE] Release Apache Commons CSV 1.11.0 based on RC1

2024-05-01 Thread Thomas Vandahl
Hi Gary, > Am 29.04.2024 um 00:24 schrieb Gary Gregory : > > We have fixed a few bugs and added enhancements (better Microsoft > Excel compatibility) since Apache Commons CSV 1.10.0 was released, so > I would like to release Apache Commons CSV 1.11.0. > > [X] +1 Release these artifacts > [ ] +

Re: [Configuration] new feature - containsValue

2024-05-01 Thread Ricardo Mendes
Thank you, I have submitted a draft PR as instructed. On Wed, 1 May 2024 at 07:10, Claude Warren wrote: > Ricardo, > > Thank you for your effort and contribution. I find it difficult to > evaluate your work without a pull request (a draft one will do) to show > what changes you have made. It