[root]/xstream/src/test/com/thoughtworks/acceptance/annotations
Normalize XML of hashed maps or sets to compare XML (XSTR-370).
1 lines of code changed in:
java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)
35 lines of code changed in:
Adjust thrown exceptions.
7 lines of code changed in:
XSTR-368 caches instantiated converters
67 lines of code changed in:
Add @XStreamImplicit (XSTR-265).
96 lines of code changed in:
Adjust svn properties.
0 lines of code changed in:
dont use Calendar due to jdk's issues
26 lines of code changed in:
Identified cause for failing test on JDK 1.5.0_04 (Windows).
55 lines of code changed in:
test case for annotation cycle bug and better support to such cycles
25 lines of code changed in:
Different times for unknown reason, must be looked on later ... :-/
3 lines of code changed in:
Refactored XmlFriendlyMapper to move common functionality into an abstract class, inherited by XStream11XmlFriendlyMapper
for 1.1 compatibility.
Modified AbstractAcceptanceTestCase to use XStream instance with new 1.2 XmlFriendlyReplacer by default and updated tests accordingly.
Commented 2-3 tests that still fail with new XStream instance (search for FIXME).
6 lines of code changed in:
solves the problem "Annotation @XStreamAlias is ignored for classes without any class level annotation"
21 lines of code changed in:
fixing "XStreamAlias ignores fields types Collections and primitives"
55 lines of code changed in:
XSTR-278: Applied patch from Guilherme Silveira with minor modifications.
151 lines of code changed in:
Refactored to have XStream facade use registerConverter() for both Converters and SingleValueConverters.
AbstractSingleValueConverter now only implements SingleValueConverter interface.
16 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.
4 lines of code changed in:
Renamed XStreamConfig -> Annotations to distinguish from the annotations themselves.
Renamed XStreamAnnotationsTest -> AnnotationsTest for consistency with other tests.
146 lines of code changed in:
XSTR-237: applied patch from Chung-Onn Cheong
0 lines of code changed in: