September 2007 Commit Log

Number of Commits:
32
Number of Active Developers:
1
joehni 2007-09-26 17:30 Rev.: 1267

XPath expressions used in references are now also XML-friendly encoded to match the real XML path (XSTR-420).
Added XmlFriendlyReader and XmlFriendlyWriter interfaces to access the functionality of the XmlFriendlyReplacer.
Added compatibility test case for XStream 1.2.x.
Factored out an abstract TreeMarshallingStrategy with an easy possibility to overload the creation of the contexts.

184 lines of code changed in 13 files:

joehni 2007-09-26 16:51 Rev.: 1265

Add comment for Duration.

1 lines of code changed in 1 file:

joehni 2007-09-26 16:47 Rev.: 1264

XStream failed to initialize in environments without AWT or SQL classes.

5 lines of code changed in 1 file:

joehni 2007-09-26 13:41 Rev.: 1263

Support field alias inheritance (XSTR-305 by David Blevins).

32 lines of code changed in 5 files:

joehni 2007-09-26 13:40 Rev.: 1261

Test character 0x96.

1 lines of code changed in 1 file:

joehni 2007-09-25 16:49 Rev.: 1260

Consolidate tests.

12 lines of code changed in 2 files:

joehni 2007-09-25 16:32 Rev.: 1259

Keep TAB and LF as normal character.

4 lines of code changed in 1 file:

joehni 2007-09-25 16:25 Rev.: 1257

Serialize ICO control characters as entity (XSTR-352).

6 lines of code changed in 2 files:

joehni 2007-09-24 20:35 Rev.: 1255

Fix unit test.

1 lines of code changed in 1 file:

joehni 2007-09-24 20:17 Rev.: 1253

Attribute named like transient field did abort deserialization of following fields (XSTR-428).
Fix CharConverter unit tests.

36 lines of code changed in 6 files:

joehni 2007-09-24 19:25 Rev.: 1252

Optimized version of XmlFriendlyReplacer (as result of benchmark created because of XSTR-401).

12 lines of code changed in 1 file:

joehni 2007-09-24 15:50 Rev.: 1251

Implement SingleValueConverter for CharacterConverter (XSTR-421).
Handle characters not defined in unicode fixing bug XSTR-426.

31 lines of code changed in 4 files:

joehni 2007-09-24 03:38 Rev.: 1247

Use target 1.3 where possible.

2 lines of code changed in 3 files:

joehni 2007-09-24 03:31 Rev.: 1246

Use headless mode.

4 lines of code changed in 1 file:

joehni 2007-09-23 09:32 Rev.: 1245

Add DurationConverter (XSTR-427).

96 lines of code changed in 13 files:

joehni 2007-09-19 20:37 Rev.: 1244

Use proper Exception and make JDK 1.3 compatible.

25 lines of code changed in 1 file:

joehni 2007-09-19 20:18 Rev.: 1242

Fix C&P error.

1 lines of code changed in 1 file:

joehni 2007-09-19 19:58 Rev.: 1241

Add SingleValueConverter that utilizes PropertyEditor implementations (XSTR-386).

231 lines of code changed in 4 files:

joehni 2007-09-19 18:55 Rev.: 1240

Deserializing TreeMap or TreeSet will not call comparator (XSTR-407).

311 lines of code changed in 3 files:

joehni 2007-09-19 16:34 Rev.: 1239

Fields have been written as attributes although they should have been omitted (XSTR-430).

24 lines of code changed in 2 files:

joehni 2007-09-19 13:58 Rev.: 1238

Add FieldKeySorter for XStream 1.2.x compatibility.

59 lines of code changed in 4 files:

joehni 2007-09-15 13:14 Rev.: 1237

Javadoc

24 lines of code changed in 1 file:

joehni 2007-09-15 13:09 Rev.: 1236

Solution for JDK 5 at Codehaus' Bamboo ??

8 lines of code changed in 2 files:

joehni 2007-09-15 10:46 Rev.: 1235

Make JDK 1.3 compatible.

4 lines of code changed in 2 files:

joehni 2007-09-15 10:14 Rev.: 1233

DateConverter uses now by default SimpleDateFormat instances in non-lenient mode (XSTR-424).

27 lines of code changed in 5 files:

joehni 2007-09-15 09:33 Rev.: 1231

Support XmlFriendlyReplacer for SaxWriter and TraxSource (XSTR-429).

101 lines of code changed in 2 files:

joehni 2007-09-13 09:22 Rev.: 1227

Make constants static.
Drop superfluous import of JDK 5 class.

4 lines of code changed in 1 file:

joehni 2007-09-13 09:17 Rev.: 1226

Cannot delegate JDK 5 method.

4 lines of code changed in 1 file:

joehni 2007-09-13 08:50 Rev.: 1225

Add XML header aware JDK reader.

309 lines of code changed in 2 files:

joehni 2007-09-12 17:15 Rev.: 1224

Fix XmlFriendlyReplacer replacing dollar only.

105 lines of code changed in 4 files:

joehni 2007-09-10 12:43 Rev.: 1223

Fix javadoc typo.

1 lines of code changed in 1 file:

joehni 2007-09-10 03:29 Rev.: 1222

Fix javadoc typos.

4 lines of code changed in 1 file:

August 2007 »