-
Notifications
You must be signed in to change notification settings - Fork 291
Fetch dependencies using Ivy #1216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
It appears |
Gluon has informed us that |
This has progressed since opening this PR: #1225 (comment). Since "Headless" requires Java 21 or higher, this PR must be merged with #1222 in order to test the headless libraries. |
Initial ivy support (squashed)
Deprecated Monocle, add support for Headless
This PR is in surprisingly good shape... One outstanding issue is that the JavaFX version that we bundle is currently broken for vector (rasterize: false) prints. We're tracking this with the FX team in SUPQZ-20. We'll need a patch to JavaFX before we can continue testing. Line 16 in f0cbadf
|
The FX team has provided a patch for vector HTML prints, bumping the version and re-testing. |
So vector prints are fixed, but I've found a bug with raster prints. From what I can tell this issue existed in the last FX snapshot version and I missed it. @akberenz and I spent an hour or so on it, but something with |
I was able to reproduce this bug on master branch, so this is no longer a blocker; testing is ready to continue. |
Tested macOS, Windows 11, Ubuntu 24.04. No regressions found. Now we wait for a JDK21 JavaFX "Headless" backport. |
Removes dependant libraries from the source repository and fetches them from Maven Central using
ivy
.