<Swing Dev> RFR: JDK-8189198: Add "forRemoval = true" to Applet APIs [v2]
Kevin Rushforth
kcr at openjdk.java.net
Fri Nov 13 18:03:59 UTC 2020
On Fri, 13 Nov 2020 09:31:53 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Andy Herrick has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>>
>> - JDK-8189198: Add "forRemoval = true" to Applet APIs
>> - Merge branch 'master' into JDK-8189198
>> - Merge branch 'master' into JDK-8189198
>> - JDK-8189198: Add "forRemoval = true" to Applet APIs
>> - JDK-8189198: Add "forRemoval = true" to Applet APIs
>> - JDK-8189198: Add "forRemoval = true" to Applet APIs
>
> src/java.naming/share/classes/javax/naming/Context.java line 1087:
>
>> 1085: @Deprecated(since="16", forRemoval=true)
>> 1086: String APPLET = "java.naming.applet";
>> 1087: };
>
> Probably should be since="9" (the deprecation in JDK-8051422 pre-dates the enhanced deprecation work).
Good point, since it was in fact deprecated in 9.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1127
More information about the swing-dev
mailing list