Re: [commons-dbcp] 02/02: Use form that ensures checked exceptions are caught.

2019-05-03 Thread Gary Gregory
Mark, Would you please create a jira and changes.xml entry so our users know about this fix? Thank you, Gary On Fri, May 3, 2019, 12:49 wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository

Re: [commons-pool] 02/04: Clean-up. Remove svn Id tag

2019-05-03 Thread Gary Gregory
It would be nice to scan all of our git based code for this. Gary On Fri, May 3, 2019, 13:00 wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-pool.git > > commit

[rng] Copying samplers

2019-05-03 Thread Alex Herbert
Most of the samplers in the library have very small states that are easy to compute. Some have computations that are more expensive, such as the LargeMeanPoissonSampler or the DiscreteProbabilityCollectionSampler. However once the state is computed the only part of the state that changes is

Re: [daemon] release 1.1.1?

2019-05-03 Thread Jonathan Gallimore
Having recently submitted a patch and getting your feedback, I'd love to make the change requested and get that in to a release. I'm a really newbie to project, but I'd be happy to help in any way I can. Thanks Jon On Fri, May 3, 2019 at 2:18 PM Mark Thomas wrote: > On 03/05/2019 13:59, Gary

Re: [statistics]Log-Cauchy Distribution

2019-05-03 Thread Udit Arora
Ok sir.. Thanks On Fri, 3 May 2019, 6:23 pm Gilles Sadowski, wrote: > Hello. > > Le jeu. 2 mai 2019 à 19:34, Udit Arora a écrit : > > > > This is a new discussion for making a Log-Cauchy Distribution. > > I just want to add a new distribution to the already existing > distribution > > list.

Re: [daemon] release 1.1.1?

2019-05-03 Thread Rob Tompkins
> On May 3, 2019, at 9:25 AM, Mark Thomas wrote: > > On 03/05/2019 14:20, Rob Tompkins wrote: >>> On May 3, 2019, at 9:18 AM, Mark Thomas wrote: >>> On 03/05/2019 13:59, Gary Gregory wrote: Hi Mark and All: I've seen a lot of commits lately in Daemon from Mark T.

Re: [daemon] release 1.1.1?

2019-05-03 Thread Mark Thomas
On 03/05/2019 14:20, Rob Tompkins wrote: >> On May 3, 2019, at 9:18 AM, Mark Thomas wrote: >> >>> On 03/05/2019 13:59, Gary Gregory wrote: >>> Hi Mark and All: >>> >>> I've seen a lot of commits lately in Daemon from Mark T. >>> >>> Are you planning a release? >> >> I am starting to think in that

Re: [daemon] release 1.1.1?

2019-05-03 Thread Rob Tompkins
> On May 3, 2019, at 9:18 AM, Mark Thomas wrote: > >> On 03/05/2019 13:59, Gary Gregory wrote: >> Hi Mark and All: >> >> I've seen a lot of commits lately in Daemon from Mark T. >> >> Are you planning a release? > > I am starting to think in that direction. There are still a handful of >

Re: [daemon] release 1.1.1?

2019-05-03 Thread Mark Thomas
On 03/05/2019 13:59, Gary Gregory wrote: > Hi Mark and All: > > I've seen a lot of commits lately in Daemon from Mark T. > > Are you planning a release? I am starting to think in that direction. There are still a handful of Jira issues I want to look at first. Given past experience with the

[daemon] release 1.1.1?

2019-05-03 Thread Gary Gregory
Hi Mark and All: I've seen a lot of commits lately in Daemon from Mark T. Are you planning a release? Gary

Re: [rng] Split and Jump functions

2019-05-03 Thread Alex Herbert
On 03/05/2019 13:04, Gilles Sadowski wrote: Hello. Le jeu. 2 mai 2019 à 23:49, Alex Herbert a écrit : On 1 May 2019, at 23:15, Gilles Sadowski wrote: Hi. [...] So do we do: UniformRandomProvider restrict(JumpableUniformRandomProvider); JumpableUniformRandomProvider

Re: [statistics]Log-Cauchy Distribution

2019-05-03 Thread Gilles Sadowski
Hello. Le jeu. 2 mai 2019 à 19:34, Udit Arora a écrit : > > This is a new discussion for making a Log-Cauchy Distribution. > I just want to add a new distribution to the already existing distribution > list. Just like Cauchy Distribution I intend to include CDF, PDF and some > other functions. >

Re: [rng] Split and Jump functions

2019-05-03 Thread Gilles Sadowski
Hello. Le jeu. 2 mai 2019 à 23:49, Alex Herbert a écrit : > > > > > On 1 May 2019, at 23:15, Gilles Sadowski wrote: > > > > Hi. > > > >>> [...] > >> > >> So do we do: > >> > >> UniformRandomProvider restrict(JumpableUniformRandomProvider); > >> JumpableUniformRandomProvider

Re: [All] Help with GitHub "support"

2019-05-03 Thread Otto Fowler
You could add a PR template to github, and put a big banner in there that says something like that. On May 2, 2019 at 11:54:34, Eric Barnhill (ericbarnh...@gmail.com) wrote: I am happy to review PRs and approve merges as well, it's become part of my daily routine at work to use GitHub in this

[CVE-2018-17201]: Apache Commons Imaging information disclosure vulnerability

2019-05-03 Thread Bruno P. Kinoshita
Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Apache Sanselan 0.97-incubator Description: Certain input files could make the code hang when Apache Sanselan 0.97-incubator was used to parse them, which could be used in a DoS attack. Note that Apache Sanselan

[CVE-2018-17202]: Apache Commons Imaging information disclosure vulnerability

2019-05-03 Thread Bruno P. Kinoshita
Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Apache Sanselan 0.97-incubator Description: Certain input files could make the code to enter into an infinite loop when Apache Sanselan  0.97-incubator was used to parse them, which could be used in a DoS attack. Note

[ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha1 Released

2019-05-03 Thread Bruno P. Kinoshita
The Apache Commons Imaging team is pleased to announce the commons-imaging-1.0-alpha1 release! Apache Commons Imaging (previously Sanselan) is a pure-Java image library. Changes in this version include: New features: o Added accessor methods for a number of ImageInfo properties.  Issue: