March 2006 Commit Log

Number of Commits:
82
Number of Active Developers:
4
joehni 2006-03-31 08:55

Fix build.

5 lines of code changed in:

joehni 2006-03-30 21:59

Normalize serialized XStream xml.

57 lines of code changed in:

joehni 2006-03-30 12:32

Fix typo.

1 lines of code changed in:

joehni 2006-03-30 11:04

Fix initialization of attribute name for classes.

2 lines of code changed in:

joehni 2006-03-29 21:36

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

192 lines of code changed in:

joehni 2006-03-28 23:43

Make JDK 1.3 happy.

1 lines of code changed in:

joehni 2006-03-28 23:40

Update changes.

1 lines of code changed in:

joehni 2006-03-28 23:34

XStream detects if it serializes itself (XSTR-286).

Preparation for serialization of XStream itself (XSTR-50).

21 lines of code changed in:

joehni 2006-03-27 21:35

Make JDK 1.3 happy.

4 lines of code changed in:

joehni 2006-03-27 21:34

Update changes.

6 lines of code changed in:

joehni 2006-03-27 21:29

Add attribute aliasing.

164 lines of code changed in:

joehni 2006-03-27 17:35

Fix javadoc.

4 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+4 -4)
joehni 2006-03-27 17:31

Rename AttributeAliasingMapper to AttributeMapper.

Renamed XStream.aliasAttribute() to XStream.useAttributeFor().

257 lines of code changed in:

joehni 2006-03-27 17:13

Attributes for null values must be ignored.

21 lines of code changed in:

joehni 2006-03-26 16:40

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

75 lines of code changed in:

joehni 2006-03-26 16:24

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

24 lines of code changed in:

joehni 2006-03-26 15:58

Remove forgotten System.out.

0 lines of code changed in:

joehni 2006-03-26 15:57

Optimize solution for XSTR-288.

33 lines of code changed in:

joehni 2006-03-25 18:59

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

84 lines of code changed in:

joehni 2006-03-25 17:31

Fix id for implicit collection (XSTR-288).

25 lines of code changed in:

joehni 2006-03-25 17:04

Fix for JDK 1.5 and 1.3.

4 lines of code changed in:

joehni 2006-03-25 16:53

Update paths for SecurityManager test.

58 lines of code changed in:

joehni 2006-03-24 22:17

Added tests with active SecurityManager (XSTR-219).

174 lines of code changed in:

joe 2006-03-24 22:12

Removed some extra whitespace

32 lines of code changed in:

gas 2006-03-24 20:30

new alias tutorial

32 lines of code changed in:

gas 2006-03-24 20:30

correcting the parenthesis problem

2 lines of code changed in:

gas 2006-03-24 20:30

new developer joins the xstream team

2 lines of code changed in:

  • xstream-website/src/content: team.html (+2 -2)
joehni 2006-03-22 22:04

Test DefaultListModel (XSTR-130).

37 lines of code changed in:

joehni 2006-03-22 21:53

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

4 lines of code changed in:

joehni 2006-03-22 11:28

Optimize runtime.

19 lines of code changed in:

joehni 2006-03-22 09:24

No System.out.

0 lines of code changed in:

joehni 2006-03-22 09:23

Concurrency test.

86 lines of code changed in:

joehni 2006-03-21 22:44

Fix HTML.

0 lines of code changed in:

joehni 2006-03-21 22:12

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:

joehni 2006-03-21 17:51

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:

  • xstream/src/java/com/thoughtworks/xstream/converters/reflection: FieldDictionary.java (+1 -1)
  • xstream/src/java/com/thoughtworks/xstream/core: JVM.java (+12 -6)
joehni 2006-03-21 13:45

Wrong exception catched.

1 lines of code changed in:

joehni 2006-03-21 13:30

Remove reflection stuff, ThrowableConverter if 1.4 only anyway.

2 lines of code changed in:

joehni 2006-03-21 02:18

Fix silly typo.

1 lines of code changed in:

joehni 2006-03-21 02:07

Update changes.

1 lines of code changed in:

joehni 2006-03-21 01:52

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

23 lines of code changed in:

joehni 2006-03-21 00:59

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

96 lines of code changed in:

joehni 2006-03-21 00:15

