Re: [BeanUtils] Plans for BeanUtils and BeanUtils2

2013-02-21 Thread Simone Tripodi
Hallo Jörg und Bene! :) > Not sure for this special case either. Actually you're not promoting a new > component. However, you may look into the archives, IIRC Simo had the same > case for the last major release of digester. What I strongly recommend indeed, before starting the rock'n'roll on /tr

Re: [logging] preparing for a 1.1.2 release

2013-02-21 Thread Jörg Schaible
Hi Thomas, Thomas Neidhart wrote: > Hi all, > > I think the logging component is almost ready for a (long awaited) 1.1.2 > release. It fixes several bugs, especially a nasty deadlock in > WeakHashtable, which was requested by several people already. > > There are two issues for which I would li

Re: apache commons math and FastMath

2013-02-21 Thread Jeff Hain
>In case you do not know yet, but in commons-math >we do have an arbitrary precision arithmetic implementation (Dfp) I remember that now, but I never went too deep into ultimate accuracy, various kinds of roundings, etc. I've always mostly just been interested in double-like-accuracy + speed :

Re: apache commons math and FastMath

2013-02-21 Thread Thomas Neidhart
On 02/21/2013 09:38 PM, Jeff Hain wrote: > Hi. > > > Posted perf considerations in > https://issues.apache.org/jira/browse/MATH-740 > as Gilles advised. Hi Jeff, thanks for that. I move the conversation to the public mailing list. > I didn't mention accuracy problems as the issue is just ab

[codec] - CODEC-166 - making Base64 faster

2013-02-21 Thread Julius Davies
Hi, I would like to go ahead with my original patch, or at least understand better how I can improve it, or why it's not acceptable. Thomas did manage to improve our numbers with a very nice & small patch (here's a benchmark comparison): https://issues.apache.org/jira/browse/CODEC-166?focusedCom

[BeanUtils] Problems building BeanUtils

2013-02-21 Thread Benedikt Ritter
Hi, I've tried to build [beantutils] from trunk but I can't get o.a.c.b.memoryleaktest.MemoryLeakTest to pass. I have played around with my -Xmx setting, like it says in pom.xml. Using -Xmx25m will lead to an OutOfMemoryError. Setting memory up in 5m steps I will see an OutOfMemoryError till 35m.

Re: [BeanUtils] Plans for BeanUtils and BeanUtils2

2013-02-21 Thread Benedikt Ritter
Hi, 2013/2/20 Oliver Heger > Am 20.02.2013 16:25, schrieb Benedikt Ritter: > > Hi Jörg >> >> >> 2013/2/20 Jörg Schaible >> >> Hi Benedikt, >>> >>> Benedikt Ritter wrote: >>> >>> Hi, I'd like to discuss how the development of [BeanUtils] and [BeanUtils2] can be continued.

VFS-451

2013-02-21 Thread Jörg Schaible
Gary, you're currently assigned. If you don't mind I'll take it over, roll it back and implement an alternative. OK? Cheers, Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: de

[VFS] FileSystemConfigBuilder.setParam

2013-02-21 Thread Jörg Schaible
Hi Gary, you have overloaded the FileSystemConfigBuilder.setParam with a version taking a boolean as defaultValue. Is there any special reason why this case is different compared to all other primitive values? Cheers, Jörg -

Re: [logging] preparing for a 1.1.2 release

2013-02-21 Thread Thomas Neidhart
On 02/21/2013 04:20 PM, Gary Gregory wrote: > Without going into details, I'd like to see a 1.1.2 as a conservative > release that only fixes bugs (as you plan). The API and behavior should > have no surprises (maybe adding synchronized will have unexpected > side-effects in the behavior of clients

Re: [logging] preparing for a 1.1.2 release

2013-02-21 Thread Gary Gregory
Without going into details, I'd like to see a 1.1.2 as a conservative release that only fixes bugs (as you plan). The API and behavior should have no surprises (maybe adding synchronized will have unexpected side-effects in the behavior of clients). Then I would like to see a start on working with

[logging] preparing for a 1.1.2 release

2013-02-21 Thread Thomas Neidhart
Hi all, I think the logging component is almost ready for a (long awaited) 1.1.2 release. It fixes several bugs, especially a nasty deadlock in WeakHashtable, which was requested by several people already. There are two issues for which I would like to get more feedback before starting a RC: *

[continuum] BUILD FAILURE: Apache Commons - Commons Email -

2013-02-21 Thread Continuum@vmbuild
Group (shared) Maven 2 Build Definition (Java 1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 79 X-Continuum-Project-Name: Commons Email Online report : http://vmbuild.apache.org/co

Re: svn commit: r1448560 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java src/changes/changes.xml

2013-02-21 Thread Jörg Schaible
Hi Sebb, sebb wrote: > On 21 February 2013 09:25, wrote: >> Author: joehni >> Date: Thu Feb 21 09:25:37 2013 >> New Revision: 1448560 >> >> URL: http://svn.apache.org/r1448560 >> Log: >> Sent FTP/FTPS commands and the received answer is logged at debug level >> (VFS-459). [snip] >> @@ -97,6 +

Re: svn commit: r1448560 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java src/changes/changes.xml

2013-02-21 Thread sebb
On 21 February 2013 09:25, wrote: > Author: joehni > Date: Thu Feb 21 09:25:37 2013 > New Revision: 1448560 > > URL: http://svn.apache.org/r1448560 > Log: > Sent FTP/FTPS commands and the received answer is logged at debug level > (VFS-459). > > Modified: > > commons/proper/vfs/trunk/core/s

Re: [VFS] State of FtpsProviderTestCase

2013-02-21 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > On Wed, Feb 20, 2013 at 1:35 PM, Jörg Schaible > wrote: > >> Hi Gary, >> >> Jörg Schaible wrote: >> >> > Hi Gary, >> > >> > Gary Gregory wrote: >> > >> > [snip] >> > >> >>> Actually FTPS support seems to be in a very bad shape, because a lot >> >>> of tests hang: >