Re: [IO] commons-io 2.5 release?

2016-02-16 Thread Jochen Wiedmann
On Tue, Feb 16, 2016 at 8:08 AM, Bertrand Delacretaz wrote: > On Thu, Feb 4, 2016 at 9:58 AM, Bertrand Delacretaz > wrote: >> ...AFAICS 2.5 has not been released, and I'd like to start promoting IO-487. >> Are there any plans to release soon? ... > > Ping...is there anything I can do to make that

Re: [IO] commons-io 2.5 release?

2016-02-16 Thread Bertrand Delacretaz
On Tue, Feb 16, 2016 at 11:26 AM, Jochen Wiedmann wrote: > On Tue, Feb 16, 2016 at 8:08 AM, Bertrand Delacretaz >> ...is there anything I can do to make that release happen? > Act as the RM? ... Happy to do that if there are instructions and if you guys are fine with a non-PMC member doing that.

Re: [IO] commons-io 2.5 release?

2016-02-16 Thread Emmanuel Bourg
Le 16/02/2016 11:26, Jochen Wiedmann a écrit : > Act as the RM? Wasn't Kristian planning to cut a new RC? Emmanuel - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.

Re: [commons-compress] traditional zip encryption patch to come

2016-02-16 Thread Stefan Bodewig
On 2016-02-15, Bear Giles wrote: > We discussed adding support for the traditional zip encryption algorithm a > while back. IIRC the concensus was loosely against it since it's so weak > and we don't want to mislead people. I'm pretty sure we should ad a big warning about the quality of encryptio

Re: [commons-compress] traditional zip encryption patch to come

2016-02-16 Thread Bear Giles
I can create test files. (I still need to create some PKWare test files as well...). I also need to figure out a way to extract the encrypted content to I can verify my implementation of the crypto logic itself. I think that will just require disabling any check for the 'encrypted' bit. ​Source at

[GitHub] commons-validator pull request: Merge remote-tracking branch 'apac...

2016-02-16 Thread daveh42
GitHub user daveh42 opened a pull request: https://github.com/apache/commons-validator/pull/6 Merge remote-tracking branch 'apache/trunk' into trunk You can merge this pull request into a Git repository by running: $ git pull https://github.com/daveh42/commons-validator trunk

[GitHub] commons-validator pull request: Merge remote-tracking branch 'apac...

2016-02-16 Thread daveh42
Github user daveh42 closed the pull request at: https://github.com/apache/commons-validator/pull/6 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Chimera as new component in Apache Commons

2016-02-16 Thread Gangumalla, Uma
Hi Devs, Recently we worked with Spark community to implement the shuffle encryption. While implementing that, we realized some/most of the code in Apache Hadoop encryption code and this implementation code have to be duplicated. This leads to an idea to create separate reusable library, name

[math] New finite differencing framework for math4

2016-02-16 Thread Fran Lattanzio
Hello all, I have created a pull request with a new univariate finite difference framework for [math]. The main features of this framework are: 1. *Exact* calculation of the coefficients for any stencil type (forward, backward, central), derivative order, and accuracy order. This is done by solvin

Re: Chimera as new component in Apache Commons

2016-02-16 Thread Benedikt Ritter
Hello Uma, welcome to the Apache Commons dev list. It's great to see that two projects get together to share code via Apache Commons. 2016-02-16 22:36 GMT+01:00 Gangumalla, Uma : > Hi Devs, > > > > Recently we worked with Spark community to implement the shuffle > encryption. While implementing