Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The proxy weaving code changes the SerialVersionUID when it modifies the bytecode, so serialized classes that don't hardcode the SerialVersionUID are not compatible between plain and woven versions. I assume that having the weaver add the field if missing would fix this: manually adding it to classes seems to avoid the problem.