Re: [VOTE] Release Apache Commons JEXL 3.3 based on RC1

2023-03-16 Thread Gary Gregory
Would you very briefly outline the bug FTR? TY! Gary On Thu, Mar 16, 2023, 15:46 Henri Biestro wrote: > > Unfortunately, more testing revealed a regression and a bug. > RC1 fails, RC2 will be proposed momentarily. > > - > To un

[CANCEL][VOTE] Release Apache Commons JEXL 3.3 based on RC1

2023-03-16 Thread Henri Biestro
Late tests reopened JEXL-393 and discovered a regression (JEXL-394). RC2 will be proposed momentarily. Sorry.

Re: [VOTE] Release Apache Commons JEXL 3.3 based on RC1

2023-03-16 Thread Henri Biestro
Unfortunately, more testing revealed a regression and a bug. RC1 fails, RC2 will be proposed momentarily. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [lang] Considering a new String utility class

2023-03-16 Thread Gary Gregory
Yes, an enum is better than a mystery boolean. Gary On Thu, Mar 16, 2023, 00:18 Matt Benson wrote: > On Wed, Mar 15, 2023 at 11:10 PM Hasan Diwan > wrote: > > > On Wed, 15 Mar 2023 at 20:55, Matt Benson wrote: > > > > > > > > > Any thoughts? > > > > > > > Something like: > > > > > StringUtils

Re: [lang] Considering a new String utility class

2023-03-16 Thread Matt Benson
On Thu, Mar 16, 2023, 3:15 AM Hasan Diwan wrote: > Looking through StringUtils[1]m most of the methods have an "IgnoreCase" > variant, so I don't think one needs to DO anything to achieve this. If you > want to fold the ignoreCase variants, add something like: > > private static boolean disre

Re: [lang] Considering a new String utility class

2023-03-16 Thread Hasan Diwan
Looking through StringUtils[1]m most of the methods have an "IgnoreCase" variant, so I don't think one needs to DO anything to achieve this. If you want to fold the ignoreCase variants, add something like: private static boolean disregardCase = false; /** * Sets case-insensitivity in