March 2006 Commit Log

Number of Commits:
65
Number of Active Developers:
2
joehni 2006-03-31 03:55 Rev.: 785

Fix build.

5 lines of code changed in 1 file:

joehni 2006-03-30 16:59 Rev.: 784

Normalize serialized XStream xml.

78 lines of code changed in 5 files:

joehni 2006-03-30 07:32 Rev.: 783

Fix typo.

1 lines of code changed in 1 file:

joehni 2006-03-30 06:04 Rev.: 782

Fix initialization of attribute name for classes.

2 lines of code changed in 2 files:

joehni 2006-03-29 16:36 Rev.: 781

Ongoing work on XStream self-serialization (XSTR-50).

192 lines of code changed in 24 files:

joehni 2006-03-28 18:43 Rev.: 780

Make JDK 1.3 happy.

1 lines of code changed in 1 file:

joehni 2006-03-28 18:34 Rev.: 778

XStream detects if it serializes itself (XSTR-286).
Preparation for serialization of XStream itself (XSTR-50).

84 lines of code changed in 4 files:

joehni 2006-03-27 16:35 Rev.: 777

Make JDK 1.3 happy.

4 lines of code changed in 1 file:

joehni 2006-03-27 16:29 Rev.: 775

Add attribute aliasing.

164 lines of code changed in 13 files:

joehni 2006-03-27 12:35 Rev.: 774

Fix javadoc.

4 lines of code changed in 1 file:

joehni 2006-03-27 12:31 Rev.: 773

Rename AttributeAliasingMapper to AttributeMapper.
Renamed XStream.aliasAttribute() to XStream.useAttributeFor().

257 lines of code changed in 7 files:

joehni 2006-03-27 12:13 Rev.: 772

Attributes for null values must be ignored.

21 lines of code changed in 3 files:

joehni 2006-03-26 11:40 Rev.: 771

Support attribute aliases based on the field type (XSTR-287).

75 lines of code changed in 7 files:

joehni 2006-03-26 11:24 Rev.: 770

Ensure, that only attribute aliases are used if the fieldName matches the alias.

24 lines of code changed in 6 files:

joehni 2006-03-26 10:58 Rev.: 769

Remove forgotten System.out.

0 lines of code changed in 1 file:

joehni 2006-03-26 10:57 Rev.: 768

Optimize solution for XSTR-288.

33 lines of code changed in 3 files:

joehni 2006-03-25 13:59 Rev.: 767

Converter for TextAttribute to prevent failing Deserialization due to uninitialized members.

84 lines of code changed in 7 files:

joehni 2006-03-25 12:31 Rev.: 766

Fix id for implicit collection (XSTR-288).

25 lines of code changed in 2 files:

joehni 2006-03-25 12:04 Rev.: 765

Fix for JDK 1.5 and 1.3.

4 lines of code changed in 1 file:

joehni 2006-03-25 11:53 Rev.: 764

Update paths for SecurityManager test.

58 lines of code changed in 1 file:

joehni 2006-03-24 17:17 Rev.: 763

Added tests with active SecurityManager (XSTR-219).

174 lines of code changed in 2 files:

joehni 2006-03-22 17:04 Rev.: 758

Test DefaultListModel (XSTR-130).

37 lines of code changed in 2 files:

joehni 2006-03-22 16:53 Rev.: 757

Use correct class loader in JavaMethodConverter (XSTR-235).

4 lines of code changed in 2 files:

joehni 2006-03-22 06:28 Rev.: 756

Optimize runtime.

19 lines of code changed in 1 file:

joehni 2006-03-22 04:24 Rev.: 755

No System.out.

0 lines of code changed in 1 file:

joehni 2006-03-22 04:23 Rev.: 754

Concurrency test.

86 lines of code changed in 1 file:

joehni 2006-03-21 17:12 Rev.: 752

Fixed long-standing nasty bug in SerializationConverter caused by a hidden variable causing (XSTR-285).
Might have caused other bugs for SerializableObjects also.

5 lines of code changed in 2 files:

joehni 2006-03-21 12:51 Rev.: 751

Reverse field detection uses AttributedString class from the JDK to test a class that was compiled with the compiler of the platform.

13 lines of code changed in 2 files:

joehni 2006-03-21 08:45 Rev.: 750

Wrong exception catched.

1 lines of code changed in 1 file:

joehni 2006-03-21 08:30 Rev.: 749

Remove reflection stuff, ThrowableConverter if 1.4 only anyway.

2 lines of code changed in 1 file:

joehni 2006-03-20 21:18 Rev.: 748

Fix silly typo.

1 lines of code changed in 1 file:

joehni 2006-03-20 20:52 Rev.: 746

Support user-defined EOL character (XSTR-182).

23 lines of code changed in 2 files:

joehni 2006-03-20 19:59 Rev.: 745

Support own Mapper chain using XStream ctor (XSTR-250).

96 lines of code changed in 6 files:

