Re: [geometry] Remove Point interface

2019-04-11 Thread Matt Juntunen
Hi Bajit, Thanks for your input. Can you please provide some examples of what you mean here? Why exactly should it be removed and how would that improve the API? The Point interface is the central interface of the geometry code and allows us to write algorithms that work across multiple spaces

Re: [lang] Remove final modifier behaviour in java 12+ (was: Re: [VOTE] Release Apache Commons Lang 3.9 based on RC1)

2019-04-11 Thread Rob Tompkins
That’s what I switched to. -Rob > On Apr 11, 2019, at 2:44 PM, Benedikt Ritter wrote: > > An alternative would be to use SystemUtils.isJavaVersionAtMost the have > behavior depending on the current Java versions. This would preserve the > behavior for users on Java < 12. > > Benedikt > > Am

Re: [lang] Remove final modifier behaviour in java 12+ (was: Re: [VOTE] Release Apache Commons Lang 3.9 based on RC1)

2019-04-11 Thread Benedikt Ritter
An alternative would be to use SystemUtils.isJavaVersionAtMost the have behavior depending on the current Java versions. This would preserve the behavior for users on Java < 12. Benedikt Am Mi., 10. Apr. 2019 um 16:32 Uhr schrieb Rob Tompkins : > I like that. I’ll get that sorted out. > > -Rob

Re: [lang] 3.9, switch from cobertura to jacoco?

2019-04-11 Thread Benedikt Ritter
Am Di., 9. Apr. 2019 um 15:24 Uhr schrieb Rob Tompkins : > We want a jira for this? > I usually only create jira for things that impact users of the lib. So changes to the API or the behavior. But that's just my personal convention... :) Benedikt > > -Rob > > > On Apr 9, 2019, at 9:14 AM,

[pool] Update from Java 7 to Java 8

2019-04-11 Thread Gary Gregory
Hi All: Now that 2.6.2 is out, I plan on updating from Java 7 to Java 8. Gary

Re: Link from github to gitbox broken

2019-04-11 Thread Rob Tompkins
Something seems to be awry with gitbox (generally??). -Rob > On Apr 11, 2019, at 11:21 AM, Gary Gregory wrote: > > The merge I just did in > > https://github.com/apache/commons-vfs/ > > for > > https://github.com/apache/commons-vfs/commit/7def2938b14845e6d095ae82e6db8efe6ff8e24a > > > is

Link from github to gitbox broken

2019-04-11 Thread Gary Gregory
The merge I just did in https://github.com/apache/commons-vfs/ for https://github.com/apache/commons-vfs/commit/7def2938b14845e6d095ae82e6db8efe6ff8e24a is not reflected in https://gitbox.apache.org/repos/asf?p=commons-vfs.git Thoughts? Gary

[geometry] Remove Point interface

2019-04-11 Thread Singh, Baljit (GE Aviation, US)
Hello, I’m new to contributing to the Apache projects, so please ignore any rookie mistakes (like proposing new changes on JIRA). With that said, I proposed the following in https://issues.apache.org/jira/browse/GEOMETRY-49: Binding generic interfaces and classes with Point does not have any

Re: [VOTE] Release Apache Commons Lang 3.9 based on RC2

2019-04-11 Thread Gary Gregory
Running 'mvn clean package' also works on Amazon Corretto 8 and 11: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T14:41:47-04:00) Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 11.0.2, vendor: Amazon.com Inc., runtime: C:\Program

[pool] Delete https://archive.apache.org/dist/commons/pool/old/bad/v1.0/ ?

2019-04-11 Thread Gary Gregory
Hi All: Do we want to keep https://archive.apache.org/dist/commons/pool/old/bad/v1.0/ ? Gary

Re: [VOTE] Release Apache Commons Lang 3.9 based on RC2

2019-04-11 Thread Gary Gregory
+1 Based on git tag. Maven RAT check OK. Maven CLIRR check OK. RM reports look OK. Building 'mvn -V clean package' OK using: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T14:41:47-04:00) Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 1.8.0_202, vendor:

[VOTE][RESULT] Release Apache Commons Pool 2.6.2 based on RC1

2019-04-11 Thread Gary Gregory
This VOTE passes with 3 +1 binding votes from the following PMC members: - Rob Tompkins - Gary Gregory - Bruno P. Kinoshita Gary On Wed, Apr 10, 2019 at 10:51 PM Bruno P. Kinoshita wrote: > [x] +1 Release these artifacts > > Building passing with `mvn clean install`, then `mvn site` (failed

Re: [rng] Split and Jump functions

2019-04-11 Thread Alex Herbert
On 11/04/2019 13:22, Gilles Sadowski wrote: [...] Not adding a dedicated method would mean everyone has to do this: JumpableUniformRandomProvider rng = (JumpableUniformRandomProvider) RandomSource.create(…) But adding a mirror methods: JumpableUniformRandomProvider

Re: [rng] Split and Jump functions

2019-04-11 Thread Gilles Sadowski
> > [...] > > Not adding a dedicated method would mean everyone has to do this: > > JumpableUniformRandomProvider rng = (JumpableUniformRandomProvider) > RandomSource.create(…) > > But adding a mirror methods: > > JumpableUniformRandomProvider RandomSource::createJumpable(…) >

Re: [rng] Information Pertaining to Running Benchmarks

2019-04-11 Thread Alex Herbert
Note: I have changed the subject line to prefix using [rng] since this is not related to [GSoC] but to the [rng] component. On 11/04/2019 08:15, Abhishek Dhadwal wrote: Dear Sir, I have applied for the Apache ICLA, and built the project using - mvn clean package I have already used maven

[GSoC] Information Pertaining to Running Benchmarks

2019-04-11 Thread Abhishek Dhadwal
Dear Sir, I have applied for the Apache ICLA, and built the project using - mvn clean package >> I have already used maven to build the project. Should I try running >> benchmark tests on the SecureRandom algorithms as discussed ? If so, are >> there any guidelines/ data on doing so ? >This is