Title: [2266] branches/v-1.4.x: Deprecate StackTraceElementFactory.
Revision
2266
Author
joehni
Date
2014-02-26 16:18:50 -0600 (Wed, 26 Feb 2014)

Log Message

Deprecate StackTraceElementFactory.

Modified Paths


Diff

Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.java (2265 => 2266)


--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.java	2014-02-11 18:25:29 UTC (rev 2265)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.java	2014-02-26 22:18:50 UTC (rev 2266)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004 Joe Walnes.
- * Copyright (C) 2006, 2007 XStream Committers.
+ * Copyright (C) 2006, 2007, 2014 XStream Committers.
  * All rights reserved.
  *
  * The software in this package is published under the terms of the BSD
@@ -21,6 +21,7 @@
  *
  * @author <a href="" K. Oxley (binkley)</a>
  * @author Joe Walnes
+ * @deprecated As of upcoming, it is an internal helper class
  */
 public class StackTraceElementFactory {
 

Modified: branches/v-1.4.x/xstream-distribution/src/content/changes.html (2265 => 2266)


--- branches/v-1.4.x/xstream-distribution/src/content/changes.html	2014-02-11 18:25:29 UTC (rev 2265)
+++ branches/v-1.4.x/xstream-distribution/src/content/changes.html	2014-02-26 22:18:50 UTC (rev 2266)
@@ -42,6 +42,7 @@
     <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.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