Re: [crypto] Help Releasing new Commons Crypto

2020-04-20 Thread Alex Remily
Still plugging away on streams. I bumped one class 15 to 20 points and I'm on to the next class. My initial impression is that there's good coverage on the happy paths, but anything non-standard is less well covered. The biggest challenge so far has been to figure out what input to use to get to

Re: [crypto] Help Releasing new Commons Crypto

2020-04-20 Thread Geoffrey Blake
I've gotten through the JNA code and Random code for increasing unit testing. I've got some changes I'm readying to bump up coverage by a few percentage points, mainly along the lines of passing in invalid output and making sure nothing falls over. @Alex, any luck with the stream portion of the t

Re: [IO] and Javadoc library

2020-04-20 Thread Gary Gregory
On Mon, Apr 20, 2020 at 10:28 AM Matt Juntunen wrote: > I find them useful. We often use old versions in my day job and these > links are the quickest and easiest way to get to the docs. > What do you all think about pointing to https://javadoc.io/? for all old versions? > > -Matt > ___

Re: [IO] and Javadoc library

2020-04-20 Thread Gary Gregory
On Mon, Apr 20, 2020 at 11:55 AM Gary Gregory wrote: > On Mon, Apr 20, 2020 at 10:28 AM Matt Juntunen > wrote: > >> I find them useful. We often use old versions in my day job and these >> links are the quickest and easiest way to get to the docs. >> > > What do you all think about pointing to h

[LANG] Porting to Kotlin

2020-04-20 Thread Isira Seneviratne
Hi all, I'm a new contributor, but I've been using Commons Lang for a while now, and I feel that porting Commons Lang to Kotlin would be very useful for Kotlin development, as a lot of its methods (particularly those in the Utils classes) are not present in the Kotlin standard library, and these c

Re: [IO] and Javadoc library

2020-04-20 Thread Matt Juntunen
I find them useful. We often use old versions in my day job and these links are the quickest and easiest way to get to the docs. -Matt From: Gary Gregory Sent: Monday, April 20, 2020 9:50 AM To: Commons Developers List Subject: [IO] and Javadoc library Currentl

[IO] and Javadoc library

2020-04-20 Thread Gary Gregory
Currently, on https://commons.apache.org/proper/commons-io/ and other components, we have a "library" of Javadoc for old versions. I initially thought this handy, now, I am not so sure. Should be get rid of such libraries and only have Javadoc for the current version? Gary

Re: [Geometry] CSG?

2020-04-20 Thread Matt Juntunen
Gilles, Sounds good. I've created GEOMETRY-95 to track this. I'm picturing adding new example code and a separate page to the userguide, with pictures. I'll have more questions for you once I get to the implementation. I also added the tag "beta1" to all of the JIRA issues I'd like complete for