Log Message
Prepare documents for release of version 1.4.4.
Modified Paths
- trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/DateConverter.java
- trunk/xstream/src/java/com/thoughtworks/xstream/core/JVM.java
- trunk/xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java
- trunk/xstream-distribution/src/content/changes.html
- trunk/xstream-distribution/src/content/download.html
- trunk/xstream-distribution/src/content/index.html
- trunk/xstream-distribution/src/content/news.html
Diff
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/DateConverter.java (2007 => 2008)
--- trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/DateConverter.java 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/DateConverter.java 2013-01-19 14:41:28 UTC (rev 2008)
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003, 2004 Joe Walnes.
- * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012 XStream Committers.
+ * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
@@ -170,7 +170,7 @@
* @param locale locale to use for the format
* @param timeZone the TimeZone used to serialize the Date
* @param lenient the lenient setting of {@link SimpleDateFormat#setLenient(boolean)}
- * @since upcoming
+ * @since 1.4.4
*/
public DateConverter(
String defaultEraFormat, String defaultFormat, String[] acceptableFormats,
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/core/JVM.java (2007 => 2008)
--- trunk/xstream/src/java/com/thoughtworks/xstream/core/JVM.java 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/core/JVM.java 2013-01-19 14:41:28 UTC (rev 2008)
@@ -99,19 +99,22 @@
}
/**
- * @deprecated As of upcoming, minimal JDK version is 1.4 already
+ * @deprecated As of 1.4.4, minimal JDK version is 1.4 already
*/
public static boolean is14() {
return majorJavaVersion >= 1.4f;
}
/**
- * @deprecated As of upcoming, minimal JDK version will be 1.5 for next major release
+ * @deprecated As of 1.4.4, minimal JDK version will be 1.6 for next major release
*/
public static boolean is15() {
return majorJavaVersion >= 1.5f;
}
+ /**
+ * @deprecated As of 1.4.4, minimal JDK version will be 1.6 for next major release
+ */
public static boolean is16() {
return majorJavaVersion >= 1.6f;
}
@@ -217,7 +220,7 @@
}
/**
- * @since upcoming
+ * @since 1.4.4
*/
public Class loadClass(String name, boolean initialize) {
Class cached = (Class) loaderCache.get(name);
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java (2007 => 2008)
--- trunk/xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java 2013-01-19 14:41:28 UTC (rev 2008)
@@ -551,7 +551,7 @@
*
* @param clazz the type
* @return One of the {@link Type} instances
- * @since upcoming
+ * @since 1.4.4
*/
protected Type getType(Class clazz) {
return (clazz == Mapper.Null.class || clazz == null)
Modified: trunk/xstream-distribution/src/content/changes.html (2007 => 2008)
--- trunk/xstream-distribution/src/content/changes.html 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream-distribution/src/content/changes.html 2013-01-19 14:41:28 UTC (rev 2008)
@@ -27,7 +27,8 @@
<a href="" and
<a href="" Log</a>.
</p>
-
+
+<!--
<h1 id="upcoming">Upcoming</h1>
<p>Not yet released.</p>
@@ -35,12 +36,17 @@
<h2>Major changes</h2>
<ul>
- <li>JIRA:XSTR-709: Locks up on Mac with Apple JVM due to unwanted initialization of AWT.</li>
</ul>
+-->
+ <h1 id="1.4.4">1.4.4</h1>
+
+ <p>Released 19. January 2013.</p>
+
<h2>Minor changes</h2>
<ul>
+ <li>JIRA:XSTR-709: Locks up on Mac with Apple JVM due to unwanted initialization of AWT.</li>
<li>JIRA:XSTR-711: DateConverter cannot handle dates in different era.</li>
<li>JIRA:XSTR-712: HibernateMapper throws NPE if a collection contains null.</li>
<li>DateConverter supports now localized formats.</li>
@@ -54,7 +60,7 @@
<h2>API changes</h2>
<ul>
- <li>Deprecated method c.t.x.core.util.JVM.is14() and c.t.x.core.util.JVM.is15().</li>
+ <li>Deprecated method c.t.x.core.util.JVM.is14(), c.t.x.core.util.JVM.is15() and c.t.x.core.util.JVM.is16().</li>
</ul>
<h1 id="1.4.3">1.4.3</h1>
Modified: trunk/xstream-distribution/src/content/download.html (2007 => 2008)
--- trunk/xstream-distribution/src/content/download.html 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream-distribution/src/content/download.html 2013-01-19 14:41:28 UTC (rev 2008)
@@ -1,7 +1,7 @@
<html>
<!--
Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
@@ -18,18 +18,18 @@
<p><a href="" XStream version numbers...</a></p>
- <h1 id="stable">Stable Version: <span class="version">1.4.3</span></h1>
+ <h1 id="stable">Stable Version: <span class="version">1.4.4</span></h1>
<ul>
- <li><b><a href="" distribution:</a></b>
+ <li><b><a href="" distribution:</a></b>
Contains the XStream jar files, the Hibernate and Benchmark modules and all the dependencies.</li>
- <li><b><a href="" distribution:</a></b>
+ <li><b><a href="" distribution:</a></b>
Contains the complete XStream project as if checked out from the Subversion version tag.</li>
- <li><b><a href="" Core only:</a>
+ <li><b><a href="" Core only:</a>
The xstream.jar only as it is downloaded automatically when it is referenced as Maven dependency.</b></li>
- <li><b><a href="" Hibernate module:</a></b>
+ <li><b><a href="" Hibernate module:</a></b>
The xstream-hibernate.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
- <li><b><a href="" Benchmark module:</a></b>
+ <li><b><a href="" Benchmark module:</a></b>
The xstream-benchmark.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
</ul>
@@ -38,10 +38,10 @@
<p>Below are builds of the latest version of XStream from the <a href=""
<ul>
- <li><a href="" distributions</a></li>
- <li><a href="" Core only</a></li>
- <li><a href="" Hibernate module</a></li>
- <li><a href="" Benchmark module</a></li>
+ <li><a href="" distributions</a></li>
+ <li><a href="" Core only</a></li>
+ <li><a href="" Hibernate module</a></li>
+ <li><a href="" Benchmark module</a></li>
</ul>
<h1 id="previous-releases">Previous Releases</h1>
Modified: trunk/xstream-distribution/src/content/index.html (2007 => 2008)
--- trunk/xstream-distribution/src/content/index.html 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream-distribution/src/content/index.html 2013-01-19 14:41:28 UTC (rev 2008)
@@ -1,7 +1,7 @@
<html>
<!--
Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2011, 2012 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2011, 2012, 2013 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
@@ -71,17 +71,18 @@
<h1 id="news">Latest News</h1>
- <h2 id="1.4.3"><b>Jul 17, 2012</b> XStream 1.4.3 released</h2>
+ <h2 id="1.4.4"><b>Jan 19, 2013</b> XStream 1.4.4 released</h2>
- <p>Maintenance release 1.4.3 of XStream with bug fixes and small improvements. Main changes:</p>
+ <p>Maintenance release 1.4.4 of XStream with bug fixes and small improvements.</p>
<ul>
- <li>Support java.util.concurrent.ConcurrentHashMap with the MapConverter.</li>
- <li>Support for Hibernate 4 with XStream's Hibernate module as default for Java 6 or higher.</li>
+ <li>DateConverter supports now localized formats.</li>
</ul>
<p>View the complete <a href="" log</a> and <a href=""
+ <p>Note, the next major release 1.5 will require Java 6.</p>
+
<p>Thanks to this impressive list of <a href=""
</body>
Modified: trunk/xstream-distribution/src/content/news.html (2007 => 2008)
--- trunk/xstream-distribution/src/content/news.html 2013-01-18 15:39:51 UTC (rev 2007)
+++ trunk/xstream-distribution/src/content/news.html 2013-01-19 14:41:28 UTC (rev 2008)
@@ -1,7 +1,7 @@
<html>
<!--
Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
@@ -16,6 +16,18 @@
<body>
+ <h2 id="1.4.4"><b>Jan 19, 2013</b> XStream 1.4.4 released</h2>
+
+ <p>Maintenance release 1.4.4 of XStream with bug fixes and small improvements.</p>
+
+ <ul>
+ <li>DateConverter supports now localized formats.</li>
+ </ul>
+
+ <p>View the complete <a href="" log</a> and <a href=""
+
+ <p>Note, the next major release 1.5 will require Java 6.</p>
+
<h2 id="1.4.3"><b>Jul 17, 2012</b> XStream 1.4.3 released</h2>
<p>Maintenance release 1.4.3 of XStream with bug fixes and small improvements. Main changes:</p>
@@ -25,7 +37,7 @@
<li>Support for Hibernate 4 with XStream's Hibernate module as default for Java 6 or higher.</li>
</ul>
- <p>View the complete <a href="" log</a> and <a href=""
+ <p>View the complete <a href="" log</a> and <a href=""
<h2 id="1.4.2"><b>Nov 3, 2011</b> XStream 1.4.2 released</h2>
To unsubscribe from this list please visit:
