Re: [VOTE] Release Apache Commons RNG 1.3 based on RC1

2019-11-05 Thread Gilles Sadowski
Hi. Le mar. 5 nov. 2019 à 17:36, Alex Herbert a écrit : > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons RNG 1.2 was released, so I would like to release > Apache Commons RNG 1.3. > > Apache Commons RNG 1.3 RC1 is available for review here: >

[IO] Travis build fails due to missing package documentation

2019-11-05 Thread Rob Spoor
See https://travis-ci.org/apache/commons-io/jobs/607784753. The reason is commit 14d6f4c6dbb429ebb915b530ea61fe911d36b20b, which added interface IOConsumer in package org.apache.commons.io.function, but forgot to add a package-info.java or package.html. In case you're interested, you can

Re: [IO] Don't deprecate IOUtils#closeQuietly()

2019-11-05 Thread David Mollitor
Here is a discussion about this topic @ Guava. https://github.com/google/guava/issues/1118 On Tue, Nov 5, 2019 at 1:14 PM Pascal Schumacher wrote: > +1, for removing the deprecatio > > Am 05.11.2019 um 16:10 schrieb Gary Gregory: > > Hi All: > > > > I propose that we do NOT deprecate

Re: [IO] Don't deprecate IOUtils#closeQuietly()

2019-11-05 Thread Pascal Schumacher
+1, for removing the deprecatio Am 05.11.2019 um 16:10 schrieb Gary Gregory: Hi All: I propose that we do NOT deprecate IOUtils#closeQuietly(). There are use-cases for this method outside of try-with-resources blocks. For example, I have some wrapper objects that contain Closeable objects.

Re: [IO] Don't deprecate IOUtils#closeQuietly()

2019-11-05 Thread Claude Warren
+1 I have similar use cases. On Tue, Nov 5, 2019 at 3:12 PM Gary Gregory wrote: > In this vein, I'd also like to add a null-safe close(Closeable) method. > > Gary > > On Tue, Nov 5, 2019 at 10:10 AM Gary Gregory > wrote: > > > Hi All: > > > > I propose that we do NOT deprecate

Re: [Numbers] Arrays of "Complex" objects and RAM

2019-11-05 Thread Alex Herbert
On 05/11/2019 00:09, Eric Barnhill wrote: That's interesting. The JTransforms library performs Fourier transforms that can take complex input, output, or both. They do this with interleaved double[] arrays, which I suppose is much more space efficient, and the status of a number as real or

Survey about the Relevance of Open Source Research

2019-11-05 Thread Edna Dias Canedo
Dear all, I'm conducting a Survey about the Relevance of Open Source Research as part of my Bachelor’s dissertation in Computer Science at the University Of Brasília (Brazil) and I kindly ask you to participate in it. The study aims at identifying, through a systematic literature mapping, works

[VOTE] Release Apache Commons RNG 1.3 based on RC1

2019-11-05 Thread Alex Herbert
We have fixed quite a few bugs and added some significant enhancements since Apache Commons RNG 1.2 was released, so I would like to release Apache Commons RNG 1.3. Apache Commons RNG 1.3 RC1 is available for review here:   https://dist.apache.org/repos/dist/dev/commons/rng/1.3-RC1/  

Re: [IO] Don't deprecate IOUtils#closeQuietly()

2019-11-05 Thread Gary Gregory
In this vein, I'd also like to add a null-safe close(Closeable) method. Gary On Tue, Nov 5, 2019 at 10:10 AM Gary Gregory wrote: > Hi All: > > I propose that we do NOT deprecate IOUtils#closeQuietly(). There are > use-cases for this method outside of try-with-resources blocks. > > For example,

[IO] Don't deprecate IOUtils#closeQuietly()

2019-11-05 Thread Gary Gregory
Hi All: I propose that we do NOT deprecate IOUtils#closeQuietly(). There are use-cases for this method outside of try-with-resources blocks. For example, I have some wrapper objects that contain Closeable objects. When the wrapper is closed, I do and want to add calls to IOUtils#closeQuietly()

Re: [commons-rng] branch master updated: Jira report to contain 'Implemented' resolution.

2019-11-05 Thread Alex Herbert
On 05/11/2019 14:33, Gilles Sadowski wrote: Hi Alex. Le mar. 5 nov. 2019 à 13:54, a écrit : This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git The following

Re: [commons-rng] branch master updated: Jira report to contain 'Implemented' resolution.

2019-11-05 Thread Gilles Sadowski
Hi Alex. Le mar. 5 nov. 2019 à 13:54, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-rng.git > > > The following commit(s) were added to refs/heads/master

Fwd: [commons-rng] annotated tag RNG_1_3_RC2 created (now a670c77)

2019-11-05 Thread Gary Gregory
There is no need to burn a RC number unless a vote has been called. Gary -- Forwarded message - From: Date: Tue, Nov 5, 2019, 05:52 Subject: [commons-rng] annotated tag RNG_1_3_RC2 created (now a670c77) To: comm...@commons.apache.org This is an automated email from the ASF

Re: [commons-rng] annotated tag RNG_1_3_RC2 created (now a670c77)

2019-11-05 Thread Gilles Sadowski
Hi. What happened to RC1? Regards, Gilles Le mar. 5 nov. 2019 à 11:52, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a change to annotated tag RNG_1_3_RC2 > in repository https://gitbox.apache.org/repos/asf/commons-rng.git. > > > at