mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8304982: Emit warning for removal of COMPAT
provider
Reviewed-by: alanb
This commit is contained in:
parent
ee3023359c
commit
44f33ad1a9
4 changed files with 113 additions and 7 deletions
|
@ -120,18 +120,19 @@ import java.util.Locale;
|
|||
* property on the java launcher command line. Setting it at runtime with
|
||||
* {@link System#setProperty(String, String)} is discouraged and it may not affect
|
||||
* the order.
|
||||
* <p>
|
||||
* Java Runtime Environment provides the following four locale providers:
|
||||
* JDK Reference Implementation provides the following four
|
||||
* locale providers:
|
||||
* <ul>
|
||||
* <li> "CLDR": A provider based on Unicode Consortium's
|
||||
* <a href="http://cldr.unicode.org/">CLDR Project</a>.
|
||||
* <li> "COMPAT": represents the locale sensitive services that is compatible
|
||||
* with the prior JDK releases up to JDK8 (same as JDK8's "JRE").
|
||||
* with the prior JDK releases up to JDK 8 (same as JDK 8's "JRE"). This
|
||||
* provider is deprecated and will be removed in the future release of JDK.
|
||||
* <li> "SPI": represents the locale sensitive services implementing the subclasses of
|
||||
* this {@code LocaleServiceProvider} class.
|
||||
* <li> "HOST": A provider that reflects the user's custom settings in the
|
||||
* underlying operating system. This provider may not be available, depending
|
||||
* on the Java Runtime Environment implementation.
|
||||
* on the JDK Reference Implementation.
|
||||
* <li> "JRE": represents a synonym to "COMPAT". This name
|
||||
* is deprecated and will be removed in the future release of JDK.
|
||||
* </ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue