February 2005 Commit Log

Number of Commits:
24
Number of Active Developers:
1
joe 2005-02-28 16:41 Rev.: 518

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

23 lines of code changed in 3 files:

joe 2005-02-28 16:19 Rev.: 517

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

103 lines of code changed in 8 files:

joe 2005-02-26 04:52 Rev.: 516

XSTR-189: Enhanced mode support on HPUX

7 lines of code changed in 4 files:

joe 2005-02-26 04:44 Rev.: 515

XSTR-179: Support for ObjectInputStream.registerValidation(ObjectInputValidation).
XSTR-178: Serialized inner class now maintains reference to outer class.

379 lines of code changed in 26 files:

joe 2005-02-16 16:54 Rev.: 513

More work on the new mapper architecture.

736 lines of code changed in 36 files:

joe 2005-02-14 16:37 Rev.: 512

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

127 lines of code changed in 8 files:

joe 2005-02-14 16:34 Rev.: 511

XSTR-187: Build file was not including source

2 lines of code changed in 1 file:

joe 2005-02-13 14:03 Rev.: 509

Added test for weird circular reference bug

64 lines of code changed in 3 files:

joe 2005-02-13 13:53 Rev.: 508

Added toString to aid debugging

11 lines of code changed in 1 file:

joe 2005-02-11 03:43 Rev.: 507

Prelimary fix to weird circular reference problem (still investigating)

8 lines of code changed in 2 files:

joe 2005-02-08 16:48 Rev.: 506

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

0 lines of code changed in 1 file:

joe 2005-02-08 16:36 Rev.: 505

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

8 lines of code changed in 2 files:

joe 2005-02-08 16:35 Rev.: 504

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

joe 2005-02-06 13:18 Rev.: 503

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

128 lines of code changed in 3 files:

joe 2005-02-06 12:05 Rev.: 502

Removed final inner class workaround

5 lines of code changed in 1 file:

joe 2005-02-06 10:54 Rev.: 501

Use ObjectStreamClass for ObjectOutputStream.defaultWriteObject()

51 lines of code changed in 1 file:

joe 2005-02-06 10:16 Rev.: 500

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

joe 2005-02-06 09:33 Rev.: 499

Maintain order of fields written using ObjectOutputStream.putFields()

135 lines of code changed in 6 files:

joe 2005-02-06 08:08 Rev.: 498

Support for ObjectInputStream.registerValidatation(ObjectInputValidation)

50 lines of code changed in 8 files:

joe 2005-02-06 07:26 Rev.: 497

Cleaned up algorithm

11 lines of code changed in 1 file:

joe 2005-02-06 07:20 Rev.: 496

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

161 lines of code changed in 2 files:

joe 2005-02-06 06:18 Rev.: 495

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

169 lines of code changed in 3 files:

joe 2005-02-02 10:50 Rev.: 494

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

joe 2005-02-02 03:28 Rev.: 493

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

31 lines of code changed in 3 files:

January 2005 »