joehni 2006-03-20 19:14 Rev.: 743

Update StAX. Update licenses.

411 lines of code changed in 11 files:

joehni 2006-03-16 22:55 Rev.: 740

Make JDK 1.3 happy.

2 lines of code changed in 1 file:

joehni 2006-03-16 22:43 Rev.: 738

Support absolute XPath references (XSTR-88).

271 lines of code changed in 14 files:

joehni 2006-03-16 22:13 Rev.: 737

Remove unused imports.

0 lines of code changed in 2 files:

joehni 2006-03-16 21:57 Rev.: 735

Proper test name.
Example to initialize transient member.

21 lines of code changed in 2 files:

joehni 2006-03-16 21:18 Rev.: 733

Undo svn 659, use alternate implementation directly in the ThrowableConverter.

53 lines of code changed in 6 files:

joehni 2006-03-16 21:00 Rev.: 732

Make JDK 1.3 happy.

4 lines of code changed in 1 file:

joehni 2006-03-16 20:29 Rev.: 731

Derive from BaseException (XSTR-229).

3 lines of code changed in 1 file:

joehni 2006-03-16 20:12 Rev.: 730

XStream checkes the object returned from a converter for compatibility (XSTR-284).
Disabled JTable test ... it injects an incompatible type !!!

157 lines of code changed in 7 files:

joehni 2006-03-16 03:33 Rev.: 728

Avoid deprecated code usage.

5 lines of code changed in 6 files:

joehni 2006-03-15 17:23 Rev.: 727

Make JDK 1.3 happy.

1 lines of code changed in 1 file:

joehni 2006-03-15 17:17 Rev.: 726

Add javadoc.

8 lines of code changed in 1 file:

joehni 2006-03-15 17:12 Rev.: 725

Resolve references to implicit collections (XSTR-276 and XSTR-283).
Factor out AbstractReference(Un)Marshaller.

227 lines of code changed in 12 files:

joehni 2006-03-15 01:26 Rev.: 724

Added new StatefulWriter as general solution for XSTR-244 and preparation for XSTR-276 and XSTR-283.

320 lines of code changed in 6 files:

joehni 2006-03-14 17:35 Rev.: 723

Eliminate use of deprecated API.

1 lines of code changed in 1 file:

joehni 2006-03-14 17:32 Rev.: 722

Undo changes of 720 (broke JDK 1.5).
Simplified access to reflectionProvider in derived classes of AbstractReflectionConverter.

13 lines of code changed in 5 files:

joehni 2006-03-14 16:51 Rev.: 721

Fix closing stream twice (XSTR-244). Patch by Guilherme.

94 lines of code changed in 2 files:

joehni 2006-03-14 16:12 Rev.: 720

Remove unused method, that was lately introduced.

3 lines of code changed in 2 files:

joehni 2006-03-07 18:15 Rev.: 719

Real nasty show cases for XSTR-276 and XSTR-283.

139 lines of code changed in 3 files:

joehni 2006-03-07 16:22 Rev.: 718

Some javadoc work.

8 lines of code changed in 2 files:

joehni 2006-03-07 16:12 Rev.: 717

Test to omit inherited fields.

30 lines of code changed in 1 file:

joehni 2006-03-07 15:40 Rev.: 716

CDATA test.

20 lines of code changed in 1 file:

mauro 2006-03-06 11:37 Rev.: 714

XSTR-281: Applied patch from Guilherme Silveira

40 lines of code changed in 2 files:

mauro 2006-03-06 11:25 Rev.: 713

XSTR-282: Applied patch from Guilherme Silveira.

46 lines of code changed in 1 file:

mauro 2006-03-03 07:33 Rev.: 711

Reverted order to compilation for JDK-dependent parts so it can be compiled with all JDKs.

1 lines of code changed in 1 file:

joehni 2006-03-03 02:51 Rev.: 710

Optimize ReflectionConverter creation.

4 lines of code changed in 1 file:

joehni 2006-03-02 19:21 Rev.: 709

Drop the JVM.bestReflectionConverter completely.
Add JD 1.5 support again.

42 lines of code changed in 7 files:

joehni 2006-03-02 17:52 Rev.: 708

Annotations can be comipiled with -target 1.3

0 lines of code changed in 1 file:

joehni 2006-03-02 17:36 Rev.: 707

Factored out AbstractReflectionProvider.
Commented out JVM.bestReflectionProvider, since it breaks any JDK pre 1.5.

311 lines of code changed in 6 files:

mauro 2006-03-02 14:11 Rev.: 706

Excluded annotations from 1.3 build

1 lines of code changed in 1 file:

mauro 2006-03-02 13:56 Rev.: 705

XSTR-278: Applied patch from Guilherme Silveira with minor modifications.

448 lines of code changed in 22 files:

joehni 2006-03-01 18:59 Rev.: 704

Drop references from popped classes.

4 lines of code changed in 1 file:

February 2006 »