Re: [ALL] Who want's access to @ApacheCommons

2017-12-30 Thread Sergio Fernández
On Dec 30, 2017 12:01, "Benedikt Ritter" wrote: > Am 27.12.2017 um 18:10 schrieb Sergio Fernández : > I'm happy to help on that, but I'm just a raw committer, not sure if it > would be appropriate. Sure thing! Just give me your twitter handle and I’ll add

Re: [collections] toward 4.2

2017-12-30 Thread Gary Gregory
On Dec 30, 2017 03:55, "Benedikt Ritter" wrote: Hi, +1! We should finally get COLLECTIONS-653 out of the door. Do you mean that the Javado is Java-8-clean? Gary Benedikt > Am 29.12.2017 um 18:58 schrieb Gary Gregory : > > Hi All, > > Does anyone

Re: [commons-release-plugin] Progress report. (Was: Re: Questions regarding improving the Apache Commons release process.)

2017-12-30 Thread Gary Gregory
Thank you for spearheading making our release process better. One tricky thing to watch out for are components like Lang and DBCP which have folder names on dist that are not the artifact ID. IOW lang vs lang3, dbcp vs dbcp2. Gary On Dec 30, 2017 08:29, "Rob Tompkins"

[commons-release-plugin] Progress report. (Was: Re: Questions regarding improving the Apache Commons release process.)

2017-12-30 Thread Rob Tompkins
Hello all, I just wanted to let everyone know where I’ve been running lately. I’m writing a new commons component specifically “commons-release-plugin” for the sake of making a maven plugin that adheres to our release process. I’m sandboxing it in my git work area:

Re: [beanutils] Moving to beanutils2

2017-12-30 Thread Gary Gregory
Who can speak to that code base? Gary On Dec 30, 2017 03:54, "Benedikt Ritter" wrote: > > > > Am 29.12.2017 um 19:58 schrieb Gary Gregory : > > > > On Wed, Dec 27, 2017 at 11:55 AM, Gary Gregory > > wrote: > > > >> The

AW: [commons-lang3] NumberUtils feature

2017-12-30 Thread jhm
Maybe open the comparators and use a fluent API? is(42).between(10).and(50) == true is(10).between(10).and(20) == false is(10).between(10).and(20).includingLeft() == true is(50).between(10).and(50) == false is(50).between(10).and(50).includingRight() == true Just quick thoughts ... Jan >

Re: [ALL] Who want's access to @ApacheCommons

2017-12-30 Thread Benedikt Ritter
Hi, > Am 27.12.2017 um 18:10 schrieb Sergio Fernández : > > I guess if the people managing the account could just RT the > project-related tweets (particularly announcements), I think that would be > great. > > I'm happy to help on that, but I'm just a raw committer, not sure

Re: [beanutils] Toward 2.0.0

2017-12-30 Thread Benedikt Ritter
Hi, > Am 28.12.2017 um 20:49 schrieb Gary Gregory : > > Hi All, > > - BeanUtils now has a new package o.a.c.beanutils2. > - BeanUtils now depends on Apache Commons Collection 4 (instead of 3), > which caused the above. > > What more do we want before releasing 2.0.0? >

Re: [collections] toward 4.2

2017-12-30 Thread Benedikt Ritter
Hi, +1! We should finally get COLLECTIONS-653 out of the door. Benedikt > Am 29.12.2017 um 18:58 schrieb Gary Gregory : > > Hi All, > > Does anyone want to fix some issues for 4.2? I am thinking of pushing out > an RC soon. > > This is what we have so far: > > >

Re: [beanutils] Moving to beanutils2

2017-12-30 Thread Benedikt Ritter
> Am 29.12.2017 um 19:58 schrieb Gary Gregory : > > On Wed, Dec 27, 2017 at 11:55 AM, Gary Gregory > wrote: > >> The changes for: >> >> BEANUTILS-500 Upgrade commons-collections to 4 >> >> break BC (see BEANUTILS-500). >> >> Therefore, I

Re: [compress] ZstdCompressorInputStreamTest failure

2017-12-30 Thread Stefan Bodewig
On 2017-12-30, Gary Gregory wrote: > With git master, I get: > ZstdCompressorInputStreamTest.testZstdDecode:59 arrays first differed at > element [70]; expected:<13> but was:<10> > Anyone else? Passes for me and Jenkins (even the Windows builds). My guess is your working copy has Windows