Re: [Geometry] Build fails on Jenkins

2020-04-05 Thread Alex Herbert
> On 6 Apr 2020, at 00:15, Alex Herbert wrote: > > > >> On 5 Apr 2020, at 23:23, Gilles Sadowski wrote: >> >> Hello. >> >> All build have been failing[1], due to CheckStyle checking >> a file which it shouldn't. >> > > Jenkins runs the full release build and not the default goal (which

Re: [Geometry] Build fails on Jenkins

2020-04-05 Thread Alex Herbert
> On 5 Apr 2020, at 23:23, Gilles Sadowski wrote: > > Hello. > > All build have been failing[1], due to CheckStyle checking > a file which it shouldn't. > Jenkins runs the full release build and not the default goal (which is what Travis is configured to do). So this is not usually seen du

[Geometry] Build fails on Jenkins

2020-04-05 Thread Gilles Sadowski
Hello. All build have been failing[1], due to CheckStyle checking a file which it shouldn't. Regards, Gilles [1] https://builds.apache.org/view/A-D/view/Commons/job/commons-geometry/ - To unsubscribe, e-mail: dev-unsubscr...@co

[numbers] BigFraction

2020-04-05 Thread Alex Herbert
Looking at the coverage reports there are some private methods in BigFraction that validate input arguments that cannot be incorrect since only BigFraction is calling these methods, i.e. the validations are redundant. I propose to drop the validation of the exponent length and significandLength

[All] Enabling "javac" options

2020-04-05 Thread Gilles Sadowski
Hi. Many components rely on the configuration set up in CP for running the Java compiler. How can one specify command line arguments (to "mvn") so that they are passed to "javac"?[1] [Of course, the idea is to *not* revert to duplicating the "" section of the component's POM.] Thanks, Gilles [1]

Re: [Statistics] Beta release

2020-04-05 Thread Bruno P. Kinoshita
None from me, +1 Sent from Yahoo Mail on Android On Mon, 6 Apr 2020 at 0:58, Gilles Sadowski wrote: Hello. I propose to release version     0.1-beta1 of "Commons Statistics", as part of the dependency requirements for a beta release of the next major version of "Commons Math". Any object

[Statistics] Beta release

2020-04-05 Thread Gilles Sadowski
Hello. I propose to release version 0.1-beta1 of "Commons Statistics", as part of the dependency requirements for a beta release of the next major version of "Commons Math". Any objections? Regards, Gilles - To unsubscribe,

Commons Lang website not updated for version 3.10

2020-04-05 Thread Rob Spoor
Hi all, I noticed that https://commons.apache.org/proper/commons-lang/ still mentions version 3.9 as being the latest (apart from the top bar which is probably automatically generated based on the pom). Kind regards, Rob -