April 2006 Commit Log

Number of Commits:
61
Number of Active Developers:
4
joehni 2006-04-28 08:15

Test that unmarshals into 'this'.

35 lines of code changed in:

joehni 2006-04-28 07:44

Fix format.

45 lines of code changed in:

joehni 2006-04-28 07:41

Remove c&p unit test at wrong place.

80 lines of code changed in:

mauro 2006-04-23 17:23

Fixed failing test post class rename.

4 lines of code changed in:

mauro 2006-04-23 12:15

Renamed test

200 lines of code changed in:

mauro 2006-04-23 12:07

Removed XmlMapperConfiguration. Refactored XmlFriendlyMapper to old hard-coded replacement strings.

63 lines of code changed in:

mauro 2006-04-22 13:34

Added commented failing test for support of aliases with dash chars

20 lines of code changed in:

mauro 2006-04-22 13:20

Added XStream11XmlFriendlyReplacer to provide backward-compat with XStream 1.1 format (read-only).

104 lines of code changed in:

joe 2006-04-21 10:45

Simplify

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2006-04-20 22:49

Fix Dom4JWriter (XSTR-301).

37 lines of code changed in:

joehni 2006-04-18 19:51

Update changes.

1 lines of code changed in:

joehni 2006-04-18 19:47

Fix implicit collection when name of items equals field name fo collection (XSTR-299).

35 lines of code changed in:

mauro 2006-04-18 10:23

Added javadoc qualifiers @since 1.2 to new ctors with XmlFriendlyReplacer.

6 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+6)
mauro 2006-04-18 10:20

Added new ctor XStream(XmlFriendlyReplacer) to make it easier for user.

Cleaned up XmlFriendlyReplacer.

35 lines of code changed in:

mauro 2006-04-18 09:47

Added new ctor to allow specification of XmlFriendlyReplacer to use XmlFriendlyDriverWrapper in place of XmlFriendlyMapper.

224 lines of code changed in:

mauro 2006-04-17 20:32

Added test to allow attribute to aliased.

Renamed test names to be more readable.

22 lines of code changed in:

mauro 2006-04-17 17:58

Added wrapper to decorate xml-friendly drivers.

0 lines of code changed in:

mauro 2006-04-17 13:32

Added xml-friendly wrappers for reader and writer.

82 lines of code changed in:

gas 2006-04-14 22:25

solves the problem "Annotation @XStreamAlias is ignored for classes without any class level annotation"

23 lines of code changed in:

gas 2006-04-14 22:14

fixing "XStreamAlias ignores fields types Collections and primitives"

64 lines of code changed in:

gas 2006-04-14 21:46

removing debug flag and System.out

0 lines of code changed in:

joe 2006-04-14 19:39

27% performance improvement!

3 lines of code changed in:

joe 2006-04-14 19:19

14% performance improvement!

2 lines of code changed in:

joe 2006-04-14 18:38

Pruned some dead code, according to coverage report using acceptance test suite

6 lines of code changed in:

joe 2006-04-14 18:11

Made XStreamer methods not static.

9 lines of code changed in:

joehni 2006-04-13 23:30

Fix alias tutorial, improve FAQ, add constributors.

17 lines of code changed in:

joehni 2006-04-13 23:10

Several documentation updates.

20 lines of code changed in:

joehni 2006-04-13 22:55

Improve tests.

4 lines of code changed in:

joehni 2006-04-13 22:10

Make JDK 1.3 happy.

2 lines of code changed in:

joehni 2006-04-13 22:08

Extract self-contained XStream into own class.

247 lines of code changed in:

joehni 2006-04-13 21:55

Make JDK 1.3 happy.

17 lines of code changed in:

joehni 2006-04-13 21:29

CGLIB converter is based on reflection now.

206 lines of code changed in:

joehni 2006-04-13 21:24

Improve CGLIB support.

177 lines of code changed in:

gas 2006-04-13 20:49

test for concurrent exception modification

9 lines of code changed in:

gas 2006-04-13 20:13

solves the ConcurrentModificationException

2 lines of code changed in:

mauro 2006-04-12 15:33

Made XmlFriendlyMapper replacement strings configurable.

35 lines of code changed in:

joehni 2006-04-12 00:53

Update changes.

1 lines of code changed in:

joehni 2006-04-12 00:52

Add XomDriver (XSTR-291). Fix Dom4JWriter.

167 lines of code changed in:

joehni 2006-04-10 02:32

Update changes.

2 lines of code changed in:

joehni 2006-04-10 02:27

Clean-up alias handling.

84 lines of code changed in:

joehni 2006-04-10 00:34

Make JDK 1.3 happy.

1 lines of code changed in:

joehni 2006-04-09 23:22

Make JDK 1.3 happy.

1 lines of code changed in:

joehni 2006-04-09 23:12

Fix autoboxing.

1 lines of code changed in:

joehni 2006-04-08 20:49

Fix autoboxing again.

1 lines of code changed in:

joehni 2006-04-08 20:47

Fix autoboxing.

1 lines of code changed in:

joehni 2006-04-08 20:38

Add CGLIB Enhancer support.

471 lines of code changed in:

joehni 2006-04-07 00:02

Add missing CharsetConverter.

27 lines of code changed in:

joehni 2006-04-06 22:25

Update changes.

2 lines of code changed in:

joehni 2006-04-06 22:24

Add converter for java.nio.charset.Charset.

Add alias support for classes of a specific type.



65 lines of code changed in:

joehni 2006-04-05 23:05

Optimize the SerializableConverter.

20 lines of code changed in:

joehni 2006-04-05 20:05

Fix unserializable parents.

47 lines of code changed in:

joehni 2006-04-05 18:41

Supress System.out for failing permissions.

9 lines of code changed in:

joehni 2006-04-04 22:09

Fix warnings.

5 lines of code changed in:

joehni 2006-04-03 20:54

Fix exception handling.

15 lines of code changed in:

joehni 2006-04-03 20:29

Remove reference of low level API.

47 lines of code changed in:

gas 2006-04-03 14:45

br + typo + small mistakes

33 lines of code changed in:

gas 2006-04-03 03:32

xstream mode tutorial on graphs

38 lines of code changed in:

gas 2006-04-03 03:17

javadoc update

8 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+8 -3)
gas 2006-04-01 19:35

typo

1 lines of code changed in:

  • xstream-website/src/content: faq.html (+1 -1)
joehni 2006-04-01 18:11

Update changes.

6 lines of code changed in:

joehni 2006-04-01 18:00

XStream can marshal itself (XSTR-50).

XStream can marshal itself into a XStream (XSTR-227).

Use FastStack instead of LinkedList in Dom4JWriter.

Prepare Dom4JWriter for DriverEndToEndTest with ObjectStreams.

Fix StatefulWriter barfing wrongly on writing same attributes in different nesting levels.

542 lines of code changed in:

March 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT