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.
-
Commit messages:
- 8282081: java.time.DateTimeFormatter: wrong definition of symbol F
Changes: https://git.
On Mon, 28 Feb 2022 23:17:57 GMT, Naoto Sato 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
On Tue, 1 Mar 2022 01:47:45 GMT, Joe Wang wrote:
> 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."
No, not correct. It is currently incorrectly tied with the
`ChronoField.ALIGNE
On Mon, 28 Feb 2022 23:17:57 GMT, Naoto Sato 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.
Marked as reviewed by joehw (Reviewer).
-
PR: http
On Mon, 28 Feb 2022 23:17:57 GMT, Naoto Sato 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.
Although there is incompatibility, I believe a fix is the correc