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
where it shows a new method added to java.awt.peer.WindowPeer. This is confusing to see because this is an internal class, the java.awt.peer package is not an exported/documented/supported interface. The diff tool shouldn't be looking at APIs in non-exported packages.
The text was updated successfully, but these errors were encountered:
I run a prototype: java.awt.peer is the only instance where a java.* package is not exported in the JDK.
That's right, the peers were developed in this package a long time ago but never part of the documented/supported API. When the platform moved to modules in Java 9, the java.awt.peer package was not exported.
Looking at this page:
https://javaalmanac.io/jdk/22/apidiff/21/
where it shows a new method added to java.awt.peer.WindowPeer. This is confusing to see because this is an internal class, the java.awt.peer package is not an exported/documented/supported interface. The diff tool shouldn't be looking at APIs in non-exported packages.
The text was updated successfully, but these errors were encountered: