On Tue, 1 Oct 2024 17:28:53 GMT, Justin Lu <j...@openjdk.org> wrote: > 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.
This pull request has now been integrated. Changeset: 07840113 Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/078401134a97a13a96e12aa23e3481c59f3669ed Stats: 30 lines in 1 file changed: 17 ins; 0 del; 13 mod 8340488: Clarify LocaleServiceProvider deployment on application module path Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/21294