Log Message
JettisonMappedXmlDriver provides better support to overwrite its create methods.
Modified Paths
Diff
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.java (2061 => 2062)
--- trunk/xstream/src/java/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.java 2013-04-22 19:54:16 UTC (rev 2061)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.java 2013-04-29 16:55:14 UTC (rev 2062)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007, 2008, 2009, 2010, 2011 XStream Committers.
+ * Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
@@ -43,10 +43,10 @@
*/
public class JettisonMappedXmlDriver extends AbstractDriver {
- private final MappedXMLOutputFactory mof;
- private final MappedXMLInputFactory mif;
- private final MappedNamespaceConvention convention;
- private boolean useSerializeAsArray = true;
+ protected final MappedXMLOutputFactory mof;
+ protected final MappedXMLInputFactory mif;
+ protected final MappedNamespaceConvention convention;
+ protected final boolean useSerializeAsArray;
/**
* Construct a JettisonMappedXmlDriver.
Modified: trunk/xstream-distribution/src/content/changes.html (2061 => 2062)
--- trunk/xstream-distribution/src/content/changes.html 2013-04-22 19:54:16 UTC (rev 2061)
+++ trunk/xstream-distribution/src/content/changes.html 2013-04-29 16:55:14 UTC (rev 2062)
@@ -65,6 +65,7 @@
<li>JIRA:XSTR-724: Cache class name lookup failures.</li>
<li>Current IBM JDK for Java 1.4.2 no longer has a reverse field ordering.</li>
<li>JIRA:XSTR-457: Do not write 'defined-in' attribute it not needed.</li>
+ <li>JettisonMappedXmlDriver provides better support to overwrite its create methods.</li>
</ul>
<h2>API changes</h2>
To unsubscribe from this list please visit:
