Hi,
I couldn't find on bugzilla where to file bug reports for the temurin project, so I am reaching here instead.
I
downloaded both 17.0.1+12 and 17.0.2+8 windows pre-built JREs as zips,
and verified in their release file at the root of the zip that it listed
the "jdk.unsupported.desktop" module that is required for running JavaFX's swing embedding.
That
module list was identical to my previously custom built jlink'ed JRE
that included all modules in the temurin JDK download, so I was
confident that I could use the pre-built one instead and simplify my
packaging processes, but it failed at runtime.
After
running jimage on the modules file, I saw that the list of included
modules in the modules file differs from the list in the release file
and in fact jdk.unsupported.desktop's files were not in there.
Is it normal that the release file listing differs from the actual content of the modules file?
Also,
would it be useful to include the jdk.unsupported.desktop module to
facilitate the usage of JavaFX on the classpath with the maven
artifacts?
Thank you for the hard work on this project.