On Fri, 13 Dec 2024 19:46:54 GMT, Kevin Rushforth wrote:
> This PR fixes a latent test bug in test bug in
> `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather
> than relying on a quirk of JUnit 5.8.1.
>
> I discovered this while testing PR #1662 which updates JUnit to 5
> The `Paint` and `Material` classes can't be extended by user code, because
> their implementations require special support in internal JavaFX code. The
> classes should be sealed.
Michael Strauß has updated the pull request incrementally with one additional
commit since the last revision: