RFR: 8356128: Correct documentation for --linux-package-deps [v2]

Stefan Lobbenmeier duke at openjdk.org
Wed May 21 11:17:56 UTC 2025


On Wed, 21 May 2025 10:00:39 GMT, Stefan Lobbenmeier <duke at openjdk.org> wrote:

>> The documentation suggests that --linux-package-deps is a boolean option, while in fact it is a string option with dependencies separated by comma and space
>> 
>> You can tell that this option is supposed to have an argument here: https://github.com/openjdk/jdk/blob/fea5f2b1458cdd53f437e59caaffaa6e22fb59a7/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxPackageBundler.java#L366-L372
>
> Stefan Lobbenmeier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   change cli option to single string as suggested in PR review

Also maybe one follow up question - what do I need to do so the change appears in older versions like
- https://docs.oracle.com/en/java/javase/21/docs/specs/man/jpackage.html
- https://docs.oracle.com/en/java/javase/17/docs/specs/man/jpackage.html

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23638#issuecomment-2897563188


More information about the core-libs-dev mailing list