Title: [2138] trunk:
Revision
2138
Author
joehni
Date
2013-09-26 14:59:23 -0500 (Thu, 26 Sep 2013)

Log Message



Modified Paths


Diff

Modified: trunk/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java (2137 => 2138)


--- trunk/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java	2013-09-26 19:56:58 UTC (rev 2137)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java	2013-09-26 19:59:23 UTC (rev 2138)
@@ -52,9 +52,11 @@
     }
 
     public Sun14ReflectionProvider() {
+        super();
     }
 
     public Sun14ReflectionProvider(FieldDictionary dic) {
+        super(dic);
     }
 
     public Object newInstance(Class type) {

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


--- trunk/xstream-distribution/src/content/changes.html	2013-09-26 19:56:58 UTC (rev 2137)
+++ trunk/xstream-distribution/src/content/changes.html	2013-09-26 19:59:23 UTC (rev 2138)
@@ -76,6 +76,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>LongConverter supports now positive hex and octal numbers over Long.MAX_VALUE within 64 bit.</li>
+    	<li>Fix: Sun14RefectionProvider ignores a provided FieldDictionary.</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>
     	<li>JIRA:XSTR-685: StAX based drivers (StaxDriver and JettisonMappedXmlDriver) are not closing internal input

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to