You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #555 an issue was fixed that prevented users from using mvvmFX in Java 9 Modules because the FxmlViewLoader was using an internal class to load resources.
What is missing is a unit-test that proves that this solution is working now and wasn't working beforhand. This is imporant to be safe with refactorings and new features in the future.
The text was updated successfully, but these errors were encountered:
With #562 we have added a working example project for modules with Java 11. However, due to the fact that the core mvvmfx library is compiled with Java 8 (which won't be changed in the near future) it's not yet possible to include an automated test for this.
In PR #555 an issue was fixed that prevented users from using mvvmFX in Java 9 Modules because the FxmlViewLoader was using an internal class to load resources.
What is missing is a unit-test that proves that this solution is working now and wasn't working beforhand. This is imporant to be safe with refactorings and new features in the future.
The text was updated successfully, but these errors were encountered: