-
Enhancement
-
Resolution: Won't Fix
-
P3
-
None
-
6
-
None
-
generic
-
generic
The spec for java.util.spi.LocaleServiceProvider says:
Implementations of these locale sensitive services are packaged using the Java Extension Mechanism as installed extensions.
It would be good to have ability to put locale sensitive service providers also in other places system classloader may take from. I suggest the following text:
The locale sensitive services may be packaged in an implementation of the Java platform in the form of extensions, that is, jar files placed into any of the usual extension directories. The locale sensitive services may also be made available by adding them to the applet or application class path or by some other platform-specific means.
Implementations of these locale sensitive services are packaged using the Java Extension Mechanism as installed extensions.
It would be good to have ability to put locale sensitive service providers also in other places system classloader may take from. I suggest the following text:
The locale sensitive services may be packaged in an implementation of the Java platform in the form of extensions, that is, jar files placed into any of the usual extension directories. The locale sensitive services may also be made available by adding them to the applet or application class path or by some other platform-specific means.
- relates to
-
JDK-6388652 Locale sensitive services SPI implementations can be loaded from CLASSPATH
-
- Resolved
-
-
JDK-6408208 can't plug custom locales since b76 JDK6 build
-
- Closed
-