Jörg Schaible resolved Bug XSTR-713 as Won't Fix

Hi Scott,

the ConcurrentHashMap was handled in previous XStream version by the reflection-based converters. However, since those converters expose implementation details in the XML, the format was not compatible between JDK versions and JDKs of different vendors. Therefore XStream delivers now since version 1.4.3 a specialized converter for this type to prevent such incompatibilities (see XSTR-608).

Simply use two different XStream instances, if you have to read XML written in the old format and register the SerializationConverter again for unmarshalling the ConcurrentHashMap.

Change By: Jörg Schaible (14/Jan/13 11:42 AM)
Resolution: Won't Fix
Status: Open Resolved
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to