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 f
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 addition
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 de
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 dis
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 improvemen
On Thu, Dec 12, 2013 at 4:11 PM, Emmanuel Bourg 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 public API.
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
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