On Tue, 25 May 2021 13:44:30 GMT, Sean Mullan <[email protected]> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> one more change
>
> src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java
> line 709:
>
>> 707: }
>> 708: if (GSSUtil.useSubjectCredsOnly(caller)) {
>> 709: @SuppressWarnings("removal")
>
> It looks like you missed removing the @SuppressWarnings("removal") from the
> initSecContext method above.
Oops. Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4172