December 2004 Commit Log

Number of Commits:
17
Number of Active Developers:
2
mauro 2004-12-23 03:45

Applied patch to handle primitive paramaters (XSTR-149)

59 lines of code changed in:

joe 2004-12-22 22:09

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.

20 lines of code changed in:

joe 2004-12-21 23:18

Pulled lots more unneeded stuff out of ReflectionConverter that's now provided by SerializableConverter

14 lines of code changed in:

joe 2004-12-21 23:14

Added javadoc details to SerializableConverter of what it does and doesn't support.

14 lines of code changed in:

joe 2004-12-21 23:11

Overhaul of how custom serialization method works for classes that define readObject()/writeObject():

* New SerializableConverter used if class has readObject()/writeObject() method.

* More verbose and 'correct' serialization format (that's simpler to work with), that takes into account inheritance.

* Simplified ReflectionConverter.

333 lines of code changed in:

mauro 2004-12-20 01:00

Updated changes

5 lines of code changed in:

joe 2004-12-19 22:40

Turn on debug symbols

1 lines of code changed in:

mauro 2004-12-19 19:31

Added ability to change default converter ( XSTR-142)

102 lines of code changed in:

mauro 2004-12-19 17:42

Added test for ISO8601 date

16 lines of code changed in:

mauro 2004-12-19 15:55

Fixed test - following change in DateConverter.

The standard format now has the timezone and the test failed

in one of the two ways of serialisation.

1 lines of code changed in:

mauro 2004-12-19 15:54

Modified to allow Sun14ReflectionProvider on Mac OSX, as the it binary compatible.

10 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/core: JVM.java (+10 -1)
joe 2004-12-18 16:30

readObject()/writeObject() now called for inheritance hierarchies

37 lines of code changed in:

joe 2004-12-18 14:38

Simplified format of xml produced from writeObject()

35 lines of code changed in:

joe 2004-12-17 07:56

Included the libraries necessary for building the website (doh!)

32 lines of code changed in:

joe 2004-12-16 21:21

Replaced Ruby based website generator with a more accessible Java one, built using SiteMesh :), FreeMarker and uhmm.. XStream

101 lines of code changed in:

joe 2004-12-12 22:57

Bugfix: Default to using PureJavaReflectionProvider in Applet context.

5 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/core: JVM.java (+5)
joe 2004-12-09 23:05

Added test to check that multiple objects can be serialized/deserialized in a single stream.

78 lines of code changed in:

November 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT