This specific issue is about the IllegalStateException, so I would prefer to not mix stuff.
I left the TODO about the locale in the code, so when OAK-260 gets fixed, the fix it will probably get applied to both the old code and the new code. alex On Mon, May 26, 2014 at 1:56 PM, Chetan Mehrotra <[email protected]>wrote: > On Mon, May 26, 2014 at 5:19 PM, <[email protected]> wrote: > > + public String apply(String input) { > > + return input.toLowerCase(); > > + } > > Do we need to take care of Turkish locale bug (OAK-260) and specify > locale here also? > > Chetan Mehrotra >
