[
https://issues.apache.org/jira/browse/LANG-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837721#action_12837721
]
Niall Pemberton commented on LANG-593:
--------------------------------------
I tested b78 - but the latest available is b84, so probably a good idea to
check if its still a problem in that version first.
http://download.java.net/jdk7/binaries/
If it is a problem I guess the place to report it is here:
https://jdk7.dev.java.net/servlets/ProjectIssues
> Testing with JDK 1.7
> --------------------
>
> Key: LANG-593
> URL: https://issues.apache.org/jira/browse/LANG-593
> Project: Commons Lang
> Issue Type: Bug
> Affects Versions: 2.5
> Reporter: Niall Pemberton
>
> I ran the tests for the Lang 2.5 RC2 using JDK 1.7.0-b78 and they all passed
> except the testFormat() in FastDateFormatTest.
> The problem seems to be that in JDK 1.7 the "yyy" and "y" patterns now cause
> a four digit year with SimpleDateFormat - whereas previous JDK versions
> resulted in a 2 digit year (as FastDateFormat does).
> JDK 1.7 hasn't yet been released and that may be fixed in the JDK by the time
> it is, but I thought it worth making a note.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.