Re: [parent] change in commons.scmPubUrl in Parent 47

2018-08-21 Thread Benedikt Ritter
Hi, I don't understand this discussion. Changes in Commons Parent have broken the commons-compress build. So we should either roll this changes back or those who need the changes in commons parent should fix the commons compress build. Regards, Benedikt Am Do., 16. Aug. 2018 um 19:08 Uhr

Re: [release-plugin] Preparing for 1.4.

2018-08-21 Thread Gary Gregory
Well, BC is pretty binary... it seems simple to maintain BC. Javadoc, deprecate, and keep BC IMO. Gary On Tue, Aug 21, 2018, 20:04 Rob Tompkins wrote: > I’m curious to gauge what people think here. My general thought is no > breaking BC without a major version change. So, even though this is

[release-plugin] Preparing for 1.4.

2018-08-21 Thread Rob Tompkins
I’m curious to gauge what people think here. My general thought is no breaking BC without a major version change. So, even though this is an internal component, we stick with the rules because we never know who else might be using the component, right? -Rob

[GitHub] commons-validator pull request #15: VALIDATOR-424 LuhnCheckDigit extends Mod...

2018-08-21 Thread alcole
GitHub user alcole opened a pull request: https://github.com/apache/commons-validator/pull/15 VALIDATOR-424 LuhnCheckDigit extends ModulusCheckDigit You can merge this pull request into a Git repository by running: $ git pull https://github.com/alcole/commons-validator

Re: [LANG] Minimum required Java version for 3.9

2018-08-21 Thread Gary Gregory
Also, java.time classes. Gary On Tue, Aug 21, 2018 at 1:54 PM Benedikt Ritter wrote: > Hi Matt, > Am Di., 21. Aug. 2018 um 16:12 Uhr schrieb Matt Benson >: > > > Do you have specific new features or deprecations in mind to accompany > the > > bump? > > > > I'd like to add some helpers for

Re: [LANG] Minimum required Java version for 3.9

2018-08-21 Thread Benedikt Ritter
Hi Matt, Am Di., 21. Aug. 2018 um 16:12 Uhr schrieb Matt Benson : > Do you have specific new features or deprecations in mind to accompany the > bump? > I'd like to add some helpers for working with java.util.Optional for example. There are most certainly more opportunities for new Lang APIs

[GitHub] commons-validator pull request #14: VALIDATOR-446 ISSN extraction from EAN-1...

2018-08-21 Thread alcole
GitHub user alcole opened a pull request: https://github.com/apache/commons-validator/pull/14 VALIDATOR-446 ISSN extraction from EAN-13 added extract to ISSNValidator and test cases also included feedback re: tidied whitespace and static import You can merge this pull

[GitHub] commons-validator pull request #13: validator-446

2018-08-21 Thread alcole
GitHub user alcole opened a pull request: https://github.com/apache/commons-validator/pull/13 validator-446 added issn extraction from ean-13 and test cases You can merge this pull request into a Git repository by running: $ git pull https://github.com/alcole/commons-validator

[GitHub] commons-validator pull request #12: VALIDATOR-446 extract ISSN from EAN-13

2018-08-21 Thread alcole
Github user alcole closed the pull request at: https://github.com/apache/commons-validator/pull/12 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-validator pull request #12: VALIDATOR-446 extract ISSN from EAN-13

2018-08-21 Thread alcole
GitHub user alcole opened a pull request: https://github.com/apache/commons-validator/pull/12 VALIDATOR-446 extract ISSN from EAN-13 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alcole/commons-validator

Re: [LANG] Minimum required Java version for 3.9

2018-08-21 Thread Matt Benson
Do you have specific new features or deprecations in mind to accompany the bump? Matt On Tue, Aug 21, 2018, 7:00 AM Pascal Schumacher wrote: > +1 > > Am 20. August 2018 19:09:27 MESZ schrieb Benedikt Ritter < > brit...@apache.org>: > >Hi, > > > >any objections against raising the minimum

Re: [all] Sebb's bulk JIRA issue transition don't send email no longer works

2018-08-21 Thread Rob Tompkins
This seems to be fixed now. I’m guessing that infra did a permissions change that accommodates us to now uncheck the box that sends all the emails on bulk change. -Rob > On Aug 14, 2018, at 11:00 AM, Gilles wrote: > > On Tue, 14 Aug 2018 15:07:15 +0100, sebb wrote: >> No idea, please ask

Re: [LANG] Minimum required Java version for 3.9

2018-08-21 Thread Pascal Schumacher
+1 Am 20. August 2018 19:09:27 MESZ schrieb Benedikt Ritter : >Hi, > >any objections against raising the minimum required Java version for >lang >3.9 to Java 1.8? > >Regards, >Benedikt

[CSV] Inconsistent record separator behavior

2018-08-21 Thread Benedikt Ritter
Hi, we have this strange handling of record separator / line endings in CSV: Users can use what ever character sequence they like as a record separator. I could for example use the ! character to mark the end of a record. Then we have CSVPrinter.printComment(String). This inserts comments into a

Re: [VOTE] Release Apache Commons Pool 2.6.1 based on RC1

2018-08-21 Thread Benedikt Ritter
Hello Gary, -1, I there are several issues that we need to fix this before we can release 2.6.1. I think the RELEASE NOTES need more work: "The Apache Commons Pool team is pleased to announce the release of Apache Commons Pool 2.6.1-SNAPSHOT." "No client code changes are required to migrate