RE: [validator] Collections 4

2024-09-04 Thread Gary D. Gregory
On 2024/09/03 19:54:05 Josh Fenlason wrote: > That is great to hear! Is there anything I can do to assist with that? Watch this list and test builds and release candidates when they become available. You can also scan Jira and pull requests on GitHub and see if anything catches your eye. Gary

[BCEL] BCELifierTestCase.testJavapCompare failure on Java 22

2024-09-04 Thread Gary D. Gregory
Hi All, Does anyone have ideas of why the fails on Java 22? See https://github.com/apache/commons-bcel/actions/runs/10672020606/job/29578793194 BCELifierTestCase.testJavapCompare:195->testClassOnPath:159 expected:

[lang][LANG-1172] Back and forth on LocaleUtils.toLocale()

2024-09-04 Thread Gary D. Gregory
Hi All, I'd like to settle on the implementation of LocaleUtils.toLocale() one way or another and clearly document expectations. What should we do? Please see: - https://issues.apache.org/jira/browse/LANG-1172 - https://github.com/apache/commons-lang/pull/766 - https://github.com/apache/commons

Re: [beanutils] Thoughts on PR https://github.com/apache/commons-beanutils/pull/276

2024-09-04 Thread Peter Burka
I agree with Gary. If an object is exposing sensitive data in its toString() then the problem should be fixed at the source. Peter On Tue, Sep 3, 2024, 11:04 AM Gary D. Gregory wrote: > I appreciate the intent but this feels like bad solution. If a toString() > method return a password, then t