Details
Description
This feature as useful as it is, breaks parsing of maps in apps using older versions. For better backward compatibility, it should be made optional as proposed by attached patch.
>
This feature as useful as it is, breaks parsing of maps in apps using older versions. For better backward compatibility, it should be made optional as proposed by attached patch.
Hmm. Which older version do you mean? XStream or Jettison? IMHO you cannot compare output Jettison 1.2 and 1.0.x anyway, I had to adjust the JSON structure in the unit tests to make XStream compatible for 1.2: http://svn.xstream.codehaus.org/browse/xstream/trunk/xstream/src/test/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriverTest.java?r2=1727&r1=1641