[jdk11u-dev] Integrated: 8281717: Cover logout method for several LoginModule

Amos Shi ashi at openjdk.org
Thu Dec 7 11:51:45 UTC 2023


On Tue, 5 Dec 2023 05:34:54 GMT, Amos Shi <ashi at openjdk.org> wrote:

> Backport of [JDK-8281717](https://bugs.openjdk.org/browse/JDK-8281717)
> 
> Note. The test case has compile error with the applied diff file
> 
> 
> com/sun/security/auth/module/AllPlatforms.java  Failed. Compilation failed: Compilation failed
> 
> AllPlatforms.java:71: error: cannot find symbol
>         } catch (FailedLoginException e) {
>                  ^
>   symbol:   class FailedLoginException
>   location: class AllPlatforms
> 1 error
> 
> 
> The compile error has been fixed in this PR ([JDK-8284090](https://bugs.openjdk.org/browse/JDK-8284090))
> 
> The test case verified working in local dev machine of MacOS M1 laptop.

This pull request has now been integrated.

Changeset: 8a390c87
Author:    Amos Shi <ashi at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/8a390c878c592a3614bb91755c77667d2efbd463
Stats:     36 lines in 1 file changed: 15 ins; 10 del; 11 mod

8281717: Cover logout method for several LoginModule
8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile

Backport-of: 4f4e0426a10eddf3dc848c5e5b89d4a3e635a694

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/2337


More information about the jdk-updates-dev mailing list