RFR: 8267472: JavaFX modules to include version information [v3]
Christian Stein
cstein at openjdk.java.net
Thu Oct 7 16:58:09 UTC 2021
On Mon, 23 Aug 2021 18:18:51 GMT, Christian Stein <cstein at 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
I ran a local test using Java `17` and OpenJFX `18-ea+3` and that yielded:
`.bach\workspace\image\bin\java --list-modules`
com.github.sormuras.bach.javafx at 1
java.base at 17
java.datatransfer at 17
java.desktop at 17
java.prefs at 17
java.xml at 17
javafx.base at 18-ea
javafx.controls at 18-ea
javafx.graphics at 18-ea
jdk.unsupported at 17
The version (`18`) and pre-release token (`ea`) are present, the build token `3` is not.
Shall I open a new issue in order to investigate why the build token is not included - and fix it?
-------------
PR: https://git.openjdk.java.net/jfx/pull/608
More information about the openjfx-dev
mailing list