Update download section.

16 lines of code changed in:

joehni 2006-03-21 00:14

Update StAX. Update licenses.

411 lines of code changed in:

joehni 2006-03-19 20:17

Update Xpp3 link.

1 lines of code changed in:

joehni 2006-03-19 20:17

No CVS.

1 lines of code changed in:

joehni 2006-03-17 03:55

Make JDK 1.3 happy.

2 lines of code changed in:

joehni 2006-03-17 03:46

Update changes.

1 lines of code changed in:

joehni 2006-03-17 03:43

Support absolute XPath references (XSTR-88).

271 lines of code changed in:

joehni 2006-03-17 03:13

Remove unused imports.

0 lines of code changed in:

joehni 2006-03-17 03:10

Update FAQ.

14 lines of code changed in:

  • xstream-website/src/content: faq.html (+14)
joehni 2006-03-17 02:57

Proper test name.

Example to initialize transient member.

21 lines of code changed in:

joehni 2006-03-17 02:20

Update changes.

4 lines of code changed in:

joehni 2006-03-17 02:18

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

53 lines of code changed in:

joehni 2006-03-17 02:00

Make JDK 1.3 happy.

4 lines of code changed in:

joehni 2006-03-17 01:29

Derive from BaseException (XSTR-229).

3 lines of code changed in:

joehni 2006-03-17 01:12

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:

joehni 2006-03-16 22:32

Update changes.

9 lines of code changed in:

joehni 2006-03-16 08:33

Avoid deprecated code usage.

5 lines of code changed in:

joehni 2006-03-15 22:23

Make JDK 1.3 happy.

1 lines of code changed in:

joehni 2006-03-15 22:17

Add javadoc.

8 lines of code changed in:

joehni 2006-03-15 22:12

Resolve references to implicit collections (XSTR-276 and XSTR-283).

Factor out AbstractReference(Un)Marshaller.

227 lines of code changed in:

joehni 2006-03-15 06:26

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

320 lines of code changed in:

joehni 2006-03-14 22:35

Eliminate use of deprecated API.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/annotations: Annotations.java (+1 -1)
joehni 2006-03-14 22:32

Undo changes of 720 (broke JDK 1.5).

Simplified access to reflectionProvider in derived classes of AbstractReflectionConverter.

13 lines of code changed in:

joehni 2006-03-14 21:51

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

94 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+52 -41)
  • xstream/src/test/com/thoughtworks/xstream: XStreamTest.java (+42 -6)
joehni 2006-03-14 21:12

Remove unused method, that was lately introduced.

3 lines of code changed in:

joehni 2006-03-07 23:15

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

139 lines of code changed in:

joehni 2006-03-07 21:22

Some javadoc work.

8 lines of code changed in:

joehni 2006-03-07 21:12

Test to omit inherited fields.

30 lines of code changed in:

joehni 2006-03-07 20:40

CDATA test.

20 lines of code changed in:

joehni 2006-03-07 19:28

Browse the repo.

13 lines of code changed in:

mauro 2006-03-06 16:37

XSTR-281: Applied patch from Guilherme Silveira

40 lines of code changed in:

mauro 2006-03-06 16:25

XSTR-282: Applied patch from Guilherme Silveira.

46 lines of code changed in:

joehni 2006-03-04 00:32

Update changes.

Give credits.

Fix bogous copy problem with nio.

18 lines of code changed in:

mauro 2006-03-03 12:33

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

1 lines of code changed in:

joehni 2006-03-03 07:51

Optimize ReflectionConverter creation.

4 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+4 -4)
joehni 2006-03-03 00:21

Drop the JVM.bestReflectionConverter completely.

Add JD 1.5 support again.

42 lines of code changed in:

joehni 2006-03-02 22:52

Annotations can be comipiled with -target 1.3

0 lines of code changed in:

joehni 2006-03-02 22:36

Factored out AbstractReflectionProvider.

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

311 lines of code changed in:

mauro 2006-03-02 19:11

Excluded annotations from 1.3 build

1 lines of code changed in:

mauro 2006-03-02 18:56

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

448 lines of code changed in:

joehni 2006-03-01 23:59

Drop references from popped classes.

4 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/core/util: ClassStack.java (+4 -2)

February 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT