-
Notifications
You must be signed in to change notification settings - Fork 84
Description
In the latest build of JDK 25, some changes were made to increase internal encapsulation of UI classes, including Swing. I am collecting feedback on how these changes affect third-party libraries.
There are already issues reported, like JDK-8360594, where libraries such as Jide(uknown version) and JGoodies access JDK internals and are now affected.
What about Jide 3.7.15? Has anyone tested it on the latest JDK 25 build? Please share your feedback or report any issues you’ve seen.
As far as I understand the notes here, it should work.
(Common) Supports JDK 17 and above but with some features removed. Using Windows L&F will not crash but it will fall back to Basic L&F implementation of the components because XPStyle can no longer be accessed on JDK 17. Any Synth-based L&Fs are not supported.