October 2004 Commit Log

Number of Commits:
23
Number of Active Developers:
3
joe 2004-10-27 03:06 Rev.: 391

XTR-144: PropertyConverter should not try to serialize subclasses

1 lines of code changed in 1 file:

joe 2004-10-25 09:42 Rev.: 390

Performance improvement

2 lines of code changed in 2 files:

joe 2004-10-25 09:38 Rev.: 389

Added test for subclass of java.util.Date

13 lines of code changed in 1 file:

joe 2004-10-25 06:35 Rev.: 388

JDK 1.3 compatability

11 lines of code changed in 1 file:

joe 2004-10-07 05:44 Rev.: 387

Deleted useless test

0 lines of code changed in 1 file:

joe 2004-10-07 05:23 Rev.: 386

Thread safety fixes (pointed out by Justin Sampson)

25 lines of code changed in 2 files:

cv 2004-10-06 07:39 Rev.: 385

Added a test to attempt to expose concurrency issues

0 lines of code changed in 1 file:

cv 2004-10-06 07:24 Rev.: 384

Updated test to be jdk 1.5 friendly

4 lines of code changed in 1 file:

joe 2004-10-04 06:06 Rev.: 383

Second half of XSTR-142: Ability to access DataHolder passed around unmarshalling context, from outside of XStream (for pre and post processing)

56 lines of code changed in 7 files:

joe 2004-10-04 04:38 Rev.: 382

First half of XSTR-142: Ability to access DataHolder passed around marshalling context, from outside of XStream (for pre and post processing)

195 lines of code changed in 15 files:

joe 2004-10-04 04:35 Rev.: 381

More helpful information on failure

11 lines of code changed in 1 file:

joe 2004-10-04 04:25 Rev.: 380

Replaced LinkedList with ArrayList... slight performance gain

5 lines of code changed in 1 file:

joe 2004-10-03 05:32 Rev.: 379

All caches are synchronized for thread safety.

11 lines of code changed in 6 files:

joe 2004-10-03 05:27 Rev.: 378

DateConverter can have formats passed in through constructor

26 lines of code changed in 1 file:

joe 2004-10-03 04:54 Rev.: 377

Fixed sneaky char

1 lines of code changed in 1 file:

joe 2004-10-03 04:44 Rev.: 376

XSTR-129: Added fromXml() convenience methods for deserializing into a root object.

19 lines of code changed in 1 file:

joe 2004-10-03 04:36 Rev.: 375

XSTR-113: PureJavaReflectionProvider can now instantiate any object that implements Serializable (thanks to Chris Nokleberg)

116 lines of code changed in 3 files:

joe 2004-10-03 04:00 Rev.: 374

XSTR-107: PureJavaReflectionProvider tries non-public constructors (thanks to Daniel Sheppard)

41 lines of code changed in 4 files:

joe 2004-10-03 03:42 Rev.: 373

Upgraded JDOMReader to use JDOM 1.0 final.

9 lines of code changed in 4 files:

joe 2004-10-03 03:28 Rev.: 372

XSTR-139... pull readers (Stax and Xpp) did not support hasMoreChildren() being called multiple times, without moving.

32 lines of code changed in 3 files:

joe 2004-10-03 03:18 Rev.: 371

PrettyPrintWriter only calls flush() when absolutely necessary - this results in a large performance improvement for serialization.

6 lines of code changed in 4 files:

jstrachan 2004-10-01 09:20 Rev.: 370

Allow default namespace and optional prefix to be specified to make namespace-generated XML easy

54 lines of code changed in 2 files:

jstrachan 2004-10-01 07:49 Rev.: 369

Added support for full QName aliasing of class names for StAX based reader/writer.
Would ideally be integrated into the XStream.alias() methods - which would introduce a dependency of javax.xml.namespace.QName but thats OK, its 1 class in 1 package which we could ship with xstream.jar no problem (as its never changed since it was created - its a very trivial class).

196 lines of code changed in 6 files:

September 2004 »