JDK-8206120 : Add test cases for lenient Japanese era parsing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-06-29
  • Updated: 2019-05-21
  • Resolved: 2018-07-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 JDK 8 Other
11.0.3-oracleFixed 12 b01Fixed 8u211Fixed openjdk7uFixed
Related Reports
Relates :  
Description
The Japanese Government allows to use Heisei era after the new era begins for the purpose of transition. "Heisei 32" and alike should be correctly parsed with Japanese calendars in lenient mode. Since the implementation is already there both in java.time and java.util calendars, this issue is to add test cases for those functionality.
Comments
I would request this fix be pushed directly to http://hg.openjdk.java.net/jdk-updates/jdk11u/ as it is contained in 11.0.3-oracle Review has been conducted in https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-February/058596.html
26-02-2019

Fix Request The fix need to be back port to 11u release as it part of Japanese era changes under JDK-8202088 where necessary test cases are added. The back port is clean back port from 12 to 11u. All regression tests are run and are found be successful.
21-02-2019