Linked to downloads
7 lines of code changed in:
Distribution zip now includes offline website
7 lines of code changed in:
fixed link to be relative
1 lines of code changed in:
Added appropriate licenses for external jars
477 lines of code changed in:
Fixed screwy line endings
18 lines of code changed in:
Included JavaDoc in generated website
133 lines of code changed in:
No longer created two xstream jars... need to think through a bit more...
9 lines of code changed in:
Ensured test works under different classloaders
7 lines of code changed in:
Fixed broken build (sorry)
11 lines of code changed in:
Removed maven files (they don't seem to be needed anymore).
0 lines of code changed in:
Added simple ant build file, readme and all dependencies.
98 lines of code changed in:
Removed old website
0 lines of code changed in:
Got rid of any unfinished website bits so it can be launched.
7 lines of code changed in:
Brand spanking new website. Much cleaner and easier to navigate.
176 lines of code changed in:
XSTR-45: Added converted for java.lang.reflect.Method and java.lang.reflect.Constructor. By Aslak.
192 lines of code changed in:
Fixed bug in PropertiesConverter
6 lines of code changed in:
XSTR-44: Support for LinkedHashMap and LinkedHashSet
65 lines of code changed in:
Improved XStream facade so it's easier to switch between marshalling strategies.
XPath strategy is now default so XStream will work for most usages out of the box.
xstream.setMode(XStream.XPATH_REFERENCES);
xstream.setMode(XStream.NO_REFERENCES);
xstream.setMode(XStream.ID_REFERENCES);
40 lines of code changed in:
XSTR-38: Can now use relative XPath for references instead of ids. Full object graph support without adding fluff to the XML.
82 lines of code changed in:
Removed system.outs
0 lines of code changed in:
New marshaller that uses XPath instead of IDs for dealing with references. Produces much cleaner XML.
250 lines of code changed in: