<i18n dev> RFR: 8282081: java.time.DateTimeFormatter: wrong definition of symbol F
Joe Wang
joehw at openjdk.java.net
Tue Mar 1 01:51:04 UTC 2022
On Mon, 28 Feb 2022 23:17:57 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Fixing the definition and implementation of the pattern symbol `F`. Although it is an incompatible change, I believe it is worth the fix. For that, a CSR has been drafted.
Was the following assessment in the bug report correct?
"the symbol F in java.time.DateTimeFormatter is no use in any pattern. It just may cause an exception."
If true, then it seems the compatibility risk would be low since pattern letter "F" as is currently defined is of no use.
Also, the CSR summary needs to be a summary of the action to be taken, that is, changing the pattern definition. The current statement is similar to the problem statement.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7640
More information about the i18n-dev
mailing list