XenoAmess opened a new pull request #558: URL: https://github.com/apache/commons-lang/pull/558
FastDateParserTest fails on openjdk-ea Hi. I updated my local java 15 to newest version and reproduced the error. This error is caused by a new added locale (in the latest versions of java15) called "ff_LR_#Adlm". Unfortunately I found no documents about it, and I have no idea about why it happened, as I am not a "ff_LR_#Adlm" user. (I doubt if there really exist any "ff_LR_#Adlm" user actually) And I have a feeling that this is not a bug by commons-lang, but a bug by jdk15, as we are using SimpleDateFormat to format a Date to a String, and use SimpleDateFormat to parse that String, and caused an error. SimpleDateFormat is a class from JDK. So what I can do is just refine output for tests, for showing what locale caused what error, and wait for oracle guys to fix it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
