October 2004 Commit Log

Number of Commits:
23
Number of Active Developers:
3
joe 2004-10-27 08:06

XTR-144: PropertyConverter should not try to serialize subclasses

1 lines of code changed in:

joe 2004-10-25 14:42

Performance improvement

2 lines of code changed in:

joe 2004-10-25 14:38

Added test for subclass of java.util.Date

13 lines of code changed in:

joe 2004-10-25 11:35

JDK 1.3 compatability

11 lines of code changed in:

joe 2004-10-07 10:44

Deleted useless test

0 lines of code changed in:

joe 2004-10-07 10:23

Thread safety fixes (pointed out by Justin Sampson)

25 lines of code changed in:

cv 2004-10-06 12:39

Added a test to attempt to expose concurrency issues

0 lines of code changed in:

cv 2004-10-06 12:24

Updated test to be jdk 1.5 friendly

4 lines of code changed in:

joe 2004-10-04 11:06

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:

joe 2004-10-04 09:38

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:

joe 2004-10-04 09:35

More helpful information on failure

11 lines of code changed in:

joe 2004-10-04 09:25

Replaced LinkedList with ArrayList... slight performance gain

5 lines of code changed in:

joe 2004-10-03 10:32

All caches are synchronized for thread safety.

11 lines of code changed in:

joe 2004-10-03 10:27

DateConverter can have formats passed in through constructor

26 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/converters/basic: DateConverter.java (+26 -13)
joe 2004-10-03 09:54

Fixed sneaky char

1 lines of code changed in:

joe 2004-10-03 09:44

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

19 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+19 -1)
joe 2004-10-03 09:36

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

116 lines of code changed in:

joe 2004-10-03 09:00

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

41 lines of code changed in:

joe 2004-10-03 08:42

Upgraded JDOMReader to use JDOM 1.0 final.

9 lines of code changed in:

joe 2004-10-03 08:28

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

32 lines of code changed in:

joe 2004-10-03 08:18

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

6 lines of code changed in:

jstrachan 2004-10-01 14:20

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

54 lines of code changed in:

jstrachan 2004-10-01 12:49

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:

September 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT