Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-02 Thread Matt Juntunen
I was just thinking from a practical standpoint. My current QuaternionRotation class is still in my working branch for GEOMETRY-14 and so isn't really accessible to anyone. If I can finish it up in its current state (hopefully very soon) and get it merged, then someone else will be able to work

Re: [All][RNG] Release plugin: crash

2018-12-02 Thread Gilles
On Sat, 1 Dec 2018 19:13:35 -0700, Gary Gregory wrote: On Sat, Dec 1, 2018 at 6:55 PM Gilles wrote: On Sat, 1 Dec 2018 18:14:24 -0700, Gary Gregory wrote: > A fix might be to make the site plugin use BCEL 6.2. What Java > version are > you using? Java 9. [Official code is compatible with Ja

Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-02 Thread Gilles
On Sun, 2 Dec 2018 19:20:03 +, Matt Juntunen wrote: Unless anyone objects, I'm going to continue with what I'm working on I certainly don't object on your working to improve the geometry code, but wherever that work overlaps with code being worked on elsewhere (in this case, the "Quaternion

Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-02 Thread Matt Juntunen
Unless anyone objects, I'm going to continue with what I'm working on with QuaternionRotation and create a merge request. That way, we'll at least have a reference implementation and baseline functionality for commons-geometry that we can modify later based on what's decided here. -Matt ___

[GitHub] commons-logging pull request #1: default methods to Log interface to prevent...

2018-12-02 Thread zsalab
GitHub user zsalab opened a pull request: https://github.com/apache/commons-logging/pull/1 default methods to Log interface to prevent unnecessary payload creation This change require Java 8 and add default interface methods to simplify the usage of the log levels. No if statemen