On Sat, 18 Oct 2025 05:59:19 GMT, Sergey Bylokhov <[email protected]> wrote:
> > There was a conversation above : > > Reviewer >> This JBS lists a lot of broken API names. Is this list still > > valid? > > Reviewer >> I see that you have chosen to fix only a few. > > Fixer > Other awt/swing things are fixed already > > The bug is not only about awt/swing, like the next one(still exists?): > > > 10.http://docs.oracle.com/javase/7/docs/api/javax/security/sasl/SaslServer.html > > ldap.in = new SecureInputStream(ss, ldap.in); > > ldap.out = new SecureOutputStream(ss, ldap.out);-> Where are > > SecureInputStream and SecureOutputStream? > As I told, awt/swing were fixed already..This is not client issue..I dont know why those issues are clubbed with this JBS which is in awt area > The ticket also mentioned references to non-public APIs from the > specification, such as: > > > 1. > > http://docs.oracle.com/javase/7/docs/api/index.html?java/awt/Component.html > > For paint events, the new event is coalesced into a complex RepaintArea > > in the peer. > RepaintArea is deleted in 7.0. > > Same for various peers, etc. RepaintArea is not deleted, it is in sun.awt...I think it was mentioned with the belief that it was deleted and still referenced in the javadoc ------------- PR Comment: https://git.openjdk.org/jdk/pull/27860#issuecomment-3430548690
