-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b22
-
Verified
--- Original description ---
This bug asks to examine the i18n data/properties files under ${java.home}/lib and understand if they are configurations and whether they should be resources files (in resources.jar).
lib/calendars.properties
lib/currency.data
lib/hijrah-config-umalqura.properties
Perhaps there are other files under ${java.home}/lib for i18n not listed above.
The motive for this bug is the modular JDK where we need the flexibility to put anything that is module-private into a module-private location. In this case it would appear that the above files are not a supported interface and so should move to a location that should be read as resources.
---
As I have separated issues for calendar.properties and hijrah-config-umalqura.properties as distinct issues, this issue intends to deal with currency.data file only. I also modified the title accordingly.
This bug asks to examine the i18n data/properties files under ${java.home}/lib and understand if they are configurations and whether they should be resources files (in resources.jar).
lib/calendars.properties
lib/currency.data
lib/hijrah-config-umalqura.properties
Perhaps there are other files under ${java.home}/lib for i18n not listed above.
The motive for this bug is the modular JDK where we need the flexibility to put anything that is module-private into a module-private location. In this case it would appear that the above files are not a supported interface and so should move to a location that should be read as resources.
---
As I have separated issues for calendar.properties and hijrah-config-umalqura.properties as distinct issues, this issue intends to deal with currency.data file only. I also modified the title accordingly.
- relates to
-
JDK-8048123 Replace calendars.properties with another mechanism to specify a new Japanese calendar era
-
- Resolved
-
-
JDK-8039362 Read content-types.properties as a resource
-
- Closed
-
-
JDK-8048124 Read hijrah-config-umalqura.properties as a resource
-
- Closed
-