On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick wrote:
> implementation of
> JDK-8256145: JEP 398: Deprecate the Applet API for Removal
This pull request has now been integrated.
Changeset: 57115fa2
Author: Andy Herrick
URL: https://git.openjdk.java.net/jdk/commit/57115fa2
On Wed, 17 Mar 2021 20:33:09 GMT, Andy Herrick wrote:
>>> I cannot find any instances where the scope can be narrowed
>>
>> Are you about AquaInternalFrameUI.mouseRelased, BasicPopupMenuUI.
>> stateChanged, and other non-trivial methods?
>
>>
>>
> implementation of
> JDK-8256145: JEP 398: Deprecate the Applet API for Removal
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 contai
On Wed, 17 Mar 2021 19:02:39 GMT, Alan Bateman wrote:
>
>
> > I cannot find any instances where the scope can be narrowed
>
> Are you about AquaInternalFrameUI.mouseRelased, BasicPopupMenuUI.
> stateChanged, and other non-trivial methods?
These have the code pattern such as:
} else if (c in
On Sun, 14 Mar 2021 12:06:08 GMT, Alan Bateman wrote:
>
>
> Have you looked at narrowing the use of the SuppressWarnings to local
> variable declarations to avoid adding it to some of these methods?
in all cases either:
- the class or method itself is being deprecated
- the method takes a d
On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick wrote:
> implementation of
> JDK-8256145: JEP 398: Deprecate the Applet API for Removal
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.java.net/jdk/pull/2920
On Sun, 14 Mar 2021 12:06:08 GMT, Alan Bateman wrote:
> the
-
PR: https://git.openjdk.java.net/jdk/pull/2920
implementation of
JDK-8256145: JEP 398: Deprecate the Applet API for Removal
-
Commit messages:
- 8189198: Add "forRemoval = true" to Applet API deprecations
Changes: https://git.openjdk.java.net/jdk/pull/2920/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2920&range=0
On Mon, 9 Nov 2020 13:56:33 GMT, Andy Herrick wrote:
> JDK-8189198: Add "forRemoval = true" to Applet APIs
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.java.net/jdk/pull/1127
> JDK-8189198: Add "forRemoval = true" to Applet APIs
Andy Herrick has updated the pull request incrementally with one additional
commit since the last revision:
JDK-8189198: Add "forRemoval = true" to Applet APIs
-
Changes:
- all: https://git.openjdk
On Fri, 13 Nov 2020 18:01:18 GMT, Kevin Rushforth wrote:
>> 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 depre
> JDK-8189198: Add "forRemoval = true" to Applet APIs
Andy Herrick has updated the pull request incrementally with one additional
commit since the last revision:
JDK-8189198: Add "forRemoval = true" to Applet APIs
-
Changes:
- all: https://git.openjdk
> JDK-8189198: Add "forRemoval = true" to Applet APIs
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 comm
JDK-8189198: Add "forRemoval = true" to Applet APIs
-
Commit messages:
- 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
Change
On Mon, 9 Nov 2020 13:56:33 GMT, Andy Herrick wrote:
> JDK-8189198: Add "forRemoval = true" to Applet APIs
preliminary changes for JDK-8189198 for evaluation
-
PR: https://git.openjdk.java.net/jdk/pull/1127
15 matches
Mail list logo