Re: [ALL] Make checkstyle:check part of default maven goal?

2018-08-20 Thread Gary Gregory
The RAT check should be turned on by default IMO. Gary On Mon, Aug 20, 2018 at 12:45 AM Benedikt Ritter wrote: > Hi, > > one thing I always have to do when preparing a release is to fix all the > checkstyle and findbugs errors. This step could be eliminated if we added > checkstyle:check and

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

2018-08-20 Thread Gary Gregory
May I have more reviews please? Gary On Fri, Aug 17, 2018 at 10:07 AM Gary Gregory wrote: > We have fixed one bug and updated optional dependencies since Apache > Commons Pool 2.6.0 was released, so I would like to release Apache Commons > Pool 2.6.1. > > Apache Commons Pool 2.6.1 RC1 is

Re: [LANG] Minimum required Java version for 3.9

2018-08-20 Thread Gary Gregory
Ok by me. Gary On Mon, Aug 20, 2018, 11:09 Benedikt Ritter wrote: > Hi, > > any objections against raising the minimum required Java version for lang > 3.9 to Java 1.8? > > Regards, > Benedikt >

[ANNOUNCE] Apache Commons Lang 3.8 released!

2018-08-20 Thread Rob Tompkins
The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.8. Apache Commons Lang provides helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System

[LANG] Minimum required Java version for 3.9

2018-08-20 Thread Benedikt Ritter
Hi, any objections against raising the minimum required Java version for lang 3.9 to Java 1.8? Regards, Benedikt

Re: [CSV] Preparing release 1.6

2018-08-20 Thread Gary Gregory
Go for it! :-) Gary On Mon, Aug 20, 2018, 00:11 Benedikt Ritter wrote: > Hi, > > it's been a year since the last CSV release. I think it is time to push out > the improvements we have on the master branch. I'm going to work towards a > release in the next week. If there is something you would

Re: Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread Woonsan Ko
On Mon, Aug 20, 2018 at 12:55 PM, sebb wrote: > On 20 August 2018 at 16:26, Lodewyk wrote: >> Hi, >> >> I would like to extend StringUtils. I looked through the GitHub repository >> and it was suggested that I check if the intended feature falls within the >> scope of Apache Commons Lang first.

Re: Build failed in Jenkins: commons-csv #88

2018-08-20 Thread sebb
Best to ask on the builds@ list On 20 August 2018 at 17:53, Benedikt Ritter wrote: > These failures don't seem to be related to my changes. Any idea how to fix > this? > > -- Forwarded message - > From: Apache Jenkins Server > Date: Mo., 20. Aug. 2018 um 08:50 Uhr > Subject:

Re: Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread sebb
On 20 August 2018 at 16:26, Lodewyk wrote: > Hi, > > I would like to extend StringUtils. I looked through the GitHub repository > and it was suggested that I check if the intended feature falls within the > scope of Apache Commons Lang first. > > I intend on adding a function that will return

Fwd: Build failed in Jenkins: commons-csv #88

2018-08-20 Thread Benedikt Ritter
These failures don't seem to be related to my changes. Any idea how to fix this? -- Forwarded message - From: Apache Jenkins Server Date: Mo., 20. Aug. 2018 um 08:50 Uhr Subject: Build failed in Jenkins: commons-csv #88 To: See <

Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread Lodewyk
Hi, I would like to extend StringUtils. I looked through the GitHub repository and it was suggested that I check if the intended feature falls within the scope of Apache Commons Lang first. I intend on adding a function that will return either true or false if the length of a String is between a

Re: unsubscribing - feel free to contact me directly

2018-08-20 Thread Jochen Wiedmann
On Mon, Aug 20, 2018 at 2:01 AM Remko Popma wrote: > > I've taken on too much work and need to scale back, so unsubscribing from > this list. Quite understandable. I take it, this doesn't affect your work on log4j? Regards, Jochen

[GitHub] commons-imaging issue #35: IMAGING-154 Removed Debug class

2018-08-20 Thread andreasrosdal
Github user andreasrosdal commented on the issue: https://github.com/apache/commons-imaging/pull/35 I hope we can get a 1.0 release of Commons Imaging very soon. Thanks for working towards this! --- - To

Re: [ALL] GitLab?

2018-08-20 Thread Gilles
On Sun, 19 Aug 2018 10:17:10 +0200, Benedikt Ritter wrote: Hi Gary, Am Fr., 17. Aug. 2018 um 16:27 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: Hi All: I see https://gitlab.com/ApacheMirror I wonder if this is our official mirror on GL and whether we should mirror our Commons

Re: [ALL] Make checkstyle:check part of default maven goal?

2018-08-20 Thread Gilles
Hello. On Mon, 20 Aug 2018 08:45:03 +0200, Benedikt Ritter wrote: Hi, one thing I always have to do when preparing a release is to fix all the checkstyle and findbugs errors. This step could be eliminated if we added checkstyle:check and findbugs:check to the maven default goal. This way it

Re: [ALL] Make checkstyle:check part of default maven goal?

2018-08-20 Thread Stefan Bodewig
On 2018-08-20, Benedikt Ritter wrote: > one thing I always have to do when preparing a release is to fix all the > checkstyle and findbugs errors. This step could be eliminated if we added > checkstyle:check and findbugs:check to the maven default goal. This way it > would be executed on CI

[ALL] Make checkstyle:check part of default maven goal?

2018-08-20 Thread Benedikt Ritter
Hi, one thing I always have to do when preparing a release is to fix all the checkstyle and findbugs errors. This step could be eliminated if we added checkstyle:check and findbugs:check to the maven default goal. This way it would be executed on CI builds and we would see failing

[CSV] Preparing release 1.6

2018-08-20 Thread Benedikt Ritter
Hi, it's been a year since the last CSV release. I think it is time to push out the improvements we have on the master branch. I'm going to work towards a release in the next week. If there is something you would like to fix before 1.6 - now is your chance ;-) Regards, Benedikt