April 2005 Commit Log

Number of Commits:
35
Number of Active Developers:
3
joe 2005-04-30 07:56 Rev.: 593

Updated website for 1.1.2 release.

1 lines of code changed in 5 files:

joe 2005-04-30 07:32 Rev.: 590

JDK 1.3 friendlyness

13 lines of code changed in 2 files:

joe 2005-04-30 06:23 Rev.: 589

Merged NamespaceAwareDriver interface into HierarchicalStreamDriver

11 lines of code changed in 5 files:

joe 2005-04-30 06:14 Rev.: 588

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

175 lines of code changed in 10 files:

joe 2005-04-30 04:41 Rev.: 587

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 1 file:

joe 2005-04-30 04:40 Rev.: 586

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

68 lines of code changed in 3 files:

jstrachan 2005-04-29 03:08 Rev.: 585

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

252 lines of code changed in 6 files:

mauro 2005-04-28 18:49 Rev.: 583

Upgraded to joda-time-1.0

33 lines of code changed in 3 files:

joe 2005-04-25 17:16 Rev.: 579

Cleanup test... added standard writer tests

25 lines of code changed in 1 file:

joe 2005-04-25 16:51 Rev.: 578

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

398 lines of code changed in 16 files:

jstrachan 2005-04-25 09:34 Rev.: 573

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

58 lines of code changed in 1 file:

joe 2005-04-23 04:48 Rev.: 569

Fixed javadoc.

4 lines of code changed in 1 file:

jstrachan 2005-04-21 02:59 Rev.: 568

Patched test case to work with StAX RI rather than woodstox

1 lines of code changed in 1 file:

jstrachan 2005-04-21 02:55 Rev.: 567

Added a new StAX based test case

80 lines of code changed in 1 file:

mauro 2005-04-19 15:16 Rev.: 565

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

7 lines of code changed in 2 files:

joe 2005-04-16 13:35 Rev.: 562

Cleaned up test.

1 lines of code changed in 1 file:

joe 2005-04-16 09:40 Rev.: 558

Removed unnecessary svn files

0 lines of code changed in 4 files:

joe 2005-04-16 07:05 Rev.: 556

Updated JavaBeanConverter to use newer Mapper features.

11 lines of code changed in 1 file:

joe 2005-04-16 06:22 Rev.: 555

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

98 lines of code changed in 5 files:

joe 2005-04-12 02:15 Rev.: 554

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

949 lines of code changed in 8 files:

joe 2005-04-10 17:09 Rev.: 553

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

2 lines of code changed in 2 files:

mauro 2005-04-10 12:09 Rev.: 552

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

85 lines of code changed in 1 file:

joe 2005-04-10 10:30 Rev.: 551

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

8 lines of code changed in 1 file:

joe 2005-04-10 10:24 Rev.: 550

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

joe 2005-04-10 10:22 Rev.: 549

JDK 1.3 friendlyness: Added default constructor to test classes.

40 lines of code changed in 6 files:

joe 2005-04-10 10:18 Rev.: 548

JDK 1.3 friendlyness

17 lines of code changed in 2 files:

joe 2005-04-10 07:40 Rev.: 547

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

joe 2005-04-10 06:24 Rev.: 546

Fix: Ensure alias passed in constructor is being used.

1 lines of code changed in 1 file:

joe 2005-04-09 12:06 Rev.: 545

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

79 lines of code changed in 9 files:

joe 2005-04-09 11:00 Rev.: 544

Made attribute tests order insensitive

32 lines of code changed in 2 files:

joe 2005-04-09 10:53 Rev.: 543

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

175 lines of code changed in 13 files:

joe 2005-04-09 08:49 Rev.: 541

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

144 lines of code changed in 8 files:

joe 2005-04-09 08:05 Rev.: 540

Reformat

16 lines of code changed in 1 file:

joe 2005-04-09 06:48 Rev.: 539

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

29 lines of code changed in 1 file:

joe 2005-04-06 16:31 Rev.: 538

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

March 2005 »