JavaMethodConverter handles non private methods/constructors (thanks to Kevin Ring)
51 lines of code changed in:
PropertiesConverter also serializes default values (thanks to Kevin Ring)
86 lines of code changed in:
Missing bracket
1 lines of code changed in:
Incorporated changed from Bryan Coleman for dealing with polymorphic enums
105 lines of code changed in:
Didn't mean to check in those dodgy imports.
1 lines of code changed in:
Bugfix: Externalizable converter was not correctly resolving name of class to instantiate for any object that wasn't at the root of the tree.
56 lines of code changed in:
Removed unnecessary jdk-check dependency (pointed out by Carlo Dapor)
1 lines of code changed in:
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:
Made classpath more explicit. JDK 1.5 moans about non jar files.
4 lines of code changed in:
Removed build server 'hack'
0 lines of code changed in:
Added converter for JDK 1.5 enum.
50 lines of code changed in:
Applied patch for XSTR-148 from Chung-Onn Cheong
1 lines of code changed in:
Updated website for 1.1.1 release
20 lines of code changed in:
XSTR-199: Allow classloader to be changed using XStream.setClassLoader()
76 lines of code changed in:
Ability for users to inject a custom mapper
87 lines of code changed in:
Added (disabled) test for XSTR-193
54 lines of code changed in:
Upgraded sitemesh jar. Jira tags now look like JIRA:BLAH, rather than <jira>BLAH</jira>. This makes it easier to use in WYSIWYG editor
18 lines of code changed in:
Credited Simon Daniel for the array classloader fix
2 lines of code changed in: