Re: [numbers] Making Quaternion a VALJO

2018-11-30 Thread Matt Juntunen
Hi guys, FYI, I've been working on a quaternion-related class named QuaternionRotation for commons-geometry (see link below). It includes slerp as well as several other geometry-oriented methods, such as conversion to/from axis-angle representations and creation from basis rotations. It's not

Re: commons-numbers git commit: NUMBERS-79: Fraction.add() and .subtract() are long-based

2018-11-30 Thread Gilles
Convention is to set the "serialVersionUID" to the date of the change. Regards, Gilles On Sat, 1 Dec 2018 00:10:48 + (UTC), ericbarnh...@apache.org wrote: Repository: commons-numbers Updated Branches: refs/heads/fraction-dev 16f60190b -> ac4d27549 NUMBERS-79: Fraction.add() and

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-11-30 Thread Gilles
On Fri, 30 Nov 2018 15:56:54 -0800, Eric Barnhill wrote: Here is what I propose for the Fraction doc text regarding this issue: * Implement add and subtract. This algorithm is similar to that * described in Knuth 4.5.1. while making some concessions to * performance. Note Knuth

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-11-30 Thread Eric Barnhill
Here is what I propose for the Fraction doc text regarding this issue: * Implement add and subtract. This algorithm is similar to that * described in Knuth 4.5.1. while making some concessions to * performance. Note Knuth 4.5.1 Exercise 7, which observes that * adding two

[GitHub] commons-collections issue #63: [COLLECTIONS-707] Added PrefixMap - WIP!

2018-11-30 Thread nielsbasjes
Github user nielsbasjes commented on the issue: https://github.com/apache/commons-collections/pull/63 Code coverage is now 100% of the new code. --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [IMAGING] Pull request

2018-11-30 Thread Gilles
Hi. On Fri, 30 Nov 2018 14:00:52 +, Sukant Kumar wrote: Hello Everyone, I am Shukant Pal, look at my PR for Commons Imaging https://github.com/apache/commons-imaging/pull/38. I want to get it merged, how to do that? A committer has to do it. IIRC the main committer of [Imaging] (Bruno)

[GitHub] commons-collections pull request #63: [COLLECTIONS-707] Added PrefixMap - WI...

2018-11-30 Thread nielsbasjes
GitHub user nielsbasjes opened a pull request: https://github.com/apache/commons-collections/pull/63 [COLLECTIONS-707] Added PrefixMap - WIP! First version of the PrefixMap implementation. I consider this a work in progress and expect various review comments. I have

Propose new type of collection: PrefixMap

2018-11-30 Thread Niels Basjes
Hi, I was working on a project ( https://github.com/nielsbasjes/yauaa ) where I ran into the situation that I needed a type of collection that was not yet present in either Java or commons-collections. So I wrote my own implementation and I think this may be a useful addition to

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gary Gregory
Hi, The best way to go IMO will be to get a GitHub account, fork the repo you want, and create PRs from there. All projects are rooted under https://github.com/apache/ For example https://github.com/apache/commons-logging Gary On Fri, Nov 30, 2018 at 8:01 AM Hannes H. wrote: > At the moment

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Bernd Eckenfels
Hello, The split package is a problem in spring.jcl not in Apache commons Logging. Also adding module info would unfortunately require a multi release JAR if it is supposed to be compatible with Java 8. So I guess parallel release would be the solution (but it does not help with your

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gilles
On Fri, 30 Nov 2018 16:01:15 +0100, Hannes H. wrote: At the moment I am not even able to clone the git repository since I do not have sufficient credentials .. .do I need to register somewhere? No. Repository is: https://git-wip-us.apache.org/repos/asf?p=commons-dbcp.git This command

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Hannes H.
At the moment I am not even able to clone the git repository since I do not have sufficient credentials .. .do I need to register somewhere? Am Fr., 30. Nov. 2018 um 15:46 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Patches are always welcome :-) > > Gary > > On Fri, Nov 30, 2018,

Re: Where's Rob been the last few weeks?

2018-11-30 Thread Gary Gregory
Ah, a Task Attack! ;-) Good luck and thank you for the update. Gary On Fri, Nov 30, 2018, 05:30 Rob Tompkins I’ve been tasked with taking something to production at my day job using > the newest internal processes with a deadline of EOY. And, there’s just a > lot to do for that. So I’ve been

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gary Gregory
Patches are always welcome :-) Gary On Fri, Nov 30, 2018, 07:44 Hannes H. My precise problem is that some Spring Framework modules reading classes > from the package ' org.apache.commons.logging from both commons.logging' > and so does 'commons.dbcp2' (which seems to be a module of DBCP). That

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Hannes H.
My precise problem is that some Spring Framework modules reading classes from the package ' org.apache.commons.logging from both commons.logging' and so does 'commons.dbcp2' (which seems to be a module of DBCP). That is apparently a condition called "split package" which is not allowed in

