RFR: 8341285: Clarify LocaleServiceProvider deployment on application module path
Justin Lu
jlu at openjdk.org
Tue Oct 1 17:34:46 UTC 2024
Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8341285) which clarifies that a Locale sensitive service provider can be deployed as a module.
This mainly follows the same format as the work done for [JDK-8340404](https://bugs.openjdk.org/browse/JDK-8340404), by providing a brief example, and pointing to the Deploying Service Providers section under ServiceLoader.
There is no test added, since there already exists java.text tests that deploy SPIs as a module.
-------------
Commit messages:
- init
Changes: https://git.openjdk.org/jdk/pull/21294/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21294&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8341285
Stats: 30 lines in 1 file changed: 17 ins; 0 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/21294.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21294/head:pull/21294
PR: https://git.openjdk.org/jdk/pull/21294
More information about the core-libs-dev
mailing list