|
||||||||||||||
|
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:

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.