December 2004 Commit Log

Number of Commits:
17
Number of Active Developers:
2
mauro 2004-12-22 22:45 Rev.: 420

Applied patch to handle primitive paramaters (XSTR-149)

59 lines of code changed in 2 files:

joe 2004-12-22 17:09 Rev.: 419

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 2 files:

joe 2004-12-21 18:18 Rev.: 418

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

14 lines of code changed in 1 file:

joe 2004-12-21 18:14 Rev.: 417

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

14 lines of code changed in 2 files:

joe 2004-12-21 18:11 Rev.: 416

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 6 files:

mauro 2004-12-19 20:00 Rev.: 415

Updated changes

5 lines of code changed in 1 file:

joe 2004-12-19 17:40 Rev.: 414

Turn on debug symbols

1 lines of code changed in 1 file:

mauro 2004-12-19 14:31 Rev.: 413

Added ability to change default converter ( XSTR-142)

102 lines of code changed in 5 files:

mauro 2004-12-19 12:42 Rev.: 412

Added test for ISO8601 date

16 lines of code changed in 1 file:

mauro 2004-12-19 10:55 Rev.: 411

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 1 file:

mauro 2004-12-19 10:54 Rev.: 410

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

10 lines of code changed in 1 file:

joe 2004-12-18 11:30 Rev.: 409

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

37 lines of code changed in 3 files:

joe 2004-12-18 09:38 Rev.: 408

Simplified format of xml produced from writeObject()

35 lines of code changed in 2 files:

joe 2004-12-17 02:56 Rev.: 407

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

33 lines of code changed in 7 files:

joe 2004-12-16 16:21 Rev.: 406

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

540 lines of code changed in 26 files:

joe 2004-12-12 17:57 Rev.: 405

Bugfix: Default to using PureJavaReflectionProvider in Applet context.

5 lines of code changed in 1 file:

joe 2004-12-09 18:05 Rev.: 404

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

78 lines of code changed in 1 file:

November 2004 »