RFR: 8302819: Remove JAR Index [v5]
Eirik Bjorsnos
duke at openjdk.org
Fri Apr 7 07:47:49 UTC 2023
On Thu, 6 Apr 2023 07:32:12 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> One additional thing we could do is update the usage output for -i/--generate-index to say that the option is deprecated. Looking at `jdeps -help` output to see this for the deprecated -P/--profile option.
Implemented as suggested. The --help output now looks like:
-i, --generate-index=FILE Generate index information for the specified jar
archives. This option is deprecated and may be
removed in a future release.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13158#issuecomment-1500032739
More information about the core-libs-dev
mailing list