On Mon, 18 Nov 2024 18:31:09 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> Move child classes of "jdk.jpackage.test.Functional" class to > "jdk.jpackage.internal.util.function" package. > Split "jdk.jpackage.internal.IOUtils" class in "PathUtils", "FileUtils", > "XmlUtils" classes in "jdk.jpackage.internal.util" package. > > Implmenetation didnt change except of `FileUtils.deleteRecursive()` that was > cleared from the dependency on "AtomicReference". > > Applied `bin/blessed-modifier-order.sh` script to the modified files. This pull request has now been integrated. Changeset: fea5f2b1 Author: Alexey Semenyuk <asemen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/fea5f2b1458cdd53f437e59caaffaa6e22fb59a7 Stats: 1431 lines in 67 files changed: 860 ins; 417 del; 154 mod 8344415: Restruct jpackage utility classes Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/22216