Re: [CLI] Release of version 1.3.1

2015-06-12 Thread Benedikt Ritter
Hello Oliver, 2015-06-11 21:28 GMT+02:00 Oliver Kopp : > Hi, > > I saw that CLI-252 is fixed. Is it possible to release a bugfix > version containing that fix or do we have to wait for a version 1.4? > > Background: In our project JabRef we want to switch from the ritopt > library to Apache Commo

Re: [Lang] commons-lang pull request: refactor FastDateParser

2015-06-12 Thread sebb
Could you create a JIRA issue with a link to the request please? See https://github.com/apache/commons-lang/blob/master/CONTRIBUTING.md It's much easier to keep track of the progress of a patch this way. Thanks! On 12 June 2015 at 04:52, Chas Honton wrote: > I just created a pull request for

[LANG] EnumUtils *BitVector methods issue with more than 32 values Enums

2015-06-12 Thread Loic Guibert
Hello, I found an issue into `EnumUtils` *BitVector methods when working with more than 32 values Enums. This is due to a implicit `int` -> `long` conversion in generating the Enum value `long` mask. More in detail : /* Bad code : here `1` is an `int` value so the `<<` operation is done into