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
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
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