Re: [numbers] Making Quaternion a VALJO

2018-11-30 Thread Gilles
On Fri, 30 Nov 2018 14:22:45 +, Steve Bosman wrote: > and I have also emailed an ICLA. Not received/acknowledged yet. I am now listed on the "Persons with signed CLAs but who are not (yet) committers." page. Welcome! > I think two convenience divide methods performing qr^{-1} and

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gilles
On Fri, 30 Nov 2018 15:01:57 +0100, Hannes H. wrote: So there is no common approach planned for Apache Commons? Recently released components probably have an Automatic-Module-Name defined for each artefact. Is there a precise question? Do you have a suggestion? Regards, Gilles Am Fr.,

Re: [numbers] Making Quaternion a VALJO

2018-11-30 Thread Steve Bosman
> > and I have also emailed an ICLA. > Not received/acknowledged yet. I am now listed on the "Persons with signed CLAs but who are not (yet) committers." page. > > I think two convenience divide methods performing qr^{-1} and r^{-1}q > > for q > > and r would be useful, but I couldn't think of

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Hannes H.
So there is no common approach planned for Apache Commons? Am Fr., 30. Nov. 2018 um 14:50 Uhr schrieb A. Soroka : > Since each Commons component is released separately, each can have its own > plan. > > ajs6f > > On Fri, Nov 30, 2018, 8:46 AM Hannes H. > > Hi, > > > > I am talking about Apache

[IMAGING] Pull request

2018-11-30 Thread Sukant Kumar
Hello Everyone, I am Shukant Pal, look at my PR for Commons Imaging https://github.com/apache/commons-imaging/pull/38. I want to get it merged, how to do that? Regards, ShukantPal

Re: Modular version/edition of Apache Commons

2018-11-30 Thread ajs6f
Since each Commons component is released separately, each can have its own plan. ajs6f > On Fri, Nov 30, 2018, 8:46 AM Hannes H. >> Hi, >> >> I am talking about Apache Commons in general and its approach to Java >> modules which came with JDK 9 (project Jigsaw). >> >> Hannes >> >> Am Fr., 30.

Re: Modular version/edition of Apache Commons

2018-11-30 Thread A. Soroka
Since each Commons component is released separately, each can have its own plan. ajs6f On Fri, Nov 30, 2018, 8:46 AM Hannes H. Hi, > > I am talking about Apache Commons in general and its approach to Java > modules which came with JDK 9 (project Jigsaw). > > Hannes > > Am Fr., 30. Nov. 2018 um

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Hannes H.
Hi, I am talking about Apache Commons in general and its approach to Java modules which came with JDK 9 (project Jigsaw). Hannes Am Fr., 30. Nov. 2018 um 13:22 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Hi, > > Apache Common is a single project but is made up of Components that are

JDK 12 build 22 is now available at : - jdk.java.net/12/

2018-11-30 Thread Rory O'Donnell
Hi Benedikt, *NOTE:- *The JDK 12 schedule rampdown phase 1 of the release is coming up in a few weeks on Dec. 13, 2018. ** *JDK 12 Early Access build 22 **is now available **at : - jdk.java.net/12/* * Release Note updates since last email * *

Where's Rob been the last few weeks?

2018-11-30 Thread Rob Tompkins
I’ve been tasked with taking something to production at my day job using the newest internal processes with a deadline of EOY. And, there’s just a lot to do for that. So I’ve been fairly heavily distracted in that zone. Just trying to keep everyone in the loop. -Rob

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gary Gregory
Hi, Apache Common is a single project but is made up of Components that are developed and released individually. Can you be more specific? Which Components are you talking about? Gary On Fri, Nov 30, 2018, 01:52 Hannes H. Good day, > > while migrating a code base which depends on Apache

Modular version/edition of Apache Commons

2018-11-30 Thread Hannes H.
Good day, while migrating a code base which depends on Apache Commons from Java 8 to Java 11 the problem with 'split packages' crossed my efforts to do so. I did some research but I could not find anything, so I try by asking here: Is there a modularized version/edition of Apache Commons