Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing localization info issue for timezones
With JDK-8236548 in OpenJDK 11 an issue running a generated native image may arise on programs using TimeZone.getDisplayName(). With JDK-8236548 this might become more noticeable since it now occurs on the English locale too (no caching of English locales happens any more). Since all time zone data is included by default now, also include the TimeZoneNames resource bundle by default. Closes: #106
- Loading branch information