Demo uses `System.runFinalization()` which is deprecated in Java 18
mgroth0 opened this issue · 3 comments
mgroth0 commented
To migrate to Java 18 should System.runFinalization()
simply not be used, or must it be replaced with something else?
kwhat commented
It can probably just be deleted. I don't think I am using finalize anywhere in the code.
mgroth0 commented
Great, thanks for letting me know. Feel free to close this, though maybe remove the line from the demo too?
kwhat commented
I'll leave it open until I delete it.