Re: [DISCUSS] Release Compress 1.21 based on RC1

2021-07-10 Thread Henri Biestro
> > > On a Mac that used LDAP, user ids and groups are 'long': > > henri.biestro@L-HBIESTRO-1 commons-compress % id > > uid=1447288081(henri.biestro) gid=1024222515 > > Didn't know that. > Neither did I! > > Are there any tests that actually use the uid/gid of the current user? > Compress

Re: [numbers] 1.0 Release

2021-07-10 Thread Gilles Sadowski
Le sam. 10 juil. 2021 à 19:23, Gary Gregory a écrit : > > Since tags make sense to see what's been ADDED since 1.0. Well, of course. IMHO even for the additions, the tags are next to useless in Commons components. Gilles > > On Sat, Jul 10, 2021, 13:20 Gilles Sadowski wrote: > > > Le sam. 10

Re: [numbers] 1.0 Release

2021-07-10 Thread Gary Gregory
Since tags make sense to see what's been ADDED since 1.0. On Sat, Jul 10, 2021, 13:20 Gilles Sadowski wrote: > Le sam. 10 juil. 2021 à 18:30, Matt Juntunen > a écrit : > > > > Do we want to add "@since" tags to Javadocs? > > I don't think that they add much. > > Gilles > >

Re: [numbers] 1.0 Release

2021-07-10 Thread Gilles Sadowski
Le sam. 10 juil. 2021 à 18:30, Matt Juntunen a écrit : > > Do we want to add "@since" tags to Javadocs? I don't think that they add much. Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

[DISCUSS] Release Compress 1.21 based on RC1

2021-07-10 Thread Stefan Bodewig
On 2021-07-10, Henri Biestro wrote: > Side note whilst trying to validate RC1: > On a Mac that used LDAP, user ids and groups are 'long': > henri.biestro@L-HBIESTRO-1 commons-compress % id > uid=1447288081(henri.biestro) gid=1024222515 Didn't know that. > A lot of tar tests will fail in this

Re: [numbers] 1.0 Release

2021-07-10 Thread Matt Juntunen
Do we want to add "@since" tags to Javadocs? -Matt J On Sat, Jul 10, 2021 at 9:36 AM Alex Herbert wrote: > On Sat, 10 Jul 2021 at 13:12, Matt Juntunen > wrote: > > > I've removed the BiConsumer interface in NUMBERS-166. I also renamed the > > "accept" method to "apply" to better indicate its

Re: [VOTE] Release Compress 1.21 based on RC1

2021-07-10 Thread Gary Gregory
Of course, I've already voted +1, this is just a note. Gary On Sat, Jul 10, 2021, 11:08 Jochen Wiedmann wrote: > On Fri, Jul 9, 2021 at 10:09 PM Gary Gregory > wrote: > > > "Details of changes since 1.19 are in the release notes:" > > > > 1.19 -> 1.20 ;-) > > Well observed. That said, I'd

Re: [VOTE] Release Compress 1.21 based on RC1

2021-07-10 Thread Jochen Wiedmann
On Fri, Jul 9, 2021 at 10:09 PM Gary Gregory wrote: > "Details of changes since 1.19 are in the release notes:" > > 1.19 -> 1.20 ;-) Well observed. That said, I'd recommend to ignore this, since we want this release to be out of the door. Jochen -- Look, that's why there's rules,

Re: [VOTE] Release Compress 1.21 based on RC1

2021-07-10 Thread Henri Biestro
Side note whilst trying to validate RC1: On a Mac that used LDAP, user ids and groups are 'long': henri.biestro@L-HBIESTRO-1 commons-compress % id uid=1447288081(henri.biestro) gid=1024222515 A lot of tar tests will fail in this (probably rare) situation since tar entries treat uid/gid need the

Re: [numbers] 1.0 Release

2021-07-10 Thread Alex Herbert
On Sat, 10 Jul 2021 at 13:12, Matt Juntunen wrote: > I've removed the BiConsumer interface in NUMBERS-166. I also renamed the > "accept" method to "apply" to better indicate its active role in modifying > the arguments. > > If there aren't any other changes required, I'll plan on starting the >

