February 2005 Commit Log

Number of Commits:
26
Number of Active Developers:
1
joe 2005-02-28 21:41

XSTR-195: Support for loading of array classes for classes that have not yet been loaded.

24 lines of code changed in:

joe 2005-02-28 21:19

XSTR-192: Implicit collection mappings are now supported in inheritance hierarchies.

105 lines of code changed in:

joe 2005-02-26 09:52

XSTR-189: Enhanced mode support on HPUX

9 lines of code changed in:

joe 2005-02-26 09:44

XSTR-179: Support for ObjectInputStream.registerValidation(ObjectInputValidation).

XSTR-178: Serialized inner class now maintains reference to outer class.

390 lines of code changed in:

joe 2005-02-16 22:22

XSTR-185: JavaClassConverter can now load array classes for classes that have not yet been loaded. (Thanks to Henri Tremblay)

3 lines of code changed in:

joe 2005-02-16 21:54

More work on the new mapper architecture.

736 lines of code changed in:

joe 2005-02-14 21:37

XSTR-188: readResolve()/writeReplace() now supports object substitutions of different types.

128 lines of code changed in:

joe 2005-02-14 21:34

XSTR-187: Build file was not including source

2 lines of code changed in:

joe 2005-02-13 19:05

Included weird reference bugfix on changes

1 lines of code changed in:

joe 2005-02-13 19:03

Added test for weird circular reference bug

64 lines of code changed in:

joe 2005-02-13 18:53

Added toString to aid debugging

11 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/core/util: FastStack.java (+11)
joe 2005-02-11 08:43

Prelimary fix to weird circular reference problem (still investigating)

8 lines of code changed in:

joe 2005-02-08 21:48

Rolled back a println that I didn't mean to commit

0 lines of code changed in:

joe 2005-02-08 21:36

Bugfix: FontConverter extended to support FontUIResource which does some awkward native calls.

9 lines of code changed in:

joe 2005-02-08 21:35

Converters can now be registered with priorities associated. This allows finer grain customisation by end users. It also replaces the need for the concept of a 'default converter'

134 lines of code changed in:

joe 2005-02-06 18:18

Improved support for classes using ObjectInputFields to follow the serialization specification.

129 lines of code changed in:

joe 2005-02-06 17:05

Removed final inner class workaround

5 lines of code changed in:

joe 2005-02-06 15:54

Use ObjectStreamClass for ObjectOutputStream.defaultWriteObject()

51 lines of code changed in:

joe 2005-02-06 15:16

Custom serialization that makes use of PutFields/GetFields, now writes out a format that looks like defaultWriteObject(). This is a step towards seamless interchange between the two approaches.

93 lines of code changed in:

joe 2005-02-06 14:33

Maintain order of fields written using ObjectOutputStream.putFields()

136 lines of code changed in:

joe 2005-02-06 13:08

Support for ObjectInputStream.registerValidatation(ObjectInputValidation)

57 lines of code changed in:

joe 2005-02-06 12:26

Cleaned up algorithm

11 lines of code changed in:

joe 2005-02-06 12:20

Added PrioritizedList (to hopefully kill two birds with one stone - more control over Converter ordering and ObjectInputValidations).

161 lines of code changed in:

joe 2005-02-06 11:18

Bugfix: readObject() is now called for classes containing only transient fields.

170 lines of code changed in:

joe 2005-02-02 15:50

Added test to check the order of the object serialization callbacks in inheritance hierarchy matches that of Java Object Serialization

174 lines of code changed in:

joe 2005-02-02 08:28

Bugfix: For serialized objects class hierarchy is serialized starting with superclass (as per Java Object Serialization).

32 lines of code changed in:

January 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT