JDK-8205432 : Replace the placeholder Japanese era name
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 11,12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-06-20
  • Updated: 2019-08-14
  • Resolved: 2019-04-01
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 13 JDK 7 JDK 8 Other
11.0.3-oracleFixed 12.0.1Fixed 13 b15Fixed 7u221Fixed 8u211Fixed openjdk7uFixed
Related Reports
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8218762 :  
Description
Currently with the implementation of JDK-8202088, the Japanese era starting from May 1st, 2019 has the placeholder name "NewEra." This issue is to replace it with the correct era name when it is announced by the Japanese Government. There are three areas that use "NewEra" placeholder name, i.e., java.time.chrono.JapaneseEra, java.util.Calendar, and java.lang.Character. Backports should incorporate appropriate changes only. Namely, j.u.Calendar for 7u/8u/11u/12u, j.t.c.JapaneseEra/j.l.Character for 8u/11u/12u.