Test that unmarshals into 'this'.
35 lines of code changed in:
Fix format.
45 lines of code changed in:
Remove c&p unit test at wrong place.
80 lines of code changed in:
Fixed failing test post class rename.
4 lines of code changed in:
Renamed test
200 lines of code changed in:
Removed XmlMapperConfiguration. Refactored XmlFriendlyMapper to old hard-coded replacement strings.
63 lines of code changed in:
Added commented failing test for support of aliases with dash chars
20 lines of code changed in:
Added XStream11XmlFriendlyReplacer to provide backward-compat with XStream 1.1 format (read-only).
104 lines of code changed in:
Simplify
1 lines of code changed in:
Fix Dom4JWriter (XSTR-301).
37 lines of code changed in:
Update changes.
1 lines of code changed in:
Fix implicit collection when name of items equals field name fo collection (XSTR-299).
35 lines of code changed in:
Added javadoc qualifiers @since 1.2 to new ctors with XmlFriendlyReplacer.
6 lines of code changed in:
Added new ctor XStream(XmlFriendlyReplacer) to make it easier for user.
Cleaned up XmlFriendlyReplacer.
35 lines of code changed in:
Added new ctor to allow specification of XmlFriendlyReplacer to use XmlFriendlyDriverWrapper in place of XmlFriendlyMapper.
224 lines of code changed in:
Added test to allow attribute to aliased.
Renamed test names to be more readable.
22 lines of code changed in:
Added wrapper to decorate xml-friendly drivers.
0 lines of code changed in:
Added xml-friendly wrappers for reader and writer.
82 lines of code changed in:
solves the problem "Annotation @XStreamAlias is ignored for classes without any class level annotation"
23 lines of code changed in:
fixing "XStreamAlias ignores fields types Collections and primitives"
64 lines of code changed in:
removing debug flag and System.out
0 lines of code changed in:
27% performance improvement!
3 lines of code changed in:
14% performance improvement!
2 lines of code changed in:
Pruned some dead code, according to coverage report using acceptance test suite
6 lines of code changed in:
Made XStreamer methods not static.
9 lines of code changed in:
Fix alias tutorial, improve FAQ, add constributors.
17 lines of code changed in:
Several documentation updates.
20 lines of code changed in:
Improve tests.
4 lines of code changed in:
Make JDK 1.3 happy.
2 lines of code changed in:
Extract self-contained XStream into own class.
247 lines of code changed in:
Make JDK 1.3 happy.
17 lines of code changed in:
CGLIB converter is based on reflection now.
206 lines of code changed in:
Improve CGLIB support.
177 lines of code changed in:
test for concurrent exception modification
9 lines of code changed in:
solves the ConcurrentModificationException
2 lines of code changed in:
Made XmlFriendlyMapper replacement strings configurable.
35 lines of code changed in:
Update changes.
1 lines of code changed in:
Add XomDriver (XSTR-291). Fix Dom4JWriter.
167 lines of code changed in:
Update changes.
2 lines of code changed in:
Clean-up alias handling.
84 lines of code changed in:
Make JDK 1.3 happy.
1 lines of code changed in:
Make JDK 1.3 happy.
1 lines of code changed in:
Fix autoboxing.
1 lines of code changed in:
Fix autoboxing again.
1 lines of code changed in:
Fix autoboxing.
1 lines of code changed in:
Add CGLIB Enhancer support.
471 lines of code changed in:
Add missing CharsetConverter.
27 lines of code changed in:
Update changes.
2 lines of code changed in:
Add converter for java.nio.charset.Charset.
Add alias support for classes of a specific type.
65 lines of code changed in:
Optimize the SerializableConverter.
20 lines of code changed in:
Fix unserializable parents.
47 lines of code changed in:
Supress System.out for failing permissions.
9 lines of code changed in:
Fix warnings.
5 lines of code changed in:
Fix exception handling.
15 lines of code changed in:
Remove reference of low level API.
47 lines of code changed in:
br + typo + small mistakes
33 lines of code changed in:
xstream mode tutorial on graphs
38 lines of code changed in:
javadoc update
8 lines of code changed in:
typo
1 lines of code changed in:
Update changes.
6 lines of code changed in:
XStream can marshal itself (XSTR-50).
XStream can marshal itself into a XStream (XSTR-227).
Use FastStack instead of LinkedList in Dom4JWriter.
Prepare Dom4JWriter for DriverEndToEndTest with ObjectStreams.
Fix StatefulWriter barfing wrongly on writing same attributes in different nesting levels.
542 lines of code changed in: