Re: Help for a Newbie

2016-08-15 Thread Landon Blake
Utsav: I've been meaning to do a little bit of clean-up and unit testing in the Collections package of Apache Commons. Perhaps we could work together. Ping me if your interested and I'll take a look at the code to see if there is a small task we can tackle together. Its great that you want to par

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-15 Thread Gary Gregory
On Mon, Aug 15, 2016 at 12:01 AM, Dennis Kieselhorst wrote: > Am 13.08.2016 um 21:37 schrieb Oliver Heger: > > a) Accept the RC as is and ignore this issue. > > > > b) Add a note to the building documentation that the site build requires > > a minimum JDK of 1.7. This is a change of the site and

Re: [rng] JARs with different dependencies within the same component?

2016-08-15 Thread Artem Barger
On Mon, Aug 15, 2016 at 5:32 PM, Gilles wrote: > > Suppose that > commons-rng-core-1.0.jar > depends on JDK 1.6. > > And that we wish to offer utilities (e.g. random strings) and other > syntactic sugar (such as Java 8 streams) in > commons-rng-utils-1.0.jar > that would depend on JDK 1.8. >

[rng] JARs with different dependencies within the same component?

2016-08-15 Thread Gilles
Hi. Suppose that commons-rng-core-1.0.jar depends on JDK 1.6. And that we wish to offer utilities (e.g. random strings) and other syntactic sugar (such as Java 8 streams) in commons-rng-utils-1.0.jar that would depend on JDK 1.8. Is it possible? Regards, Gilles -

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-15 Thread Dennis Kieselhorst
Am 13.08.2016 um 21:37 schrieb Oliver Heger: > a) Accept the RC as is and ignore this issue. > > b) Add a note to the building documentation that the site build requires > a minimum JDK of 1.7. This is a change of the site and does not require > another RC. +1 for a or b. Regards Dennis -