RFR: 8324665: Loose matching of space separators in the lenient date/time parsing mode
Naoto Sato
naoto at openjdk.org
Fri Feb 2 21:02:01 UTC 2024
On Fri, 2 Feb 2024 19:31:55 GMT, Joe Wang <joehw at openjdk.org> wrote:
> Since the default parsing mode is strict in java.time.format, applications would still have to make code changes when moving existing code to the new JDK releases.
You are right, Joe. Apps using `java.time` formatters would still need to make changes to their code base. However, the bar is significantly lower. They would have to write some ugly workaround without this fix.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17678#issuecomment-1924688591
More information about the core-libs-dev
mailing list