Re: [text] Hexadecimal characters in decimal numeric entities

2022-05-21 Thread Richard BUNEL
Hi Bruno, Yeah sorry for being impatient, hope I didn't bother anyone, it was not the point. I'm not familiar with how such projects are maintained, but happy to learn more about it every day. Thanks for the answer by the way. Both solutions you mention seem right to me too. I understand the need

Re: [commons-lang] 02/02: Add Spotbugs exclusions after dependabot update (no code modification)

2022-05-21 Thread Bruno Kinoshita
Hi Gary, Fair enough. I only checked on case, in the Functions.java where a generic type extends Throwable and triggers the issue in Spotbugs [1] But I agree other cases might be legit code smells that need fixing. I will revert the change on the master branch, and when/if Dependabot triggers a n

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread Bruno Kinoshita
There you go: https://github.com/apache/commons-text/pull/328 take a look and feel free to merge it if it's looking OK, please I tested first by making GH Actions to run just `mvn`, without changing the pom.xml, and the build failed. Then reverted the change in pom.xml and push-forced, and now the

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread Bruno Kinoshita
Ah, good point. I saw builds in other projects failing, and the PR's being closed due to the upgrade, but looks like Text's GH Actions set up needs to be fixed too. The build for checkstyle passed (even though it appears to include Java 8), maybe it's not calling checkstyle. https://github.com/apa

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread Gary Gregory
On Sat, May 21, 2022 at 11:32 AM Eric Bresie wrote: > > So at what point do we consider updating to new required Java version? Probably soon-ish maybe this year? Next year? Who knows ;-) Java 8 is still under LTS support and is still widely used: https://www.infoworld.com/article/3652408/java-8-s

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread Eric Bresie
So at what point do we consider updating to new required Java version? From: Gary Gregory Sent: Saturday, May 21, 2022 8:48 AM To: Commons Developers List Subject: Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2 -1 Please stop updatin

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread sebb
I suggest the Pom is commented accordingly On Sat, 21 May 2022 at 14:48, Gary Gregory wrote: > > -1 > > Please stop updating checkstyle to 10.2 because it breaks the build as > 10.2 requires Java 11. > > Gary > > On Fri, May 20, 2022 at 7:04 PM wrote: > > > > This is an automated email from the

Re: [commons-lang] 02/02: Add Spotbugs exclusions after dependabot update (no code modification)

2022-05-21 Thread Gary Gregory
-1 Please do not allow turn off this check. These checks are real anti-patterns and have allowed me to fix call sites here IIRC and in other components. If there are spot cases of legitimate code like "throws new RuntimeException(...)", then the code should be documented in-line and each call site

Re: [commons-text] branch master updated: Bump checkstyle from 9.3 to 10.2

2022-05-21 Thread Gary Gregory
-1 Please stop updating checkstyle to 10.2 because it breaks the build as 10.2 requires Java 11. Gary On Fri, May 20, 2022 at 7:04 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > kinow pushed a commit to branch master > in repository https://gitbox.apache.o