On Thu, 23 Jan 2025 02:49:49 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR and CSR which add a pair of methods to > _java.util.TimeZone_ that return a stream of the available IDs. See the CSR > for the motivation. > > A number of existing tests are modified to use the new methods. See > _test/jdk/java/util/TimeZone/AvailableIDsTest.java_ which tests the new > methods. This pull request has now been integrated. Changeset: 3a564ed1 Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3a564ed1019c66c28afa729973948d3a6e6c4c41 Stats: 180 lines in 16 files changed: 146 ins; 3 del; 31 mod 8347955: TimeZone methods to stream the available timezone IDs Reviewed-by: naoto, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/23251