[root]/xstream/src/java/com/thoughtworks/xstream/converters/basic
Support hex and octal values (XSTR-382).
16 lines of code changed in:
Adjust svn properties.
0 lines of code changed in:
Replace "since upcoming" with real version.
1 lines of code changed in:
Add more versatile boolean converter (XSTR-309).
37 lines of code changed in:
Move ThreadSafeSimpleDateFormat into core.util.
7 lines of code changed in:
Corrected package.html to have <body> tags
2 lines of code changed in:
XSTR-321: Applied patch2 from Paul Hammant.
2 lines of code changed in:
Ongoing work on XStream self-serialization (XSTR-50).
8 lines of code changed in:
Attributes for null values must be ignored.
1 lines of code changed in:
Refactored to have XStream facade use registerConverter() for both Converters and SingleValueConverters.
AbstractSingleValueConverter now only implements SingleValueConverter interface.
2 lines of code changed in:
XSTR-273: Added ConverterMatcher and SingleValueConverter interfaces. Refactored Converter to extend ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.
68 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.
5 lines of code changed in:
Null-handling clean-up.
2 lines of code changed in:
Support of \0 character (invalid in XML according spec), see XSTR-209.
0 lines of code changed in:
Fix arrays of boxed types (XSTR-233).
1 lines of code changed in:
Fix JDK 1.3 issues.
4 lines of code changed in:
Misc code cleanup and tiny performance tweaks.
1 lines of code changed in:
Fixed backwards compatability issue: The new DateConverter did not understand one of the (buggy) xml formats produced by an older version of XStream.
Also updated the test so it consistently passes, no matter what timezone you are in.
2 lines of code changed in:
Readded old format to preserve back-compat
1 lines of code changed in:
XSTR-159: included time zone in format
2 lines of code changed in:
(27 more)