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

2014-05-04 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30175projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sun 4 May 2014 09:20:39 + Finished at: Sun 4 May 2014 09:24:18 + Total time: 3m 39s Build Trigger:

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

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

Re: [CSV] Preparing 1.0

2014-05-04 Thread Benedikt Ritter
2014-05-03 13:52 GMT+02:00 Benedikt Ritter brit...@apache.org: Hi all, we are working on [csv] for a long time now. The last two open issues that we have targeted for 1.0 are CSV-35 [1] and CSV-58 [2]. Since we are discussing how to fix this issues for over two years now, I think it doesn't

Re: [jcs] building with JSR-107 TCK

2014-05-04 Thread Romain Manni-Bucau
@Thomas: would be great to get some inputs on how we can do 2 and 3, and maybe 1-2 words on how jcs works in distributed mode. Didnt find much info and not sure what I saw was right Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

[CSV] release review

2014-05-04 Thread Bernd Eckenfels
Hello, I did some chekcs on the CSV trunk cause you mentioned a release is coming up (and I feel its a bad feeling to get no external reviews for releases). Here are my findings: - compiling with Java 8 and maven 3.2.1 on Windows works, but the site goal fails (findbugs porblem) - site:

Re: svn commit: r1592371 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2014-05-04 Thread sebb
On 4 May 2014 17:22, brit...@apache.org wrote: Author: britter Date: Sun May 4 16:22:34 2014 New Revision: 1592371 URL: http://svn.apache.org/r1592371 Log: CSV-112: HeaderMap is inconsistent when it is parsed from an input with duplicate columns names. Reported by Romain Gossé

[GitHub] commons-lang pull request: Add wrap (with String or char) to Strin...

2014-05-04 Thread thiagoh
GitHub user thiagoh opened a pull request: https://github.com/apache/commons-lang/pull/21 Add wrap (with String or char) to StringUtils Suggestion to add following methods to StringUtils * `wrap(String str, char wrapWith)` * `wrap(String str, String wrapWith)` You can

Re: [CSV] release review

2014-05-04 Thread Bernd Eckenfels
Hello, I noticed while building, that there is a warning of the taglist plugin regarding deprecated config option. When I use the following it will use the new configuration mehtod and does some more tags (separated in two sections): plugin groupIdorg.codehaus.mojo/groupId

[GitHub] commons-collections pull request: Removing unnecessary method

2014-05-04 Thread thiagoh
GitHub user thiagoh opened a pull request: https://github.com/apache/commons-collections/pull/2 Removing unnecessary method Removing unnecessary method `private V put(final K key, final V value, final long now)` once the `final long now` parameter was never used. The

Re: svn commit: r1592371 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2014-05-04 Thread Benedikt Ritter
Good morning sebb, 2014-05-04 23:36 GMT+02:00 sebb seb...@gmail.com: On 4 May 2014 17:22, brit...@apache.org wrote: Author: britter Date: Sun May 4 16:22:34 2014 New Revision: 1592371 URL: http://svn.apache.org/r1592371 Log: CSV-112: HeaderMap is inconsistent when it is parsed