123
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved TODOs so I can find them later More... about 22 years ago
Disabled circularity tracker until it's a bit more robust. Didn't allow the same obj to be serialized multiple times by the same xstream instance. More... about 22 years ago
Disabled circularity tracker until it's a bit more robust. Didn't allow the same obj to be serialized multiple times by the same xstream instance. More... about 22 years ago
Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error. More... about 22 years ago
Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error. More... about 22 years ago
Added failing testcase (to fix) for object with an array as a field. (Reported by Mike Hogan). More... about 22 years ago
Added failing testcase (to fix) for object with an array as a field. (Reported by Mike Hogan). More... about 22 years ago
XStream throws an exception if a circular reference is detected (rather than causing a stack overflow) More... about 22 years ago
XStream throws an exception if a circular reference is detected (rather than causing a stack overflow) More... about 22 years ago
XStream throws an exception if a circular reference is detected (rather than causing a stack overflow) More... about 22 years ago
XStream throws an exception if a circular reference is detected (rather than causing a stack overflow) More... about 22 years ago
Added mechanism to supply your own ObjectFactory More... about 22 years ago
Added mechanism to supply your own ObjectFactory More... about 22 years ago
Project cleanup More... about 22 years ago
Project cleanup More... about 22 years ago
Bugfix: Can now deserialize xml that has objects with null fields. More... about 22 years ago
Bugfix: Can now deserialize xml that has objects with null fields. More... about 22 years ago
Improved maven website. Added goal to deploy the site and jars and dist. More... about 22 years ago
Improved maven website. Added goal to deploy the site and jars and dist. More... about 22 years ago
Now supports arrays! Wahey! Even arrays with null values in them. PrettyPrintXMLWriter now writes empty tags like <blah/> More... about 22 years ago
Now supports arrays! Wahey! Even arrays with null values in them. PrettyPrintXMLWriter now writes empty tags like <blah/> More... about 22 years ago
Moved DefaultConverterLookup config up to XStream facade More... about 22 years ago
Moved DefaultConverterLookup config up to XStream facade More... about 22 years ago
Deleted files More... about 22 years ago
Deleted files More... about 22 years ago
Added converters for: java.lang.Class java.awt.Color java.sql.Timestamp Refactored ListConverter into one that can include all types of Collections (including Sets) More... about 22 years ago
Added converters for: java.lang.Class java.awt.Color java.sql.Timestamp Refactored ListConverter into one that can include all types of Collections (including Sets) More... about 22 years ago
A weekend worth of changes with no home connectivity - added XMLReaderDriver abstraction to allow easy switching of XML parsers - StringBuffer converter - XMLReader test cases - W3C DOM XMLReader impl (removes DOM4J dependency) - Refactoring: Converters now determine whether they can handle a type - XStream facade: added methods to allow custom XMLReader/Writers to be used - Refactoring: XMLWriter has more sensible test names - Static/final/transient fields are not serialized More... about 22 years ago
A weekend worth of changes with no home connectivity - added XMLReaderDriver abstraction to allow easy switching of XML parsers - StringBuffer converter - XMLReader test cases - W3C DOM XMLReader impl (removes DOM4J dependency) - Refactoring: Converters now determine whether they can handle a type - XStream facade: added methods to allow custom XMLReader/Writers to be used - Refactoring: XMLWriter has more sensible test names - Static/final/transient fields are not serialized More... about 22 years ago
New repository initialized by cvs2svn. More... about 22 years ago