Re: [compress] ideas for 2.0

2013-12-12 Thread Emmanuel Bourg
I suggest adding to the list a renaming of the constants in ZipMethod. This enum defines the compression methods, but several constants have the name of the decompression algorithm. There is also a mix between *ed and *ing names. UNSHRINKING - SHRUNK EXPANDING_LEVEL_n - REDUCED_LEVEL_n IMPLODING

Re: svn commit: r1548677 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ main/java/org/apache/commons/compress/compressors/z/ site/xdoc/

2013-12-12 Thread Emmanuel Bourg
Le 06/12/2013 20:20, dam...@apache.org a écrit : +public class UnshrinkingInputStream extends CompressorInputStream { What about keeping this class package private? I don't think it's necessary to make it part of the public API. Emmanuel Bourg

Re: svn commit: r1548677 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ main/java/org/apache/commons/compress/compressors/z/ site/xdoc/

2013-12-12 Thread Damjan Jovanovic
On Thu, Dec 12, 2013 at 4:11 PM, Emmanuel Bourg ebo...@apache.org wrote: Le 06/12/2013 20:20, dam...@apache.org a écrit : +public class UnshrinkingInputStream extends CompressorInputStream { What about keeping this class package private? I don't think it's necessary to make it part of the

[ANNOUNCEMENT] Commons BeanUtils 1.9.0 Released

2013-12-12 Thread Oliver Heger
The Apache Commons Team is pleased to announce the availability of Apache Commons BeanUtils 1.9.0. The Apache Commons BeanUtils library is a component that provides easy to use wrappers around the Java Reflection and Introspection capabilities. Release 1.9.0 contains some bug fixes and

[all] simplifying releases: dist vs. maven repo

2013-12-12 Thread Gary Gregory
Hi All: We talk on and off as to how painful it is to release components. One of these pains is that we distribute to multiple places: An Apache dist folder and the Apache Maven repository. Clearly, Maven is here to stay. So why not deploy the -src and -bin files to Maven and forget about

Re: [all] simplifying releases: dist vs. maven repo

2013-12-12 Thread Phil Steitz
On 12/12/13, 6:50 PM, Gary Gregory wrote: Hi All: We talk on and off as to how painful it is to release components. One of these pains is that we distribute to multiple places: An Apache dist folder and the Apache Maven repository. Clearly, Maven is here to stay. So why not deploy the

Re: [all] simplifying releases: dist vs. maven repo

2013-12-12 Thread Emmanuel Bourg
Le 13/12/2013 03:50, Gary Gregory a écrit : Thoughts? I don't think the -src and -bin files should be in Maven, that's not its purpose. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: svn commit: r1550655 - in /commons/proper/pool/trunk: doc/ src/changes/changes.xml src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java src/test/java/org/apache/commons/pool2/im

2013-12-12 Thread Phil Steitz
On 12/12/13, 10:32 PM, pste...@apache.org wrote: Author: psteitz Date: Fri Dec 13 06:32:42 2013 New Revision: 1550655 URL: http://svn.apache.org/r1550655 Log: Added missing create counter decrement in GenericKeyedObjectPool create method on factory exception path. Prior to this fix,