rzanner commented on PR #430: URL: https://github.com/apache/commons-beanutils/pull/430#issuecomment-5105843665
> I don't think we want to break 1.x call sites. For 2.0, that's OK, not in 1.x. This will just lead to bug reports and unhappy folks. It's OK for a new version to _write_ a new wire format but it should be able to _read_ the old format as well as the new one. > > Or, am I missing something? After a whole day of trying around with the serialization methods I see no solution how to support both formats to be read by the same implementation. It's Java serialization, after all, which is based on Object streams which cannot be tried to read and then read again in the correct way. 😐 The 2.x stream doesn't have the serialization methods and therefore also not this problem anymore, which is fine for me. Unfortunately it's not released, yet. So I'm stuck with my old patched version or I patch the newest 1.x version just for my "private" use. Maybe I have to find a workaround on my application, for instance inheriting from DynaProperty or so... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
