Re: [Statistics] Port codes from Commons Math

2018-03-16 Thread Gilles
Hi. On Fri, 16 Mar 2018 23:12:38 +0530, Gimhana Nadeeshan wrote: Hi devs, Sorry for the delayed reply due to my academics. If you want to start playing with the code, we could just begin by having discussions here (on design) and on JIRA (for processing minor issues) based on the current

Re: [lang] Todo utility class

2018-03-16 Thread Matt Benson
I also don't think it belongs in a testing module. OTOH, I appreciate the desire not to have such hang around in finished code. I think I might create a dedicated project around this (elsewhere) with a Maven plugin to provide safeguards around unfinished uses of Todo. Thanks for considering this,

Re: [Statistics] Port codes from Commons Math

2018-03-16 Thread Gimhana Nadeeshan
Hi devs, Sorry for the delayed reply due to my academics. > If you want to start playing with the code, we could just begin > by having discussions here (on design) and on JIRA (for processing > minor issues) based on the current state of your repository. > [What's the link to look it up?] >

[VOTE] Release Commons Text 1.3 based on RC1

2018-03-16 Thread Rob Tompkins
Hello all, This is a [VOTE] for releasing Apache Commons Text 1.3 (from RC1). Tag name: commons-text-1.3-RC1 (signature can be checked from git using 'git tag -v') Tag URL: https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=6e7a377e76bc7e34c286b5c5ee0433f00dc0d358 Commit

Re: [jira] [Created] (COMMONSSITE-107) [release-plugin] Adding incorrect RELEASE-NOTES.txt file/directory to scm.

2018-03-16 Thread Rob Tompkins
This doesn’t preclude anyone from using commons-parent 45, as the commons-release-plugin is disabled by default. Further it can be used in staging, you just manually have to commit the files to the staging distribution location by running an “svn commit” from

Re: [lang] Todo utility class

2018-03-16 Thread Gilles
On Fri, 16 Mar 2018 00:35:24 -0700, Bindul Bhowmik wrote: On Thu, Mar 15, 2018 at 4:05 PM, Gilles wrote: Hi. On Wed, 14 Mar 2018 16:51:43 -0500, Matt Benson wrote: I have often thought about creating a utility class that allows me to write skeletal code that

[CVE-2018-1324] Apache Commons Compress denial of service vulnerability

2018-03-16 Thread Stefan Bodewig
CVE-2018-1324: Apache Commons Compress denial of service vulnerability Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Commons Compress 1.11 to 1.15 Description: A specially crafted ZIP archive can be used to cause an infinite loop inside of Compress' extra field

Re: [lang] Todo utility class

2018-03-16 Thread Bindul Bhowmik
On Thu, Mar 15, 2018 at 4:05 PM, Gilles wrote: > Hi. > > On Wed, 14 Mar 2018 16:51:43 -0500, Matt Benson wrote: >> >> I have often thought about creating a utility class that allows me to >> write >> skeletal code that still compiles but will remind me to go back and