StateManagerImpl.PageState is incompatible in Trinidad 1.2 and 2.0
------------------------------------------------------------------
Key: TRINIDAD-1883
URL: https://issues.apache.org/jira/browse/TRINIDAD-1883
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.12-core
Environment: Windows 7
Reporter: hongbing wang
Priority: Critical
Following variables of StateManagerImpl.PageState are removed from Trinidad
1.2.12.3
private final Object _structure, _state;
and changed it to an array in Trinidad 2.0
private final Object _viewState;
When deserializing a serialized object from 1.2.12.3 to 2.0, it's state is
lost. The fix is to make code change in all branches before Trinidad 2.0, so
that they are compatible and object state is kept after deserialization.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.