On Mon, 23 Aug 2021 18:18:51 GMT, Christian Stein <cst...@openjdk.org> wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8267472 > > Christian Stein has updated the pull request incrementally with one > additional commit since the last revision: > > Add module version to `graphics` and `web` project's compiler args Added version information to both places. fwiw, in JUnit 5's integration tests, we verify that all module descriptors of published modules match some [Golden Files](https://github.com/junit-team/junit5/tree/main/platform-tooling-support-tests/projects/jar-describe-module) produced by `jar --describe-module --file ...jar`. This includes a check for the version being correctly compiled into and reported by them. Is there something like that in place for JavaFX's modular JAR files? ------------- PR: https://git.openjdk.java.net/jfx/pull/608