Re: Apache Commons ApacheCon Europe 2014

2014-04-24 Thread Stefan Bodewig
On 2014-04-23, Ate Douma wrote: But it would be great to hear who *might* be interested in participating in such a Apache Commons track, about what topic/component you'd like to talk about, etc. Just to determine if this might be a feasible setup, already next ApacheCon or maybe sometimes

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

2014-04-24 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29818projectId=241 Build statistics: State: Failed Previous State: Ok Started at: Thu 24 Apr 2014 12:20:03 + Finished at: Thu 24 Apr 2014 12:20:32 + Total time: 28s Build Trigger: Schedule

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

2014-04-24 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29819projectId=241 Build statistics: State: Failed Previous State: Failed Started at: Thu 24 Apr 2014 13:20:03 + Finished at: Thu 24 Apr 2014 13:20:30 + Total time: 27s Build Trigger:

Re: svn commit: r1589446 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/time/FastDateParser.java test/java/org/apache/commons/lang3/time/FastDateParserTest.java

2014-04-24 Thread Honton, Charles
TextStrategy is only for parsing finite set of string choices. Literal text is handled by CopyQuotedStrategy. On 4/23/14, 6:14 PM, sebb seb...@gmail.com wrote: On 23 April 2014 21:19, Honton, Charles charles_hon...@intuit.com wrote: TextStrategy is used for: E - DAY_OF_WEEK G - ERA M -

[ALL] JIRA e-mail flood

2014-04-24 Thread sebb
There have been a lot of BCEL JIRA updates recently. Although it is important to know when JIRA issues have been updated, when there are a lot all at once it becomes hard to wade through them all. In such cases, please consider suppressing the e-mails for changes that don't really need an

Re: [ALL] JIRA e-mail flood

2014-04-24 Thread Emmanuel Bourg
Sorry for the flood Sebastian, I reviewed the BCEL issues one by one to set the fix version in preparation of the next release (the other changes came as a bonus). A bulk update was difficult due to the inaccurate fix dates, I had to find the corresponding commits to set the right fix version in

Re: [lang] Rationale for multiplying by one in Conversion?

2014-04-24 Thread Henri Yandell
+1 to remove. On Mon, Apr 21, 2014 at 1:42 PM, Duncan Jones djo...@apache.org wrote: Hi everyone, The Conversion class has numerous instances in which a value is multiplied by one (e.g. line 1054): shift = i * 1 + dstPos; I suspect this is a copy/paste issue, since other parts of the