Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Rob Tompkins
Build works on java8 with “mvn clean test install site.” On java7 and java11 “mvn clean test” works. One curiousity, “mvn apache-rat:check” fails with 4 license violations, namely: src/native/unix/native/.indent.pro src/native/unix/configure

Re: [numbers][statistics] Migration to JUnit 5 complete

2019-06-18 Thread Gilles Sadowski
Hi. Le mar. 18 juin 2019 à 18:25, Alex Herbert a écrit : > > On 18/06/2019 12:31, Gilles Sadowski wrote: > > Hi. > > > > Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a > > écrit : > >> I made some additional refinements to the test classes in the > >> commons-numbers-field module (the one with

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Alex Herbert
> On 18 Jun 2019, at 18:59, sebb wrote: > > On Tue, 18 Jun 2019 at 16:01, Alex Herbert > wrote: >> >> >> On 18/06/2019 15:38, sebb wrote: >>> On Tue, 18 Jun 2019 at 12:58, Alex Herbert wrote: On 18/06/2019 11:00, sebb wrote: > On Tue, 18 Jun

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Rob Tompkins
Will give this a look tonight (US Eastern, 9p). -Rob > On Jun 17, 2019, at 8:13 AM, Mark Thomas wrote: > > It has been ~18 months since the last Commons Daemon release. After the > recent flurry of activity, I think we are ready for a release. > > Notable changes include: > - Improved JRE/JDK

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread sebb
On Tue, 18 Jun 2019 at 16:01, Alex Herbert wrote: > > > On 18/06/2019 15:38, sebb wrote: > > On Tue, 18 Jun 2019 at 12:58, Alex Herbert wrote: > >> > >> On 18/06/2019 11:00, sebb wrote: > >>> On Tue, 18 Jun 2019 at 10:40, Alex Herbert > >>> wrote: > On 18/06/2019 09:55, sebb wrote: >

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Mark Thomas
On 18/06/2019 17:15, Gary Gregory wrote: > On Tue, Jun 18, 2019 at 11:43 AM Mark Thomas wrote: > >> On 18/06/2019 14:20, Gary Gregory wrote: >>> Also, while we even discussed PR >>> https://github.com/apache/commons-daemon/pull/11, it was not merged fir >>> this RC. I'd like to see an RC2 with

Re: [numbers][statistics] Migration to JUnit 5 complete

2019-06-18 Thread Alex Herbert
On 18/06/2019 12:31, Gilles Sadowski wrote: Hi. Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a écrit : I made some additional refinements to the test classes in the commons-numbers-field module (the one with the parameterized tests). The compiler was warning about unchecked method calls and

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Gary Gregory
On Tue, Jun 18, 2019 at 11:43 AM Mark Thomas wrote: > On 18/06/2019 14:20, Gary Gregory wrote: > > Also, while we even discussed PR > > https://github.com/apache/commons-daemon/pull/11, it was not merged fir > > this RC. I'd like to see an RC2 with it included. > > Looking at this now. > >

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Mark Thomas
On 18/06/2019 14:20, Gary Gregory wrote: > Also, while we even discussed PR > https://github.com/apache/commons-daemon/pull/11, it was not merged fir > this RC. I'd like to see an RC2 with it included. Looking at this now. Thinking about version numbers as a result of one of your other posts

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Alex Herbert
On 18/06/2019 15:38, sebb wrote: On Tue, 18 Jun 2019 at 12:58, Alex Herbert wrote: On 18/06/2019 11:00, sebb wrote: On Tue, 18 Jun 2019 at 10:40, Alex Herbert wrote: On 18/06/2019 09:55, sebb wrote: On Tue, 18 Jun 2019 at 08:15, Julian Reschke wrote: On 17.06.2019 23:26, sebb wrote:

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread sebb
On Tue, 18 Jun 2019 at 12:58, Alex Herbert wrote: > > > On 18/06/2019 11:00, sebb wrote: > > On Tue, 18 Jun 2019 at 10:40, Alex Herbert wrote: > >> > >> On 18/06/2019 09:55, sebb wrote: > >>> On Tue, 18 Jun 2019 at 08:15, Julian Reschke > >>> wrote: > On 17.06.2019 23:26, sebb wrote: >

Re: [VOTE] Release Apache Commons Daemon 1.1.1

2019-06-18 Thread Gary Gregory
Also, while we even discussed PR https://github.com/apache/commons-daemon/pull/11, it was not merged fir this RC. I'd like to see an RC2 with it included. Gary On Mon, Jun 17, 2019 at 8:13 AM Mark Thomas wrote: > It has been ~18 months since the last Commons Daemon release. After the > recent

Re: [GSoC][Commons][STATISTICS][Regression][Matrix] Flexibility in Matrix Libraries in Regression Component?

2019-06-18 Thread Gilles Sadowski
Hi. Le lun. 17 juin 2019 à 16:13, Ben Nguyen a écrit : > > Hello, > > If I recall/assume correctly, there is currently no concrete plan to create a > new matrix library any time soon; An interesting question is whether there is a need. Or, IOW, do we still cling to the "no dependency" policy?

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Alex Herbert
On 18/06/2019 11:00, sebb wrote: On Tue, 18 Jun 2019 at 10:40, Alex Herbert wrote: On 18/06/2019 09:55, sebb wrote: On Tue, 18 Jun 2019 at 08:15, Julian Reschke wrote: On 17.06.2019 23:26, sebb wrote: Most of the files in my clone of codec have LF endings, however a few are CRLF:

Re: [numbers] Migration to JUnit 5 complete

2019-06-18 Thread Heinrich Bohne
Hello, Not that I'm aware of, so I created one: https://issues.apache.org/jira/browse/NUMBERS-115. I hope I included the reference to the pull request the correct way. On 6/18/19 1:31 PM, Gilles Sadowski wrote: Hi. Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a écrit : I made some

Re: [numbers] Migration to JUnit 5 complete

2019-06-18 Thread Gilles Sadowski
Hi. Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a écrit : > > I made some additional refinements to the test classes in the > commons-numbers-field module (the one with the parameterized tests). The > compiler was warning about unchecked method calls and raw types, so I > added type parameters

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread sebb
On Tue, 18 Jun 2019 at 10:40, Alex Herbert wrote: > > > On 18/06/2019 09:55, sebb wrote: > > On Tue, 18 Jun 2019 at 08:15, Julian Reschke wrote: > >> On 17.06.2019 23:26, sebb wrote: > >>> Most of the files in my clone of codec have LF endings, however a few are > >>> CRLF: > >>> > >>>

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Julian Reschke
On 18.06.2019 10:55, sebb wrote: ... If svn:eol-style is set to "native", it shouldn't matter. I think this can be defaulted for newly added files. Thanks, but this is Git, not SVN. Ah. I don't think Git can help here. In Jackrabbit, I regularly run a script to spot new files missing the

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Alex Herbert
On 18/06/2019 09:55, sebb wrote: On Tue, 18 Jun 2019 at 08:15, Julian Reschke wrote: On 17.06.2019 23:26, sebb wrote: Most of the files in my clone of codec have LF endings, however a few are CRLF: ./README.md ./src/assembly/bin.xml ./src/assembly/src.xml ./src/changes/changes.xml

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread sebb
On Tue, 18 Jun 2019 at 08:15, Julian Reschke wrote: > > On 17.06.2019 23:26, sebb wrote: > > Most of the files in my clone of codec have LF endings, however a few are > > CRLF: > > > > ./README.md > > ./src/assembly/bin.xml > > ./src/assembly/src.xml > > ./src/changes/changes.xml > >

Re: [CODEC] CRLF files in macOS checkout

2019-06-18 Thread Julian Reschke
On 17.06.2019 23:26, sebb wrote: Most of the files in my clone of codec have LF endings, however a few are CRLF: ./README.md ./src/assembly/bin.xml ./src/assembly/src.xml ./src/changes/changes.xml ./src/main/java/org/apache/commons/codec/cli/Digest.java