RFR: JDK-8261518: jpackage looks for main module in current dir when there is no module-path [v3]

Andy Herrick herrick at openjdk.java.net
Wed Mar 3 14:47:02 UTC 2021


> when the app modules have already been jlinked with the runtime, and there is no need for module-path, jpackage was acting as if the module-path was "." and picking up jars in the current directory.

Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:

  JDK-8261518: jpackage looks for main module in current dir when there is no module-path

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2781/files
  - new: https://git.openjdk.java.net/jdk/pull/2781/files/f800c99f..a96d962c

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2781&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2781&range=01-02

  Stats: 18 lines in 1 file changed: 1 ins; 15 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2781.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2781/head:pull/2781

PR: https://git.openjdk.java.net/jdk/pull/2781


More information about the core-libs-dev mailing list