On May 3, 2006, at 8:08 AM, Andreas Fester wrote:
Thats exactly my approach. I wanted to have a look into chainsaw for
quite some time and thought this would be a good chance to dig into
this
issue.
I just wanted to avoid that we are both working on the same issue
and waste
time, so I assigned it to me. If you think you can start working on it
then just tell me, it will still require some days for me to really
start
with it :-)
Thanks,
Andreas
If you have the time or interest, please proceed. You may want to
review the log4j-dev mailing list and bugzilla searching for
serialization. log4j LoggingEvent serialization used default
serialization (which is discouraged) and changes in the log4j 1.3
(log4j/trunk) development broke serialization compatibility with the
might more widely deployed log4j 1.2 (log4j/branches/v1_2-branch).
The best resolution would be to restore serialization compatibility
between log4j 1.3 and 1.2 and make log4cxx compatible with 1.2. The
log4j unit tests contain some serialization tests that could be
migrated over to log4cxx.