Re: [VOTE] Release Apache Commons IO 2.11.0 based on RC1

2021-07-10 Thread Henri Biestro
Checked with: henri.biestro@L-HBIESTRO commons-io % mvn -V clean install site Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00) Maven home: /Users/henri.biestro/Java/apache-maven-3.6.1 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime:

Re: [numbers] 1.0 Release

2021-07-10 Thread Matt Juntunen
I've removed the BiConsumer interface in NUMBERS-166. I also renamed the "accept" method to "apply" to better indicate its active role in modifying the arguments. If there aren't any other changes required, I'll plan on starting the release tonight or tomorrow sometime. To confirm, all modules

Re: [DISCUSS] Release Compress 1.21 based on RC1

2021-07-10 Thread Gary Gregory
FWIW, I set the date in changes.xml so that it goes with the RC git tag which then becomes the release tag. If the RC fails, then I update the date, so we have a clear record, YMMV. Gary On Sat, Jul 10, 2021, 06:12 Stefan Bodewig wrote: > On 2021-07-10, Bruno P. Kinoshita wrote: > > > The

Re: [numbers] 1.0 Release

2021-07-10 Thread Alex Herbert
On Sat, 10 Jul 2021 at 09:19, Gilles Sadowski wrote: > Le ven. 9 juil. 2021 à 16:21, Alex Herbert a > écrit : > > > > [...] > > SortInPlace > > > > The latter was recently ported from Commons Math. For that class there > is a > > warning about using varargs for the signature of BiConsumer >

[DISCUSS] Release Compress 1.21 based on RC1

2021-07-10 Thread Stefan Bodewig
On 2021-07-10, Bruno P. Kinoshita wrote: > The RELEASE-NOTES.txt for 1.21 starts with "Compress 1.20 now at least > requires Java 8 to build and run." which is a bit confusing, but not a > major issue. (Maybe it would be better to say "Compress 1.20 and later > require Java 8..."?) It is going

Re: [VOTE] Release Apache Commons IO 2.11.0 based on RC1

2021-07-10 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts Building OK with JDK 11 and Maven 3.6.3. Reports look good. Inspected dist area archives and found no issues. Thanks Gary! Bruno On Saturday, 10 July 2021, 1:52:51 pm NZST, Gary Gregory wrote: We have fixed a few bugs and added some enhancements

Re: [VOTE] Release Compress 1.21 based on RC1

2021-07-10 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts `mvn clean test install site` is failing on JDK 11 Maven 3.6.3 when running FindBugs, but working fine with JDK 8. The RELEASE-NOTES.txt for 1.21 starts with "Compress 1.20 now at least requires Java 8 to build and run." which is a bit confusing, but not a

Re: [numbers] 1.0 Release

2021-07-10 Thread Gilles Sadowski
Le ven. 9 juil. 2021 à 16:21, Alex Herbert a écrit : > > [...] > SortInPlace > > The latter was recently ported from Commons Math. For that class there is a > warning about using varargs for the signature of BiConsumer double[][]>. It is using accept(double[], double[]...). I am not sure if >

Re: [numbers] 1.0 Release

2021-07-10 Thread Gilles Sadowski
Le ven. 9 juil. 2021 à 12:55, Matt Juntunen a écrit : > > If there aren't any objections, then I could try to get a release ready > this weekend. I believe we are skipping the commons-numbers-arrays and > commons-numbers-complex-streams modules for this release, correct? No,

Re: Can we put together some sort of contributors guide for release requesters?

2021-07-10 Thread Gary Gregory
See also https://commons.apache.org/releases/index.html Gary On Fri, Jul 9, 2021, 19:02 Matt Sicker wrote: > Yes, and that’s one thing that can be in the guide. Anyone at Apache can > commit here. If there are users who want to step up and do release > management, they could perhaps shadow