-
Bug
-
Resolution: Fixed
-
P3
-
11.0.2
-
b06
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8220156 | 12.0.2 | Naoto Sato | P3 | Resolved | Fixed | b01 |
JDK-8220525 | 12.0.1 | Naoto Sato | P3 | Closed | Fixed | b11 |
JDK-8224075 | 11.0.5-oracle | Naoto Sato | P3 | Resolved | Fixed | b01 |
JDK-8220137 | 11.0.4-oracle | Naoto Sato | P3 | Resolved | Fixed | b01 |
JDK-8220651 | 11.0.4 | Naoto Sato | P3 | Resolved | Fixed | b01 |
JDK-8220523 | 11.0.3-oracle | Naoto Sato | P3 | Resolved | Fixed | b11 |
JDK-8220209 | 11.0.3 | Naoto Sato | P3 | Resolved | Fixed | b03 |
JDK-8220230 | openjdk8u212 | Ramanand Patil | P3 | Resolved | Fixed | b01 |
JDK-8220316 | 8u222 | Prasadarao Koppula | P3 | Resolved | Fixed | master |
JDK-8220081 | 8u221 | Deepak Kejriwal | P3 | Resolved | Fixed | b01 |
JDK-8220510 | 8u212 | Prasadarao Koppula | P3 | Resolved | Fixed | b08 |
JDK-8220506 | 8u211 | Prasadarao Koppula | P3 | Resolved | Fixed | b10 |
JDK-8224398 | emb-8u221 | Prasadarao Koppula | P3 | Resolved | Fixed | master |
JDK-8220968 | emb-8u211 | Prasadarao Koppula | P3 | Resolved | Fixed | b10 |
Expected Result:
2019-5-1
Actual Result:
java.text.ParseException: Unparseable date: "元号1年5月1日"
| at DateFormat.parse (DateFormat.java:395)
| at (#55:1)
On the other hand,
System.out.println(new SimpleDateFormat("Y-M-d", Locale.US).format(new SimpleDateFormat("GGGGy年M月d日", Locale.forLanguageTag("ja-JP-u-ca-japanese")).parse("NewEra1-5-1")))
Expected Result:
=> 2019-5-1
Actual Result:
java.text.ParseException: Unparseable date: "NewEra1-5-1"
| at DateFormat.parse (DateFormat.java:395)
| at (#2:1)
- backported by
-
JDK-8220081 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220137 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220156 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220209 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220230 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220316 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220506 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220510 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220523 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220651 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220968 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8224075 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8224398 New era placeholder not recognized by java.text.SimpleDateFormat
- Resolved
-
JDK-8220525 New era placeholder not recognized by java.text.SimpleDateFormat
- Closed
- duplicates
-
JDK-8217312 New era placeholder not displayed using java.text.DateFormat
- Closed
- relates to
-
JDK-8217312 New era placeholder not displayed using java.text.DateFormat
- Closed
-
JDK-8202088 Japanese new era implementation
- Resolved
-
JDK-8219890 Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
- Closed
-
JDK-8220020 java.util.Calendar.getDisplayName returns era name in English instead of Japanese name for style=LONG and Locale=JAPAN for CLDR as locale providers.
- Closed