[ALL] Karma for Git repos

2018-10-26 Thread sebb
Commons decided a long time ago to open all its SVN repos to all ASF committers. However when repos are migrated to Git (or new repos are created) it appears that the setting does not automatically apply to Git. It looks like we have to ask for that especially, see:

[geometry] Euclidean Vector API

2018-10-26 Thread Matt Juntunen
Hi all, Gilles and I are stuck on a discussion of a few of the names in the API for the Euclidean vector classes (Vector1D, Vector2D, Vector3D) and I'd like to get some outside feedback. Our discussion has focused on ease of use, clarity, and mathematical accuracy. Below are a few of the

Re: [general] Apache on GitHub - permission denied for committer

2018-10-26 Thread sebb
On Fri, 26 Oct 2018 at 00:16, Eric Barnhill wrote: > > Second posting on this issue: Despite my committer status with > commons-numbers I do not appear to be able to push commits through the Git > Apache organizational repo. I have investigated the site and there is a > "Team" within Apache

[Numbers] Root finders

2018-10-26 Thread Gilles
Hello. I'm pondering porting some of the root finders from CM's org.apache.commons.math4.analysis.solvers package. The type of "solved" function would be https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleUnaryOperator.html (i.e. this code would be in a new module, that

[CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Rob Tompkins
Yes…those failures happen in 11, but not 10. Thoughts? > On Oct 26, 2018, at 9:59 AM, Gary Gregory wrote: > > Ping? Anybody see this as well? > > Gary > > On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory wrote: > >> From src zip: ASC, SHA256, SHA512 OK. >> >> Building OK with 'mvn -V clean

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
Ping? Anybody see this as well? Gary On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory wrote: > From src zip: ASC, SHA256, SHA512 OK. > > Building OK with 'mvn -V clean package site' using > > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; > 2018-06-17T12:33:14-06:00) > Maven home:

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Pascal Schumacher
I would guess this is caused by a byte code manipulation library like ASM which does not support Java 11 yet. Am 26.10.2018 um 16:28 schrieb Rob Tompkins: Yes…those failures happen in 11, but not 10. Thoughts? On Oct 26, 2018, at 9:59 AM, Gary Gregory wrote: Ping? Anybody see this as well?

Re: [general] Apache on GitHub - permission denied for committer

2018-10-26 Thread Gilles
On Fri, 26 Oct 2018 14:07:40 +0100, sebb wrote: On Fri, 26 Oct 2018 at 00:16, Eric Barnhill wrote: Second posting on this issue: Despite my committer status with commons-numbers I do not appear to be able to push commits through the Git Apache organizational repo. I have investigated the

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
Indeed: java.lang.IllegalArgumentException: Unsupported class file major version 55 at org.easymock.asm.ClassReader.(ClassReader.java:166) at org.easymock.asm.ClassReader.(ClassReader.java:148) at org.easymock.asm.ClassReader.(ClassReader.java:136) at

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
So that's a +1 from me. Nothing we can do about EasyMock/ASM/cglib. Gary On Fri, Oct 26, 2018 at 11:39 AM Gary Gregory wrote: > Indeed: > > java.lang.IllegalArgumentException: Unsupported class file major version 55 > at org.easymock.asm.ClassReader.(ClassReader.java:166) > at

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
+1 (see other thread.) Gary On Fri, Oct 26, 2018 at 7:59 AM Gary Gregory wrote: > Ping? Anybody see this as well? > > Gary > > On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory > wrote: > >> From src zip: ASC, SHA256, SHA512 OK. >> >> Building OK with 'mvn -V clean package site' using >> >> Apache

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
Feel free to comment here: https://github.com/easymock/easymock/issues/230 On Fri, Oct 26, 2018 at 11:39 AM Gary Gregory wrote: > Indeed: > > java.lang.IllegalArgumentException: Unsupported class file major version 55 > at org.easymock.asm.ClassReader.(ClassReader.java:166) > at

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Rob Tompkins
I’ll throw in my +1 just to keep the ball rolling. But it was the trivial +1. -Rob > On Oct 26, 2018, at 10:12 PM, Gary Gregory wrote: > > A reminder that we need more votes ;-) > > Gary > >> On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: >> >> We have fixed quite a few bugs and

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
A reminder that we need more votes ;-) Gary On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Configuration 2.3 was released, so I would like to > release Apache Commons Configuration 2.4. > >