Title: [2274] trunk/xstream-distribution/src/content/changes.html: Merge from 1.4.x branch: Deprecation of AttributeNameIterator, ConversionException instead of IllegalArgumentException in SqlTimestampConverter and correction of Javadoc in XStreamConverter annotation.
Revision
2274
Author
joehni
Date
2014-03-12 18:17:39 -0500 (Wed, 12 Mar 2014)

Log Message

Merge from 1.4.x branch: Deprecation of AttributeNameIterator, ConversionException instead of IllegalArgumentException in SqlTimestampConverter and correction of Javadoc in XStreamConverter annotation.

Modified Paths

Diff

Modified: trunk/xstream-distribution/src/content/changes.html (2273 => 2274)


--- trunk/xstream-distribution/src/content/changes.html	2014-03-12 23:02:15 UTC (rev 2273)
+++ trunk/xstream-distribution/src/content/changes.html	2014-03-12 23:17:39 UTC (rev 2274)
@@ -62,12 +62,14 @@
     <ul>
     	<li>Fix: DateConverter ignores provided locale.</li>
     	<li>Fix: WeakCache.entrySet().iterator().next.setValue(value) returns the reference instead of the old value.</li>
+    	<li>Fix: SqlTimestampConverter throws IllegalArgumentException instead of ConversionException on fromString().</li>
     </ul>
 
     <h2>API changes</h2>
     
     <ul>
     	<li>Deprecated c.t.x.converters.extended.StackTraceElementFactory, it is an internal helper class.</li>
+    	<li>Deprecated c.t.x.io.AttributeNameIterator, it is an internal helper class.</li>
     	<li>Deprecated c.t.x.XStream.useXStream11XmlFriendlyMapper(), corresponding
     	c.t.x.mapper.XStream11XmlFriendlyMapper has been deprecated long ago.</li>
     	<li>Deprecated c.t.x.converter.basic.BooleanConverter.shouldConvert(Class,Object), undetected remainder of

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to