JDK-8231314 : java.time serialization warning cleanup
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-20
  • Updated: 2019-10-05
  • Resolved: 2019-09-26
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 b17Fixed
Related Reports
Relates :  
Relates :  
Description
The introduction of warnings for non-static type checkable expressions will cause some warnings in the java.time.Ser, 
java.time.chrono.Ser, and java.time.zone.Ser classes.

The warnings can be removed by changing the declarations of a field and a few methods to be Serializable where appropriate.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/628c12967b02 User: rriggs Date: 2019-09-26 15:40:32 +0000
26-09-2019