March 2005 Commit Log

Number of Commits:
13
Number of Active Developers:
2
joe 2005-03-24 03:15 Rev.: 537

JavaMethodConverter handles non private methods/constructors (thanks to Kevin Ring)

47 lines of code changed in 4 files:

joe 2005-03-24 03:14 Rev.: 536

PropertiesConverter also serializes default values (thanks to Kevin Ring)

86 lines of code changed in 2 files:

joe 2005-03-20 15:07 Rev.: 534

Incorporated changed from Bryan Coleman for dealing with polymorphic enums

101 lines of code changed in 6 files:

joe 2005-03-20 11:47 Rev.: 533

Didn't mean to check in those dodgy imports.

1 lines of code changed in 1 file:

joe 2005-03-20 11:43 Rev.: 532

Bugfix: Externalizable converter was not correctly resolving name of class to instantiate for any object that wasn't at the root of the tree.

30 lines of code changed in 3 files:

joe 2005-03-20 11:05 Rev.: 531

Removed unnecessary jdk-check dependency (pointed out by Carlo Dapor)

1 lines of code changed in 1 file:

joe 2005-03-18 14:48 Rev.: 530

Updated build so it now works on JDK 1.4 and 1.5.
* If compiling on 1.5 the main Java classes (not the tests) are compiled with -target 1.3 to ensure the library still runs on 1.3 and 1.4 jdks.
* If compiling on 1.4 some of the 1.5 specific classes are ignored from the build and a warning is displayed.
Minor tweaks have been made to the code to ensure it behaves consistently across JDKs.

39 lines of code changed in 9 files:

joe 2005-03-18 12:50 Rev.: 529

Made classpath more explicit. JDK 1.5 moans about non jar files.

4 lines of code changed in 1 file:

joe 2005-03-18 09:52 Rev.: 527

Added converter for JDK 1.5 enum.

50 lines of code changed in 2 files:

mauro 2005-03-12 15:07 Rev.: 526

Applied patch for XSTR-148 from Chung-Onn Cheong

1 lines of code changed in 1 file:

joe 2005-03-07 16:46 Rev.: 523

XSTR-199: Allow classloader to be changed using XStream.setClassLoader()

72 lines of code changed in 4 files:

joe 2005-03-06 11:13 Rev.: 522

Ability for users to inject a custom mapper

87 lines of code changed in 3 files:

joe 2005-03-06 07:06 Rev.: 521

Added (disabled) test for XSTR-193

54 lines of code changed in 1 file:

February 2005 »