[VOTE] Release Apache Commons Lang 3.11 based on RC1

2020-07-10 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Lang 3.10 was released, so I would like to release Apache Commons Lang 3.11. Apache Commons Lang 3.11 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/lang/3.11-RC1 (svn

Re: Reproducible builds and bundles

2020-07-10 Thread Gary Gregory
On Fri, Jul 10, 2020 at 10:27 AM wrote: > Hi. > > On 10/07/2020 15:21, Gary Gregory wrote: > > Hi All, > > > > Over at Apache Commons, we are looking at creating reproducible builds > via: > > > > https://github.com/apache/commons-parent/pull/9 > > > > As discussed in that thread, a bundle's "Inc

Re: Reproducible builds and bundles

2020-07-10 Thread thc202
Hi. On 10/07/2020 15:21, Gary Gregory wrote: Hi All, Over at Apache Commons, we are looking at creating reproducible builds via: https://github.com/apache/commons-parent/pull/9 As discussed in that thread, a bundle's "Include-Resource" manifest header has a value with file system elements in

Reproducible builds and bundles

2020-07-10 Thread Gary Gregory
Hi All, Over at Apache Commons, we are looking at creating reproducible builds via: https://github.com/apache/commons-parent/pull/9 As discussed in that thread, a bundle's "Include-Resource" manifest header has a value with file system elements in different orders depending on file system used t

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-10 Thread Gary Gregory
On Wed, Jul 8, 2020 at 10:13 AM Gary Gregory wrote: > > > On Wed, Jul 8, 2020, 09:32 Rob Tompkins wrote: > >> >> >> > On Jul 7, 2020, at 6:56 PM, Gary Gregory >> wrote: >> > >> > In the PR https://github.com/apache/commons-lang/pull/559 I am going >> with >> > "LockingVistors". >> >> I like th

Re: commons-lang3 - new functionality

2020-07-10 Thread Matt Sicker
There’s also the string substitutor classes, but they use a different syntax. There’s also MessageFormat in the JDK. On Fri, Jul 10, 2020 at 06:31 Gary Gregory wrote: > If this is for logging, most logging APIs like Log4j already provide this > type of functionality. > > Gary > > On Fri, Jul 10,

Re: [IO] CharSequenceReader improvements

2020-07-10 Thread Gary Gregory
Thanks Rob, I merged both PRs to master. Gary On Wed, Jul 8, 2020 at 3:49 PM Rob Spoor wrote: > Hi, > > I was replacing my own copy of CharSequenceReader with the one from > commons-io, but I had some test failures. I found out that there were > two reasons: > > * It doesn't override ready(), a

Re: commons-lang3 - new functionality

2020-07-10 Thread Gary Gregory
If this is for logging, most logging APIs like Log4j already provide this type of functionality. Gary On Fri, Jul 10, 2020, 07:19 Enrico Olivelli wrote: > Sergei, > doesn't java.lang.String#format fit your need ? > > just my 2 cents > Enrico > > Il giorno ven 10 lug 2020 alle ore 13:14 ha > sc

Re: commons-lang3 - new functionality

2020-07-10 Thread Enrico Olivelli
Sergei, doesn't java.lang.String#format fit your need ? just my 2 cents Enrico Il giorno ven 10 lug 2020 alle ore 13:14 ha scritto: > Hi, > > > > I am a Java Developer and during my development practice I have some new > functionality to provide for an Apache Commons Lang3 library - StringUtils

commons-lang3 - new functionality

2020-07-10 Thread sergei.visotsky
Hi, I am a Java Developer and during my development practice I have some new functionality to provide for an Apache Commons Lang3 library - StringUtils class. As is writted in CONTRIBUTING.md I would like to discuss with you first. The main purpose of a changes I would like to provide is to a