Re: [VOTE] Release DBCP 2.0.1 based on RC3

2014-05-18 Thread Phil Steitz
Here is my +1 Phil On 5/18/14, 2:22 PM, Phil Steitz wrote: > The problem with line endings in RC2 has been fixed. > > DBCP 2.0.1 RC3 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/dbcp (r5379) > > Maven artifacts are here: > https://repository.apache.org/conten

Re: [VOTE] Release DBCP 2.0.1 based on RC3

2014-05-18 Thread Phil Steitz
On 5/18/14, 5:08 PM, Bernd Eckenfels wrote: Thanks for the review. > +0 > > 'mvn verify' works with mvn3.2.1 jdk8 on win7 > 'mvn site' works with mvn3.2.1 jdk7 on win7 > > Why I do not +1: > > It looks like the assembly-plugin workaround causes a maven warning, it > is I guess better to add the v

Re: [VOTE] Release DBCP 2.0.1 based on RC3

2014-05-18 Thread Bernd Eckenfels
+0 'mvn verify' works with mvn3.2.1 jdk8 on win7 'mvn site' works with mvn3.2.1 jdk7 on win7 Why I do not +1: It looks like the assembly-plugin workaround causes a maven warning, it is I guess better to add the version number to the existing assembly entry and not add a second one? At least the

Re: [ALL] Missing commit e-mails - INFRA-7716

2014-05-18 Thread sebb
Update: it looks like the backlog may finally have been cleared. SVN commit emails now seem to be arriving promptly. On 17 May 2014 02:17, sebb wrote: > I need to qualify my previous statement. > > The missing commit e-mails have reached the archive mailbox, i.e. > > http://mail-archives.apache.o

[VOTE] Release DBCP 2.0.1 based on RC3

2014-05-18 Thread Phil Steitz
The problem with line endings in RC2 has been fixed. DBCP 2.0.1 RC3 is available for review here: https://dist.apache.org/repos/dist/dev/commons/dbcp (r5379) Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1031/ Details of changes since 2.0 are i

[continuum] BUILD FAILURE: Apache Commons Net - Apache Commons (Maven 3 Build Definition (Java 1.5))

2014-05-18 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=31001&projectId=107 Build statistics: State: Failed Previous State: Failed Started at: Sun 18 May 2014 21:20:58 + Finished at: Sun 18 May 2014 21:22:34 + Total time: 1m 36s Build Trigger: Sche

Re: [jira] [Commented] (VFS-526) No Hdfs testing on Windows

2014-05-18 Thread Bernd Eckenfels
Hello, currently this would be: [INFO] Building Commons VFS Examples 2.1-SNAPSHOT [INFO] [INFO] org.apache.hadoop:hadoop-core .

[GitHub] commons-collections pull request: COLLECTIONS-521 Typo in MultiMap...

2014-05-18 Thread maximenay
Github user maximenay closed the pull request at: https://github.com/apache/commons-collections/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[VFS][Site] Broken VFS Site

2014-05-18 Thread Bernd Eckenfels
Hello, has anybody an idea where the component sites of commons-vfs2 went to? I am quite sure I visited the pages a few days ago, but now the Link to Core, Examples and Sandbox lead to 404: http://commons.apache.org/proper/commons-vfs/ (core) -> http://commons.apache.org/proper/commons-vfs/common

Re: [VFS] canRenameTo

2014-05-18 Thread Bernd Eckenfels
Hello Schalk, fully agree with your definition, in fact I have a local version which reads: /** * Queries the object if a rename to the filename of {@code newfile} * is possible. * * This default implementation does not attach the file and return * false in any of th

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-18 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30977&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sun 18 May 2014 11:20:42 + Finished at: Sun 18 May 2014 11:24:49 + Total time: 4m 7s Build Trigger: Sched

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

2014-05-18 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30974&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sun 18 May 2014 11:00:05 + Finished at: Sun 18 May 2014 11:04:33 + Total time: 4m 27s Build Trigger: Sche

Re: [VFS] canRenameTo

2014-05-18 Thread Schalk Cronjé
I concur. Firstly it returns a boolean and it implies is about asking a question, not about returning a property from a fie or filesystem. From a API consume point of view I would not any exception to be thrown, just to be told whether the operation is possible or not. Thus the HdfsFileObject