[ http://issues.apache.org/jira/browse/LANG-286?page=comments#action_12443619 ] Henri Yandell commented on LANG-286: ------------------------------------
The error is in my use of the phrase 'binary backwards compatible' - I meant that the API has not changed so you should be able to drop it in place without a recompile. Not that you could serialize objects between 2.1 and 2.2. We have applied serialVersionIDs in 2.2; so between 2.2 and 2.3 serialization should work. > Not backwards compatible > ------------------------ > > Key: LANG-286 > URL: http://issues.apache.org/jira/browse/LANG-286 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 2.2 > Environment: N/A > Reporter: David J. M. Karlsen > > Release report states that commons-lang 2.2 is binary backwards compatible, > this does not seem to be correct between commons-lang 2.1 and 2.2 > Running 2.2 at the server and 2.1 on client will result in an exception: > org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : > Mismatched serialization UIDs : Source (Rep. > IDRMI:org.apache.commons.lang.exception.NestableDelegate:4F998DA78EFC2530:F68F1455DDEE96BB) > = F68F1455DDEE96BB whereas Target (Rep. ID > RMI:org.apache.commons.lang.exception.NestableDelegate:4F998DA78EFC2530:0000000000000001) > = 0000000000000001 minor code: 4942F89A completed: No -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
