[jdk23u] RFR: 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files
Henry Jen
henryjen at openjdk.org
Tue Nov 19 15:56:17 UTC 2024
On Tue, 19 Nov 2024 02:19:31 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> Please review the JAR tool enhancement.
> It allows suppressing the overwriting of existing files with a new cmd line option.
> The backport is almost clean except of src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java line 264
> OptionType.EXTRACT was defined by JDK-8173970 but not backported to JDK23 yet.
>
> All related JTREG tests passed
Marked as reviewed by henryjen (Committer).
-------------
PR Review: https://git.openjdk.org/jdk23u/pull/227#pullrequestreview-2445900218
More information about the jdk-updates-dev
mailing list