Re: [lang] consider about fixing some unit test failure in openjdk-ea before 3.11 release?

2020-06-18 Thread Xeno Amess
BTW, due to log in travis-ci openjdk14, the result of tests is : [WARNING] Tests run: 6130, Failures: 0, Errors: 0, Skipped: 4 And my local test on jdk15 (on windows) also shows [WARNING] Tests run: 6130, Failures: 0, Errors: 0, Skipped: 4 But the openjdk-ea on travis-ci shows[ERROR] Tests run:

[lang] consider about fixing some unit test failure in openjdk-ea before 3.11 release?

2020-06-18 Thread Xeno Amess
[ERROR] Errors: 3585[ERROR] FastDateFormat_ParserTest>FastDateParserTest.testLocales_LongNoEra_AD:303->FastDateParserTest.testLocales:339->FastDateParserTest.checkParse:364->FastDateParserTest.checkParse:369 » Parse 3586[ERROR]

Re: [lang] org.apache.commons.lang3.concurrent.Locks is missing Javadocs for ALL public methods

2020-06-18 Thread Gary Gregory
On Thu, Jun 18, 2020 at 4:33 PM Jochen Wiedmann wrote: > On Thu, Jun 18, 2020 at 2:19 PM Gary Gregory > wrote: > > > > Hi All and to the author of the new Locks class: It is missing Javadocs > for > > ALL public methods. > > > > May you please add them? > > I will. Sorry for missing this. >

Re: [lang] org.apache.commons.lang3.concurrent.Locks is missing Javadocs for ALL public methods

2020-06-18 Thread Jochen Wiedmann
On Thu, Jun 18, 2020 at 2:19 PM Gary Gregory wrote: > > Hi All and to the author of the new Locks class: It is missing Javadocs for > ALL public methods. > > May you please add them? I will. Sorry for missing this. -- Look, that's why there's rules, understand? So that you think before you

Re: Re: [doc] Release preparations

2020-06-18 Thread Henri Biestro
You are right, thanks for the catch. Might be more useful to mention how to import your Apache public and private key instead. Henrib - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: Re: [doc] Release preparations

2020-06-18 Thread Henri Biestro
Made me search a while; not a git project, seems to be done through https://cms.apache.org/commons/ . Henrib - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: Re: [doc] Release preparations

2020-06-18 Thread Bernd Eckenfels
BTW I am not sure I understand why you write "import KEYS", not sure if that is a good advice for PGP novices. I would more asume they already have their own key in their default keyring. Ignore me if I misunderstood or you misspoke :) Gruss Bernd -- http://bernd.eckenfels.net

Re: Re: [doc] Release preparations

2020-06-18 Thread Gary Gregory
I always start by looking here https://gitbox.apache.org/repos/asf Gary (AFK) On Thu, Jun 18, 2020, 12:55 Henri Biestro wrote: > I’ll happily PR but which git project contains this file? > > - > To unsubscribe, e-mail:

[LAZY][VOTE] Commons Parent POM 51 based on RC2

2020-06-18 Thread sebb
The Apache Commons Parent POM provides common settings for all Apache Commons components. This is a VOTE to release Commons Parent 51 based on RC2 This VOTE by LAZY-CONSENSUS is open for at least 72 hours It will close not before June 21 17:00 UTC Fix incompatibilty issues with Java 7 Add

Re: Re: [doc] Release preparations

2020-06-18 Thread Henri Biestro
I’ll happily PR but which git project contains this file? - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [doc] Release preparations

2020-06-18 Thread Gary Gregory
On Thu, Jun 18, 2020 at 11:22 AM Henri Biestro wrote: > Just a nitpick for release-manager wannabes like myself about the pom.xml > *releaseManagerKey*. > Since my gpg knowledge was a bit rusty, I suppose others might have to > seek the info too... > Anyhow, around the 'update KEYS file if

[doc] Release preparations

2020-06-18 Thread Henri Biestro
Just a nitpick for release-manager wannabes like myself about the pom.xml *releaseManagerKey*. Since my gpg knowledge was a bit rusty, I suppose others might have to seek the info too... Anyhow, around the 'update KEYS file if necessary', may be we could add: If you haven't done so, execute

[lang] org.apache.commons.lang3.concurrent.Locks is missing Javadocs for ALL public methods

2020-06-18 Thread Gary Gregory
Hi All and to the author of the new Locks class: It is missing Javadocs for ALL public methods. May you please add them? Gary

Re: [commons-lang] branch master updated: Create the new package org.apache.commons.function to parallel the JRE's java.util.function to provide home for our "failable" version of the JRE's functional

2020-06-18 Thread Gary Gregory
Thank you Alex! Gary On Thu, Jun 18, 2020, 07:23 Alex Herbert wrote: > I've added a skeleton package-info for the new o.a.c.lang3.stream > and o.a.c.lang3.functions packages and fixed the checkstyle issues. The > build should now pass and green light Travis CI. > > I'm not too familiar with