Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, Master
Description
Steps to Reproduce:
- Compile portal on JDK8
- Start portal on JDK11
- Login
- Add Calendar widget to the Welcome page
- Add a new event
- Save event
- Click on event on the scheduler
- Click "View Details"
- View date of the event
Also reproduced when viewing search results in the search portlet.
Expected Result:
Dates are shown using Month DD, YYYY format.
Actual Result:
Dates are shown using Month DD, YY format.
Not reproducible using JDK8 runtime. Reproducible on JDK8 if java.locale.providers=CLDR is set.