Log Message
Deprecate XStream.useXStream11XmlFriendlyMapper().
Modified Paths
- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java
- branches/v-1.4.x/xstream-distribution/src/content/changes.html
Diff
Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java (2260 => 2261)
--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java 2014-02-08 10:49:34 UTC (rev 2260)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java 2014-02-10 18:49:45 UTC (rev 2261)
@@ -628,6 +628,9 @@
return next;
}
+ /**
+ * @deprecated As of upcoming
+ */
protected boolean useXStream11XmlFriendlyMapper() {
return false;
}
Modified: branches/v-1.4.x/xstream-distribution/src/content/changes.html (2260 => 2261)
--- branches/v-1.4.x/xstream-distribution/src/content/changes.html 2014-02-08 10:49:34 UTC (rev 2260)
+++ branches/v-1.4.x/xstream-distribution/src/content/changes.html 2014-02-10 18:49:45 UTC (rev 2261)
@@ -28,6 +28,17 @@
<a href="" Log</a>.
</p>
+ <h1 id="upcoming-1.4.x">Upcoming 1.4.x maintenance release</h1>
+
+ <p>Not yet released.</p>
+
+ <h2>API changes</h2>
+
+ <ul>
+ <li>Deprecated c.t.x.XStream.useXStream11XmlFriendlyMapper(), corresponding
+ c.t.x.mapper.XStream11XmlFriendlyMapper has been deprecated long ago.</li>
+ </ul>
+
<h1 id="1.4.7">1.4.7</h1>
<p>Released February 8, 2013.</p>
To unsubscribe from this list please visit:
