Re: RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-14 Thread Marius Hanl
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

Re: RFR: 8346227: Seal Paint and Material [v2]

2024-12-14 Thread Michael Strauß
> 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: