Re: [LANG] Java 9 problems because of dependencies to java.desktop

2018-07-20 Thread sebb
On 20 July 2018 at 00:09, Bruno P. Kinoshita wrote: >>What is the replacement for Observer/Observable recommended by >>the JDK developers? > I believe they suggest to use the PropertyListener which we have right now, > but are in the java.beans module I think. > Alternatively, they also suggest i

[COLLECTIONS] Drop all but 4.2 from mirrors?

2018-07-20 Thread sebb
Are we going to make any fixes to 3.2.x line? I really doubt it, so the code should be removed from the mirrors and the download page. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [LANG] Java 9 problems because of dependencies to java.desktop

2018-07-20 Thread Gilles
Hi. On Fri, 20 Jul 2018 09:47:21 +0100, sebb wrote: On 20 July 2018 at 00:09, Bruno P. Kinoshita wrote: What is the replacement for Observer/Observable recommended by the JDK developers? I believe they suggest to use the PropertyListener which we have right now, but are in the java.beans modu

[rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Rob Tompkins
> On Jul 19, 2018, at 8:58 PM, Gilles wrote: > > Hi. > > On Thu, 19 Jul 2018 15:21:28 -0400, Rob Tompkins wrote: >> We have added some significant enhancements since Apache Commons RNG >> 1.0 was released, so I would like to release Apache Commons RNG 1.1. >> >> Apache Commons RNG (full distr

Re: [COLLECTIONS] Drop all but 4.2 from mirrors?

2018-07-20 Thread Gary Gregory
I thought we were keeping it around since it is a different major version. I am fine with removing it. But that means we need to update the site download page as well. Gary On Fri, Jul 20, 2018, 02:59 sebb wrote: > Are we going to make any fixes to 3.2.x line? > > I really doubt it, so the code

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Gilles
Hello. On Fri, 20 Jul 2018 08:59:05 -0400, Rob Tompkins wrote: On Jul 19, 2018, at 8:58 PM, Gilles wrote: Hi. On Thu, 19 Jul 2018 15:21:28 -0400, Rob Tompkins wrote: We have added some significant enhancements since Apache Commons RNG 1.0 was released, so I would like to release Apache Comm

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Rob Tompkins
> On Jul 20, 2018, at 9:26 AM, Gilles wrote: > > Hello. > > On Fri, 20 Jul 2018 08:59:05 -0400, Rob Tompkins wrote: >>> On Jul 19, 2018, at 8:58 PM, Gilles wrote: >>> >>> Hi. >>> >>> On Thu, 19 Jul 2018 15:21:28 -0400, Rob Tompkins wrote: We have added some significant enhancements si

Re: [COLLECTIONS] Drop all but 4.2 from mirrors?

2018-07-20 Thread sebb
On 20 July 2018 at 14:03, Gary Gregory wrote: > I thought we were keeping it around since it is a different major version. Maybe originally, but now I doubt it's needed. > I am fine with removing it. But that means we need to update the site > download page as well. I am happy to do that. > Ga

Re: [COLLECTIONS] Drop all but 4.2 from mirrors?

2018-07-20 Thread Gary Gregory
On Fri, Jul 20, 2018 at 8:05 AM sebb wrote: > On 20 July 2018 at 14:03, Gary Gregory wrote: > > I thought we were keeping it around since it is a different major > version. > > Maybe originally, but now I doubt it's needed. > > > I am fine with removing it. But that means we need to update the s

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Gilles
On Fri, 20 Jul 2018 09:38:51 -0400, Rob Tompkins wrote: On Jul 20, 2018, at 9:26 AM, Gilles wrote: Hello. On Fri, 20 Jul 2018 08:59:05 -0400, Rob Tompkins wrote: On Jul 19, 2018, at 8:58 PM, Gilles wrote: Hi. On Thu, 19 Jul 2018 15:21:28 -0400, Rob Tompkins wrote: We have added some sign

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Gary Gregory
Is the VOTE still in progress or are you guys debating whether or not to cancel it? Gary On Fri, Jul 20, 2018 at 8:46 AM Gilles wrote: > On Fri, 20 Jul 2018 09:38:51 -0400, Rob Tompkins wrote: > >> On Jul 20, 2018, at 9:26 AM, Gilles > >> wrote: > >> > >> Hello. > >> > >> On Fri, 20 Jul 2018

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Gilles
On Fri, 20 Jul 2018 08:54:52 -0600, Gary Gregory wrote: Is the VOTE still in progress or are you guys debating whether or not to cancel it? Whether you can run: $ mvn package install -Pcommons-rng-examples would be a second data point towards that decision. :-) Gilles Gary On Fri, Jul 20

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Gary Gregory
TL;DR: -1 I do not normally validate an RC one module at a time. Why would you do that? Also 'install' already does 'package', otherwise, there would be nothing to install, unless you do weird stuff in a POM. Running 'mvn clean install' on Java 8 gives me: [INFO] Results: [INFO] [ERROR] Failure

[CANCEL][VOTE] Release Apache Commons RNG 1.1 based on RC2

2018-07-20 Thread Rob Tompkins
I’m canceling this [VOTE] because of the src.zip containing more than we want. -Rob > On Jul 19, 2018, at 3:21 PM, Rob Tompkins wrote: > > We have added some significant enhancements since Apache Commons RNG 1.0 was > released, so I would like to release Apache Commons RNG 1.1. > > Apache Com

Re: [rng] packaging (Was: Re: [VOTE] Release Apache Commons RNG 1.1 based on RC2)

2018-07-20 Thread Rob Tompkins
> On Jul 20, 2018, at 11:29 AM, Gary Gregory wrote: > > TL;DR: -1 > > I do not normally validate an RC one module at a time. Why would you do > that? > > Also 'install' already does 'package', otherwise, there would be nothing to > install, unless you do weird stuff in a POM. > > Running 'm

[RNG] Testing RNG (Was: ... packaging)

2018-07-20 Thread Gilles
On Fri, 20 Jul 2018 09:29:50 -0600, Gary Gregory wrote: TL;DR: -1 I do not normally validate an RC one module at a time. Why would you do that? Who asks? Also 'install' already does 'package', otherwise, there would be nothing to install, unless you do weird stuff in a POM. Normally (at

[GitHub] commons-pool pull request #10: POOL-347 : Regard waiting object creation as ...

2018-07-20 Thread sunsuk7tp
GitHub user sunsuk7tp opened a pull request: https://github.com/apache/commons-pool/pull/10 POOL-347 : Regard waiting object creation as failure if pool is full and maxWaitTime passed JIRA: https://issues.apache.org/jira/browse/POOL-347 You can merge this pull request into a Git re

[GitHub] commons-pool issue #10: POOL-347 : Regard waiting object creation as failure...

2018-07-20 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-pool/pull/10 [![Coverage Status](https://coveralls.io/builds/18088758/badge)](https://coveralls.io/builds/18088758) Coverage increased (+0.1%) to 85.146% when pulling **7b3a83479ea3d57c624aa1

[GitHub] darkma773r opened a new pull request #7: Polar and Spherical Coordinates

2018-07-20 Thread GitBox
darkma773r opened a new pull request #7: Polar and Spherical Coordinates URL: https://github.com/apache/commons-geometry/pull/7 Adds support for polar and spherical coordinates (GEOMETRY-7). This is an automated message from t