[root]/xstream/src/java/com/thoughtworks/xstream/io/path
Adjust svn properties.
0 lines of code changed in:
XSTR-321: Applied patch2 from Paul Hammant.
6 lines of code changed in:
27% performance improvement!
3 lines of code changed in:
Optimize solution for XSTR-288.
12 lines of code changed in:
Resolve references to implicit collections (XSTR-276 and XSTR-283).
Factor out AbstractReference(Un)Marshaller.
1 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
1 lines of code changed in:
Misc code cleanup and tiny performance tweaks.
1 lines of code changed in:
Cleanup:
* Added JavaDoc for XPath libraray.
* Removed some long dead code and use of deprecated methods.
* Extracted ReaderWrapper/WriterWrapper from PathTrackingReader/Writer to make it easy to create other decorators.
140 lines of code changed in:
Added HierarichalStreamReader.getAttributeNames(). Contributed by Trygve Laugstol.
6 lines of code changed in:
JIRA:XSTR-104 HierarchicalStreamReader now exposes all available attributes to the Converter implementations
12 lines of code changed in:
XSTR-179: Support for ObjectInputStream.registerValidation(ObjectInputValidation).
XSTR-178: Serialized inner class now maintains reference to outer class.
19 lines of code changed in:
Performance
17 lines of code changed in:
Moved Path string logic into Path object
37 lines of code changed in:
Performance
11 lines of code changed in:
Performance
3 lines of code changed in:
Introduced Path object to encapsulate an XPath reference, which was previously a String. This allows the object to have behavior and caching (and reduces the need for repetitive string manipulation).
147 lines of code changed in:
Optimization
22 lines of code changed in:
Added lots of helpful information to the ConversionException upon unmarshalling.
6 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.
69 lines of code changed in:
Removed system.outs
0 lines of code changed in:
(4 more)