On Wed, 27 Nov 2024 08:21:34 GMT, Volkan Yazıcı <d...@openjdk.org> wrote:
> This change set, addressing > [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes > `SecurityManager` and friends from > `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from > `SM` cleanup in the subclasses of `URLConnection` in the `sun.net` package. > Successful `tier1..3` CI runs on b02813b048ec63479c49e74ca6326a00409dd34f are > shared in the ticket. src/java.base/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java line 227: > 225: * Do we have to use a proxy? > 226: */ > 227: @SuppressWarnings("removal") You can remove `@SuppressWarnings` now. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22407#discussion_r1860275924