rename key list resources to avoid split package in Java module system

Description

splits the key list resources out into a separate artifact. For those resources to be visible outside that package in an application using the module system, the package they live in will need to be exported. A package cannot be exported from more than one module (no "split packages" permitted).

To be ready for the Java module system, we should therefore move the key list resources to a new package. As an API change, this will need to happen before 1.0, even though (at least at present) there are no plans for that version to be modular.

Environment

None

Activity

Ian YoungApril 21, 2023 at 4:09 PM

Done, commit bde2a658904bb644c874d03a544425b7920e3bc3.

Completed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Created July 30, 2018 at 5:04 PM
Updated May 16, 2024 at 12:37 PM
Resolved April 21, 2023 at 4:10 PM