JDK-8231368 : Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: org.ietf.jgss
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-23
  • Updated: 2019-10-14
  • Resolved: 2019-10-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b18Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Several serializable classes in the java.security.jgss module have non-transient instances fields declared to be of non-serializable types. Warnings for these cases should be suppressed, as being done elsewhere (JDK-8231262).
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/23a06a5eeddd User: darcy Date: 2019-10-08 22:28:21 +0000
08-10-2019

Review thread: http://mail.openjdk.java.net/pipermail/security-dev/2019-September/020694.html
24-09-2019