The problem are the all uppercase month names. The new date&time API in Java 8 is more strict about it. However, we should be able to work around it and also accept all-upper(or lower)case names. I have opened an enhancement request in our system.
Thanks for the update Thor. Sometimes as a user we do not have control over the format of data (upper/lower case) that is provided to us especially if it is from diverse sources. Hence the issue. Looking forward to the fix.