JPMS modularization and more modern Java #69
Replies: 1 comment
-
Project is now modularized and test have been moved into separate sub-project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @aashideacon,
as proposed I've implemented new versions fo FXFileChooser which make use of Java module system, hence each of the new releases contains a module-info. The only significant difference between
0.0.9
and0.0.10
is the use of Java modules and the newer JavaFX/Java versions.There are now following versions available for testing (I hope thre are not too many flaws):
0.0.9
0.0.10-jdk9
0.0.10-jdk11
0.0.10-jdk16
0.0.10-jdk17
Would be happy to hear your opinion and feedback on this. Hope this helps.
Release coordinates at http://search.maven.org are:
JDK9
JDK11 (LTS)
JDK11 with OpenJFX16:
JDK17 with OpenJFX17:
I've already seen that due to how TestFX works, a restructuring of the project will help. Eventually all tests will be moved into a sub-project which will not get packaged. Tests can run on module path and if useful on classpath.
Beta Was this translation helpful? Give feedback.
All reactions