-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
sparc
-
solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038979 | 1.4.0 | J. Duke | P4 | Closed | Won't Fix |
The classes under org.omg package in JDK are based on CORBA standard, There is
no requirement from Object Management Group(OMG) to have a Serialization compatibility between different versions. Practically speaking there are no
use cases where the org.omg classes will be serialized in one version and de-serialized in the next version.
******************************************************************************
###@###.### 2001-11-28
Fix verified OK
- With build j2sdk-1_4_0-rc-bin-b88-solsparc-28_nov_2001
- The package.html files under src/share/classes/org/omg has the "@serial exclude" tag as suggested in the evaluation.
******************************************************************************
no requirement from Object Management Group(OMG) to have a Serialization compatibility between different versions. Practically speaking there are no
use cases where the org.omg classes will be serialized in one version and de-serialized in the next version.
******************************************************************************
###@###.### 2001-11-28
Fix verified OK
- With build j2sdk-1_4_0-rc-bin-b88-solsparc-28_nov_2001
- The package.html files under src/share/classes/org/omg has the "@serial exclude" tag as suggested in the evaluation.
******************************************************************************
- backported by
-
JDK-2038979 org.omg package should be excluded from the Java Serialization spec
- Closed