[root]/xstream/src/test/com/thoughtworks/acceptance/objects
Adjust svn properties.
0 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
1 lines of code changed in:
JDK 1.3 friendlyness: Added default constructor to test classes.
5 lines of code changed in:
Updated build so it now works on JDK 1.4 and 1.5.
* If compiling on 1.5 the main Java classes (not the tests) are compiled with -target 1.3 to ensure the library still runs on 1.3 and 1.4 jdks.
* If compiling on 1.4 some of the 1.5 specific classes are ignored from the build and a warning is displayed.
Minor tweaks have been made to the code to ensure it behaves consistently across JDKs.
0 lines of code changed in:
XSTR-77: Added Chris Kelly's tests. Added tests for Commons Lang Enums to be reused through readResolve(). Ensured complete inheritance heirarchy is searched for readResolve().
39 lines of code changed in:
Removed dependencies on classes that aren't available in JDK1.3
13 lines of code changed in:
Support for dynamic proxies.
60 lines of code changed in:
Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error.
9 lines of code changed in:
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)
2 lines of code changed in:
Initial commit
93 lines of code changed in: