Re: [lang3] Revert deprecations of 3.18.0

2025-07-16 Thread Gilles Sadowski
Hi. Le mer. 16 juil. 2025 à 17:27, Gary Gregory a écrit : > > Hello Bence, > > Lang is stable, binary compatibility is maintained. > > One of the goals here is to stop growing the StringUtils API with endless > variations of ignore case methods +1 IIUC, what is a real improvement on the library

Re: [lang3] Revert deprecations of 3.18.0

2025-07-16 Thread Gary Gregory
Hello Bence, Lang is stable, binary compatibility is maintained. One of the goals here is to stop growing the StringUtils API with endless variations of ignore case methods which have been steadily coming in over the years, giving us what we have today, a huge unwieldy class. What each developer

Re: [lang3] Revert deprecations of 3.18.0

2025-07-16 Thread Robert Turner
...my 2 cents... I wasn't excited about it either when I made all the changes to our code base yesterday either. Especially since I was only updating the library to pick up a security fix. (which likely didn't even affect us, but like many, we have to keep the "numbers down", and explaining each s

[lang3] Revert deprecations of 3.18.0

2025-07-16 Thread Bence Hornák
Dear Commons Dev Team, In LANG-1777 I've expressed my frustration with 3.18.0, after a very long day of trying to migrate a single repository from using StringUtils to Strings.CI/CS. In my opinion, this is a huge misstep for the commons lib, given