Re: [BeanUtils] Plans for BeanUtils and BeanUtils2

2013-02-19 Thread Benedikt Ritter
2013/2/17 Benedikt Ritter > Hi, > > I'd like to discuss how the development of [BeanUtils] and [BeanUtils2] > can be continued. > > The last release of BeanUtils (1.8.3) is now nearly 3 years ago and there > are 92 open issues in JIRA. > OTOH we've put quiet some effort into [BeanUtils2]. There a

Re: CMS/SvnPubSub for site live ?

2013-02-19 Thread Luc Maisonobe
Thomas Neidhart a écrit : >On 02/12/2013 09:28 PM, Olivier Lamy wrote: >> FYI: rsync from people.a.o has been stopped. >> So updating web sites will need to go live with cms/svnpubsub. > >ping. > >Any progress? >Looking at the prepared content, I would say we could give it a try and >correct /

Re: CMS/SvnPubSub for site live ?

2013-02-19 Thread Thomas Neidhart
On 02/12/2013 09:28 PM, Olivier Lamy wrote: > FYI: rsync from people.a.o has been stopped. > So updating web sites will need to go live with cms/svnpubsub. ping. Any progress? Looking at the prepared content, I would say we could give it a try and correct / fix anything that is missing or wrong a

Re: [VFS] State of FtpsProviderTestCase

2013-02-19 Thread Gary Gregory
On Tue, Feb 19, 2013 at 12:57 PM, Gary Gregory wrote: > On Tue, Feb 19, 2013 at 10:41 AM, Jörg Schaible < > joerg.schai...@scalaris.com> wrote: > >> Hi, >> >> can someone enlighten me about the state of the FtpsProviderTestCase? It's >> currently disabled and when I (rename it and) run it with Mav

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-19 Thread Gary Gregory
On Tue, Feb 19, 2013 at 9:33 AM, Thomas Neidhart wrote: > On 02/19/2013 03:03 PM, Gary Gregory wrote: > > @TN: So... what is the performance difference as a %? The size of the > input > > must matter too... > > I updated the issue with the latest performance data. > Which does not tell me the dif

[VFS] State of FtpsProviderTestCase

2013-02-19 Thread Jörg Schaible
Hi, can someone enlighten me about the state of the FtpsProviderTestCase? It's currently disabled and when I (rename it and) run it with Maven it simply hangs. Why is it possible to open two input stream on the same object with FTP but not FTPS? Cheers, Jörg

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-19 Thread Thomas Neidhart
On 02/19/2013 03:03 PM, Gary Gregory wrote: > @TN: So... what is the performance difference as a %? The size of the input > must matter too... I updated the issue with the latest performance data. It is now still slower compared to the other two implementations (on encode), but almost on par. Fur

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-19 Thread Gary Gregory
@TN: So... what is the performance difference as a %? The size of the input must matter too... Gary On Tue, Feb 19, 2013 at 6:48 AM, Thomas Neidhart wrote: > On 02/18/2013 11:18 PM, Julius Davies wrote: > > On Mon, Feb 18, 2013 at 2:08 PM, Gary Gregory > wrote: > >> How does this affect the B3

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

2013-02-19 Thread Continuum@vmbuild
Local Maven 2 Build Definition (Java 1.6) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 129 X-Continuum-Project-Name: Commons VFS Online report : http://vmbuild.apache.org/continuum/bu

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-19 Thread Thomas Neidhart
On 02/18/2013 11:18 PM, Julius Davies wrote: > On Mon, Feb 18, 2013 at 2:08 PM, Gary Gregory wrote: >> How does this affect the B32 code and the common code w B64? >> >> Gary >> > > I tried to make sure the patch perturbed as little of the existing > code as possible. There are no changes to th

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

2013-02-19 Thread Continuum@vmbuild
Local Maven 2 Build Definition (Java 1.6) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 129 X-Continuum-Project-Name: Commons VFS Online report : http://vmbuild.apache.org/continuum/bu

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-19 Thread Thomas Neidhart
On 02/18/2013 11:08 PM, Gary Gregory wrote: > How does this affect the B32 code and the common code w B64? Ok, I now attached a patch to the issue. It should be transparent for B32 and B64 (as it uses the encoded/unencodedBlockSize variables). Performance has improved, but is still not on level