RFR: 8317370: JavaFX runtime version is wrong at runtime
John Neffenger
jgneff at openjdk.org
Tue Oct 10 16:00:27 UTC 2023
On Mon, 2 Oct 2023 22:06:38 GMT, John Neffenger <jgneff at openjdk.org> wrote:
> Please review these changes to the build timestamp and to the JavaFX runtime version available in the system properties.
Thanks, Kevin. I'll fix that.
To all reviewers: I added tests of the method [VersionInfo.setupSystemProperties][1] to the test cases in my [personal repository][2]. It's kind of overkill, and not necessary to prevent this bug, but let me know if I should add them anyway.
[1]: https://github.com/openjdk/jfx/blob/master/modules/javafx.base/src/main/version-info/VersionInfo.java#L152
[2]: https://github.com/jgneff/version-info-test/commit/573f559
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1253#issuecomment-1755744955
More information about the openjfx-dev
mailing list