jira-importer opened a new issue, #500: URL: https://github.com/apache/maven-jlink-plugin/issues/500
**[Yasumasa Suenaga](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304159)** opened **[MJLINK-91](https://issues.apache.org/jira/browse/MJLINK-91?redirect=false)** and commented JDK 25 accepts `--add-options` jlink option with `=` only due to JDK-8303884. See [GitHub PR on OpenJDK](https://github.com/openjdk/jdk/pull/22526) for more details. Currently Maven JLink Plugin generates jlink arguments separated by white space. It works fine on JDK 24 or earlier, but it will not work on JDK 25 or later. jlink (in JDK 24 or earlier) can be accept both style `--add-options <opts>` and `--add-options=<opts>`. Thus we can adopt `-add-options=` style for all JDK versions. --- **Remote Links:** - [GitHub Pull Request #242 ](https://github.com/apache/maven-jlink-plugin/pull/242) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org