JDK-8367938 : Test Serialization Compatibility of Class Objects
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Affected Version: 26
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-09-17
  • Updated: 2025-12-01
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The serialization of Class objects should be tested across versions.
An archive file of serialized class objects would provide a reference.
De-serializing the class objects and some checks identifies incompatibilities between older versions and other versions.
The class objects archived should include public and protected classes in all modules.
A provision may be needed to ignore some kinds of incompatibilities that are identified.
The archive should be updated for each release to capture classes added during the release.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/28586 Date: 2025-12-01 20:30:30 +0000
01-12-2025