A little bit of base. (64).
38 lines of code changed in:
Added converter for java.util.regex.Pattern.
62 lines of code changed in:
Cleaned up docs
44 lines of code changed in:
Fixed blank cells
20 lines of code changed in:
Docs: Reference for most of the converters
55 lines of code changed in:
Reverted half finished code fragment that never meant to get committed.
0 lines of code changed in:
XSTR-91: Ensured date format is always in english.
2 lines of code changed in:
XSTR-97: If a duplicate element is found when unmarshalling a class, an exception is thrown.
42 lines of code changed in:
Converter for java.util.GregorianCalendar
59 lines of code changed in:
Made some of XStreams internals transient.
30 lines of code changed in:
Killed a static that slipped the net. Should be the last of the hot redeployment problems (and also allows XStream to serialize itself).
1 lines of code changed in:
Fixed broken build! I hang my head in shame.
8 lines of code changed in:
JDK1.3 compatability
2 lines of code changed in:
Converter for java.util.Currency
33 lines of code changed in:
Converter for java.util.Locale
61 lines of code changed in:
Converter for java.sql.Date
40 lines of code changed in:
Converter for javax.sql.Time
33 lines of code changed in:
Updated changelog
4 lines of code changed in:
Bugfix: Registering the ColorConverter and FontConverters no longer causes the AWT toolkit to be loaded(!)
12 lines of code changed in:
Fix for XSTR-100: When an object is instantiated outside of XStream and then passed in to the unmarshaller, it should only deserialize to this at the root level.
39 lines of code changed in:
MapConverter <entry> element can be aliased to something else, by setting an alias for Map.Entry.
23 lines of code changed in:
Removed static caches. This means that nothing is cached between XStream instances so there are no errors when a classloader hot redeploys a class that is already cached.
25 lines of code changed in:
Added contributors
2 lines of code changed in:
Bugfix XSTR-87: Cannot deserialize fields that contain $ char as they are invalid XML elements.
31 lines of code changed in:
FontConverter test does not run if graphics environment is not available
12 lines of code changed in:
Installed DamageControl trigger for xstream
1 lines of code changed in:
Disabled DamageControl trigger for xstream
2 lines of code changed in:
Temporarily disabled test that fails on headless build server
2 lines of code changed in:
Added some info about thread-safety to docs
31 lines of code changed in:
Removed fluff
2 lines of code changed in:
Removed dead class
0 lines of code changed in:
(Almost) all converters are now registered by default
30 lines of code changed in:
Converter for java.awt.Font that prevents the JVM from crashing(!)
87 lines of code changed in:
Support for default collections XSTR-60
152 lines of code changed in:
Installed CamageControl nudger for xstream
2 lines of code changed in:
Disabled DamageControl nudger for xstream
2 lines of code changed in:
Installed CamageControl nudger for xstream
2 lines of code changed in:
Disabled DamageControl nudger for xstream
2 lines of code changed in:
Installed damagecontrol trigger for xstream
2 lines of code changed in:
Disabled DamageControl nudger for xstream
2 lines of code changed in:
DC test
1 lines of code changed in:
dc test
1 lines of code changed in:
fixing DC settings
1 lines of code changed in:
Removed experimental squidgey syntax.
1 lines of code changed in:
Removed JDK1.4 dependency (java.util.LinkedHashMap)
19 lines of code changed in:
Test that fields come out in same order they are defined.
43 lines of code changed in:
Fields are now serialized in the same order they are defined in the class, rather than alphabetical
83 lines of code changed in: