Re: svn commit: r1559905 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVRecord.java test/java/org/apache/commons/csv/CSVRecordTest.java

2014-01-20 Thread Emmanuel Bourg
Le 21/01/2014 03:12, ggreg...@apache.org a écrit : > /** > + * Puts all values of this record into the given Map. > + * > + * @param map The Map to populate. > + * @return the given map. > + */ > +public Map putIn(Map map) { > +for (Entry entry : mapping.entry

Re: [site] update to fluido/log4j inspired skin

2014-01-20 Thread Benedikt Ritter
2014/1/21 Gary Gregory > On Mon, Dec 23, 2013 at 4:23 PM, Benedikt Ritter > wrote: > > > Hi, > > > > I've forked your repo, Thomas and tried the skin out. Looks like you've > > fixed the problems with clear. Can we integrate your work into SVN? > > > > Any news here? > As I said, I could not re

Re: [VFS] Fix up pom so it works with Commons release profile

2014-01-20 Thread Gary Gregory
On Thu, Jan 16, 2014 at 7:49 PM, Gary Gregory wrote: > Sebb, > > Please modify the POMs and whatever else as you see fit. > > It sure would be nice to release 2.1. > Sebb, When do you think you'll be able to put time in? The multi-module stuff is daunting. I just RM'd a release of HttpCommons Ht

Re: [CSV] Towards release 1.0

2014-01-20 Thread Gary Gregory
On Tue, Jul 23, 2013 at 2:26 PM, Roger L. Whitcomb < roger.whitc...@actian.com> wrote: > Hi guys, > Just wondering how I can help? We're using Commons CSV and > would like to see a release, so I would like to help in any way. I see > the following JIRA issues still open for 1.0: > CSV-99

Re: [site] update to fluido/log4j inspired skin

2014-01-20 Thread Gary Gregory
On Mon, Dec 23, 2013 at 4:23 PM, Benedikt Ritter wrote: > Hi, > > I've forked your repo, Thomas and tried the skin out. Looks like you've > fixed the problems with clear. Can we integrate your work into SVN? > Any news here? Gary > > Regards, > Benedikt > > > 2013/11/10 Benedikt Ritter > > >

Re: [jira] [Created] (SCXML-188) OpenJDK 1.6 Rhino ScriptEngine error causes JSEvaluationTest to fail

2014-01-20 Thread sebb
[Top posting] Just noting that the issue has been solved by relaxing the unit test requirements. Turns out that the Java type of a Javascript expression is not strictly defined, so although OpenJDK 1.6 behaves diffferently it is not actually wrong. On 20 January 2014 16:24, sebb wrote: > On 20

[continuum] BUILD FAILURE: Apache Commons Lang - Apache Commons (Maven 2 Build Definition (Java 1.6))

2014-01-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27838&projectId=95 Build statistics: State: Failed Previous State: Ok Started at: Mon 20 Jan 2014 19:20:35 + Finished at: Mon 20 Jan 2014 19:23:30 + Total time: 2m 55s Build Trigger: Schedule

commons-lang pull request: LANG-936: Handle Integer.MAX_VALUE edge conditio...

2014-01-20 Thread elindsey
GitHub user elindsey opened a pull request: https://github.com/apache/commons-lang/pull/14 LANG-936: Handle Integer.MAX_VALUE edge condition in getLevenshteinDistance(String, String, int) https://issues.apache.org/jira/browse/LANG-936 You can merge this pull request into a Git repo

[continuum] BUILD FAILURE: Apache Commons Lang - Apache Commons (Maven 2 Build Definition (Java 1.6))

2014-01-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27833&projectId=95 Build statistics: State: Failed Previous State: Ok Started at: Mon 20 Jan 2014 17:20:38 + Finished at: Mon 20 Jan 2014 17:22:01 + Total time: 1m 23s Build Trigger: Schedule

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

2014-01-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27832&projectId=101 Build statistics: State: Failed Previous State: Failed Started at: Mon 20 Jan 2014 16:28:34 + Finished at: Mon 20 Jan 2014 16:29:02 + Total time: 27s Build Trigger: Schedul

Re: [jira] [Created] (SCXML-188) OpenJDK 1.6 Rhino ScriptEngine error causes JSEvaluationTest to fail

2014-01-20 Thread sebb
On 20 January 2014 16:14, Ate Douma wrote: > We turn out to have an issue with running SCXML on OpenJDK 1.6 when using > the Mozilla Rhino script engine. > > IMO we cannot 'fix' the OpenJDK bug, and I'm inclined to simply state that > using SCXML on OpenJDK isn't support, *if* using the Rhine scri

Fwd: [jira] [Created] (SCXML-188) OpenJDK 1.6 Rhino ScriptEngine error causes JSEvaluationTest to fail

2014-01-20 Thread Ate Douma
We turn out to have an issue with running SCXML on OpenJDK 1.6 when using the Mozilla Rhino script engine. IMO we cannot 'fix' the OpenJDK bug, and I'm inclined to simply state that using SCXML on OpenJDK isn't support, *if* using the Rhine script engine. But the annoying fact is that Continu

Re: [LANG] New class called StringAlgorithms?

2014-01-20 Thread Benedikt Ritter
2014/1/18 Oliver Heger > > > Am 18.01.2014 17:40, schrieb Emmanuel Bourg: > > Le 18/01/2014 16:04, Benedikt Ritter a écrit : > > > >> About putting this into codec: I still don't think this is a good fit > for > >> this contribution. Codec is about, well decoding and encoding stuff. > Jaro > >> W

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

2014-01-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27830&projectId=101 Build statistics: State: Failed Previous State: Failed Started at: Mon 20 Jan 2014 15:20:46 + Finished at: Mon 20 Jan 2014 15:21:15 + Total time: 28s Build Trigger: Schedul

Re: [Math] Name vs "artefactId" (Was: [jira] [Commented] (MATH-1057) ...)

2014-01-20 Thread sebb
On 20 January 2014 13:18, Gilles wrote: > On Mon, 20 Jan 2014 11:14:21 + (UTC), Emmanuel Bourg (JIRA) wrote: >> >> [ >> >> >> https://issues.apache.org/jira/browse/MATH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876346#comment-13876346 >> ] >>

[ANNOUNCE] Apache Commons Compress 1.7 Released

2014-01-20 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Apache Commons Team is pleased to announce the release of Apache Commons Compress 1.7. The Apache Commons Compress Library defines a Java API for working with ar, cpio, tar, zip, 7z, arj, dump, gzip, pack200, bzip2, lzma, snappy, Z and xz files.

[Math] Name vs "artefactId" (Was: [jira] [Commented] (MATH-1057) ...)

2014-01-20 Thread Gilles
On Mon, 20 Jan 2014 11:14:21 + (UTC), Emmanuel Bourg (JIRA) wrote: [ https://issues.apache.org/jira/browse/MATH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876346#comment-13876346 ] Emmanuel Bourg commented on MATH-1057: