Re: [all] [dbcp] fun with line endings

2014-05-17 Thread Phil Steitz
On 5/17/14, 2:00 PM, Phil Steitz wrote: > I just cancelled a release vote because the source distros were > getting line-ending mangled. It looks to me like some components > try to get unix line endings for tarballs and Windows crlf for zips > (including DBCP, as currently configured), but most d

[VFS] canRenameTo

2014-05-17 Thread Bernd Eckenfels
Hello, today there are only two canRenameTo implementations in VFS2, the AbstractFileObject one which does just check if the file is on the same VFS filesystem instance and HdfsFileObject which overwrites this with UnsupportedOperation. For the HdfsFileObject I think it is best to remove this spe

[all] [dbcp] fun with line endings

2014-05-17 Thread Phil Steitz
I just cancelled a release vote because the source distros were getting line-ending mangled. It looks to me like some components try to get unix line endings for tarballs and Windows crlf for zips (including DBCP, as currently configured), but most don't. Shouldn't maven just do this automaticall

[GitHub] commons-io pull request: Makes Tailer use ScheduledExecutorService...

2014-05-17 Thread triceo
GitHub user triceo opened a pull request: https://github.com/apache/commons-io/pull/2 Makes Tailer use ScheduledExecutorService from Java 5 This has multiple benefits: - it provides periodic runs of the read operations without needing to invoke Thread.sleep(). - it remove

[CANCELLED] [VOTE] Release DBCP 2.0.1 based on RC2

2014-05-17 Thread Phil Steitz
On 5/17/14, 6:06 AM, Luc Maisonobe wrote: > Le 17/05/2014 01:04, Phil Steitz a écrit : >> DBCP 2.0.1 RC2 is available for review here: >> https://dist.apache.org/repos/dist/dev/commons/dbcp (r5371) >> >> Maven artifacts are here: >> https://repository.apache.org/content/repositories/orgapacheco

Re: [jcs] is org.apache.commons.jcs.utils.struct.DoubleLinkedList useful

2014-05-17 Thread Romain Manni-Bucau
Ok it seems the speed comes from the fact it uses less allocation since it reuse descriptors or the map, right? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-16 18:

Re: [VOTE] Release DBCP 2.0.1 based on RC2

2014-05-17 Thread Luc Maisonobe
Le 17/05/2014 01:04, Phil Steitz a écrit : > DBCP 2.0.1 RC2 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/dbcp (r5371) > > Maven artifacts are here: > https://repository.apache.org/content/repositories/orgapachecommons-1030/ > > Details of changes since 2.0 ar

Re: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-17 Thread sebb
The failure could be related to https://issues.apache.org/jira/browse/INFRA-7547 I don't know enough about JCS to investigate. On 17 May 2014 10:22, Thomas Vandahl wrote: > On 17.05.14 05:41, Bernd Eckenfels wrote: >> Hello, >> >> what is it about those JCS Build Failures. They happen for quite

Re: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-17 Thread Thomas Vandahl
On 17.05.14 05:41, Bernd Eckenfels wrote: > Hello, > > what is it about those JCS Build Failures. They happen for quite some > time. Is this a known problem? Is it worked upon? I would like to fix it, but I cannot reproduce the problem on any of the systems I have access to. My guess is a network