Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Benedikt Ritter
Hello Kristian, 2014-12-15 8:49 GMT+01:00 Kristian Rosenvold krosenv...@apache.org: I just thought I'd let you know I'm working on changes to allow multiple threads to output to different ZipArchiveOutputStream instances (backed by commons-io DeferredFileOutputStream or similar) and then

Re: [DRAFT][ANNOUNCE] Apache Commons grants write access to all ASF committers

2014-12-15 Thread Benedikt Ritter
2014-12-15 4:02 GMT+01:00 Gary Gregory garydgreg...@gmail.com: Nice feedback all around. Here is a version that includes some of these thoughts: -- Dear fellow committers, The Apache Commons Team is pleased to announce that write access to the Apache Commons Subversion and Git

Re: [DRAFT][ANNOUNCE] Apache Commons grants write access to all ASF committers

2014-12-15 Thread Duncan Jones
On 15 December 2014 at 08:25, Benedikt Ritter brit...@apache.org wrote: 2014-12-15 4:02 GMT+01:00 Gary Gregory garydgreg...@gmail.com: Nice feedback all around. Here is a version that includes some of these thoughts: -- Dear fellow committers, The Apache Commons Team is pleased to

Re: commons-parent maven pom highly broken?

2014-12-15 Thread sebb
On 13 December 2014 at 18:22, Mark Struberg strub...@yahoo.de wrote: Just file an JIRA if something doesn't work and you are done. Not sure what you are referring to there, but if it was my comments about ASF pom bugs, I did file bugs, but as I recall, nothing happened for over a year.

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: I just thought I'd let you know I'm working on changes to allow multiple threads to output to different ZipArchiveOutputStream instances (backed by commons-io DeferredFileOutputStream or similar) and then stitch the results back together as a single

Re: [Math] MATH-1180

2014-12-15 Thread Gilles
On Sun, 14 Dec 2014 19:15:08 -0700, Phil Steitz wrote: On 12/14/14 5:10 PM, Gilles wrote: Hi. Any objection to my adding this: https://issues.apache.org/jira/browse/MATH-1180 ? If you have use for something like that in [math], I am fine with it, but it should be called something else.

RE: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Gary Gregory
Sounds cool. Do you plan on allowing  an executor service to be passed in to some APIs? Gary  div Original message /divdivFrom: Kristian Rosenvold krosenv...@apache.org /divdivDate:12/15/2014 02:49 (GMT-05:00) /divdivTo: Commons Developers List dev@commons.apache.org

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Kristian Rosenvold
As far as I understand there will be no thread pools coming into commons-compress, this has to be done by the caller. The caller will basically in some shape or another keep at ThreadLocal ZipArchiveOutputStream that will receive entries for each thread. When everyone is finished they will be

Re: [Math] MATH-1180

2014-12-15 Thread Gilles
On Mon, 15 Dec 2014 11:43:22 +0100, Gilles wrote: On Sun, 14 Dec 2014 19:15:08 -0700, Phil Steitz wrote: On 12/14/14 5:10 PM, Gilles wrote: Hi. Any objection to my adding this: https://issues.apache.org/jira/browse/MATH-1180 ? If you have use for something like that in [math], I am fine

[math] javadoc warnings

2014-12-15 Thread Phil Steitz
Cleaning up javadoc for the Bessel stuff I am readying for commit, I noticed these: [WARNING] /Users/psteitz/math-git/commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java:42: warning - Tag @link: missing '#': isValidPoint(double,double) [WARNING]

[ANNOUNCEMENT] Apache Commons grants write access to all ASF committers

2014-12-15 Thread Benedikt Ritter
Dear fellow committers, The Apache Commons Team is pleased to announce that write access to the Apache Commons Subversion and Git repositories has been granted to all ASF committers. Apache Commons is an Apache project focused on all aspects of reusable Java components. As such, the components

Re: [math] javadoc warnings

2014-12-15 Thread Gilles
On Mon, 15 Dec 2014 08:40:27 -0700, Phil Steitz wrote: Cleaning up javadoc for the Bessel stuff I am readying for commit, I noticed these: [WARNING] /Users/psteitz/math-git/commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java:42: warning - Tag

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: There is also the issue of determining if the MANIFEST.MF file really needs to be the first file in the jar, which puts an interesting constraint on the parallelism. I have been unable to understand if the jar spec actually requires this or if it's

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread sebb
On 15 December 2014 at 17:47, Kristian Rosenvold krosenv...@apache.org wrote: 2014-12-15 17:39 GMT+01:00 Stefan Bodewig bode...@apache.org: On 2014-12-15, Kristian Rosenvold wrote: There is also the issue of determining if the MANIFEST.MF file really needs to be the first file in the jar,

Missing commit mails have been regenerated by Infra

2014-12-15 Thread sebb
Infra recently regenerated all the SVN commit mails that may have been lost during the SVN outage about 10 days ago. There are some duplicates, but all the previously missing ones are now accounted for. - To unsubscribe, e-mail:

Re: Separate mailing list for CMS buildbot commits?

2014-12-15 Thread sebb
This has now been implemented. Buildbot commit mails should now end up in notifications@commons.a.o rather than commits@c.a.o If there are any problems, the original JIRA was INFRA-8866 Hopefully commits@ will now be a bit easier to review. On 4 December 2014 at 13:28, Emmanuel Bourg

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-15 Thread Oliver Heger
Am 14.12.2014 um 22:45 schrieb Benedikt Ritter: Hey Oliver, 2014-12-14 22:25 GMT+01:00 Oliver Heger oliver.he...@oliver-heger.de: My own +1. Seems to be no good time for a vote... It's holiday time, so... :o) I will have some time on Tuesday evening to review this RC. One thing

[math] adding a profil for Ekstasi test optimizer

2014-12-15 Thread Luc Maisonobe
Hi all, A fex weeks ago, Milos Gligoric proposed to add his Ekstazi project to improve tests runs during development time (see http://markmail.org/message/7a4ayov3gsvtsm5g). The rationale is that after a first (long) and complete test run, some fingerprints are stored and only a subset of test is

Re: [math] adding a profil for Ekstasi test optimizer

2014-12-15 Thread Phil Steitz
On 12/15/14 2:50 PM, Luc Maisonobe wrote: Hi all, A fex weeks ago, Milos Gligoric proposed to add his Ekstazi project to improve tests runs during development time (see http://markmail.org/message/7a4ayov3gsvtsm5g). The rationale is that after a first (long) and complete test run, some

Re: [2/4] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

2014-12-15 Thread Phil Steitz
Sorry for the noise here and I trust this commit did not actually do anything to master. Phil On 12/15/14 4:49 PM, pste...@apache.org wrote: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo

Re: [text] Update .gitignore, using [lang]'s as basis

2014-12-15 Thread Bruno P. Kinoshita
Very good idea Sebb! Done in 1a236bada5163388a3051083fba454b19edc1fb8, thanks!! Bruno From: sebb seb...@gmail.com To: Commons Developers List dev@commons.apache.org; Bruno P. Kinoshita brunodepau...@yahoo.com.br Sent: Monday, December 15, 2014 8:27 AM Subject: Re: [text] Update

Re: [compress] Changes to allow multithreaded creation of zip files

2014-12-15 Thread Stefan Bodewig
On 2014-12-15, Kristian Rosenvold wrote: There is also the issue of determining if the MANIFEST.MF file really needs to be the first file in the jar, which puts an interesting constraint on the parallelism. I've found this for Ant which caused us to implement that logic (in 2001):