April 2005 Commit Log

Number of Commits:
44
Number of Active Developers:
3
joe 2005-04-30 12:56

Updated website for 1.1.2 release.

22 lines of code changed in:

joe 2005-04-30 12:32

JDK 1.3 friendlyness

13 lines of code changed in:

joe 2005-04-30 11:23

Merged NamespaceAwareDriver interface into HierarchicalStreamDriver

11 lines of code changed in:

joe 2005-04-30 11:14

HierarchicalStreamDriver now includes createWriter() method. Most implementations still return PrettyPrintWriter, but this moves the hardcoding out of the XStream facade.

180 lines of code changed in:

joe 2005-04-30 09:41

Added simple test for JTable. JTable is one of the nastiest components to serialize. If this works, we're in good shape.

2 lines of code changed in:

joe 2005-04-30 09:40

It's now possible to change which chars are escaped in the PrettyPrintWriter by overriding the writeText()/writeAttributeValue() methods.

73 lines of code changed in:

jstrachan 2005-04-29 08:08

Fixed namespace handling with StAX and added a bunch more test cases to ensure we respect both repairing modes as well as fixing the toXML() methods on XStream to use the StAX driver

153 lines of code changed in:

mauro 2005-04-29 00:01

JIRA:XSTR-217, ISO8601DateConverter now requires joda-time-1.0

1 lines of code changed in:

mauro 2005-04-28 23:49

Upgraded to joda-time-1.0

33 lines of code changed in:

joe 2005-04-25 22:18

Placeholders for converters that need to be documented.



15 lines of code changed in:

joe 2005-04-25 22:17

Added pull parser bugfix to changelog

1 lines of code changed in:

joe 2005-04-25 22:16

Cleanup test... added standard writer tests

25 lines of code changed in:

joe 2005-04-25 21:51

Merged StaxReader and XppReader features into AbstractPullReader.java. Fixed a bunch of subtle pull reading bugs.

398 lines of code changed in:

jstrachan 2005-04-25 14:34

Added a new explicit test case to catch any empty-byte array related bugs

58 lines of code changed in:

joe 2005-04-23 09:48

Fixed javadoc.

4 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+4 -4)
jstrachan 2005-04-21 07:59

Patched test case to work with StAX RI rather than woodstox

1 lines of code changed in:

jstrachan 2005-04-21 07:55

Added a new StAX based test case

57 lines of code changed in:

mauro 2005-04-19 20:32

Added support for IBM 1.4 JVM

3 lines of code changed in:

mauro 2005-04-19 20:16

Applied patch by Gábor Lipták (XSTR-215)

7 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/core: JVM.java (+5 -1)
  • xstream/src/test/com/thoughtworks/xstream: XStreamTest.java (+2 -2)
joe 2005-04-16 18:35

Cleaned up test.

1 lines of code changed in:

joe 2005-04-16 16:07

Added 'why svn?' to faq

22 lines of code changed in:

  • xstream-website/src/content: faq.html (+22 -13)
joe 2005-04-16 15:28

Updated website to include Subversion details.

11 lines of code changed in:

joe 2005-04-16 15:28

Build should exclude readme.txt

13 lines of code changed in:

joe 2005-04-16 14:40

Removed unnecessary svn files

0 lines of code changed in:

joe 2005-04-16 14:39

Removed dead folder



0 lines of code changed in:

joe 2005-04-16 12:05

Updated JavaBeanConverter to use newer Mapper features.

11 lines of code changed in:

joe 2005-04-16 11:22

Bugfix: Problem in XppReader and StaxReader that would cause hasMoreChildren() to return incorrect value, if called after getValue() for same node.

99 lines of code changed in:

joe 2005-04-12 07:15

JIRA:XSTR-186, Option to serialize JavaBeans using public accessors, rather than private fields (contributed by Andrea Aime).

953 lines of code changed in:

joe 2005-04-10 22:09

Performance improvement: caching of default implementations mapped to converters. Contributed by Hannes Havel.

3 lines of code changed in:

mauro 2005-04-10 17:09

Added test case for XSTR-148, contributed by Chung-Onn Cheong

85 lines of code changed in:

joe 2005-04-10 15:30

JDK 1.3 friendlyness: Error messages are different on different JDKs.

8 lines of code changed in:

  • xstream/src/test/com/thoughtworks/acceptance: ErrorTest.java (+8 -2)
joe 2005-04-10 15:24

JDK 1.3 friendlyness. Build will ignore certain resources unless a particular JDK is available. Added files for 1.4 and 1.5 specific stuff.

32 lines of code changed in:

joe 2005-04-10 15:22

JDK 1.3 friendlyness: Added default constructor to test classes.

40 lines of code changed in:

joe 2005-04-10 15:18

JDK 1.3 friendlyness

17 lines of code changed in:

joe 2005-04-10 12:40

Cleanup:

* Added JavaDoc for XPath libraray.

* Removed some long dead code and use of deprecated methods.

* Extracted ReaderWrapper/WriterWrapper from PathTrackingReader/Writer to make it easy to create other decorators.

288 lines of code changed in:

joe 2005-04-10 11:24

Fix: Ensure alias passed in constructor is being used.

1 lines of code changed in:

joe 2005-04-09 17:06

Added HierarichalStreamReader.getAttributeNames(). Contributed by Trygve Laugstol.

52 lines of code changed in:

joe 2005-04-09 16:00

Made attribute tests order insensitive

32 lines of code changed in:

joe 2005-04-09 15:53

JIRA:XSTR-104 HierarchicalStreamReader now exposes all available attributes to the Converter implementations

176 lines of code changed in:

joe 2005-04-09 13:52

Added EnumMap/Set support and aliasField() features to changelog.

2 lines of code changed in:

joe 2005-04-09 13:49

Ability to create aliases for fields as well as classes! (Long overdue)

144 lines of code changed in:

joe 2005-04-09 13:05

Reformat

16 lines of code changed in:

  • xstream/src/test/com/thoughtworks/acceptance: AliasTest.java (+16 -16)
joe 2005-04-09 11:48

Added example for how to serialize an object without the package names and without having to specify aliases.

29 lines of code changed in:

joe 2005-04-06 21:31

Cleaner support serialization of EnumMap and EnumSet. Adjusted main facade and build so XStream still builds for JDK1.4 (obviously without the 1.5 features)

366 lines of code changed in:

March 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT