Skip to content
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

Some changes to start supporting Java 11 #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

headius
Copy link

@headius headius commented Nov 5, 2019

  • Use OpenJFX 11
  • Add annotation-api dependency
  • Remove tools.jar dependency
  • Use recent TestFX that accesses Robot properly

This last bullet is not quite working; even though
TestFX/TestFX#629 claims this has been fixed I continue to get
NoClassDefFoundError when trying to run tests.

This is a work in progress. The TestFX blocker is reported at TestFX/TestFX#691.

I'm hopeful that's the only blocker remaining for this to build and test successfully on Java 11.

* Use OpenJFX 11
* Add annotation-api dependency
* Remove tools.jar dependency
* Use recent TestFX that accesses Robot properly

This last bullet is not quite working; even though
TestFX/TestFX#629 claims this has been fixed I continue to get
NoClassDefFoundError when trying to run tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant