Snyk has created this PR to upgrade org.openjfx:javafx-graphics from 19 to 19.0.2.1. See this package in Maven Repository: https://mvnrepository.com/artifact/org.openjfx/javafx-graphics/ See this project in Snyk: https://app.snyk.io/org/konrad-kid/project/9e73a33f-cacb-42bf-b7b1-8472751001d6?utm_source=github&utm_medium=referral&page=upgrade-pr
JavaFX Maven Project
Example Maven Project for a JavaFX Application.
This projects includes multiple plugins:
- Static code analysis with PMD and Spotbugs
- Check of dependency updates during build
- Build of an App-Image using JPackage
The application is no longer a modular application so there are no problems with dependencies that are not providing a module-info.
** Build the Image **
To build the image, the profile Image must be used:
./mvnw -DImage install
Description
Languages
Java
100%