You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/24 08:56:49 UTC

svn commit: r729272 - /commons/proper/digester/trunk/xdocs/index.xml

Author: rahul
Date: Tue Dec 23 23:56:49 2008
New Revision: 729272

URL: http://svn.apache.org/viewvc?rev=729272&view=rev
Log:
Add information on v2.0 dependencies, but retain v1.8 information as well (since its a stable release in the 1.x line).

Modified:
    commons/proper/digester/trunk/xdocs/index.xml

Modified: commons/proper/digester/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/xdocs/index.xml?rev=729272&r1=729271&r2=729272&view=diff
==============================================================================
--- commons/proper/digester/trunk/xdocs/index.xml (original)
+++ commons/proper/digester/trunk/xdocs/index.xml Tue Dec 23 23:56:49 2008
@@ -79,7 +79,36 @@
 </section>
 
 <section name="Releases">
-    <subsection name='Digester 1.8 Release (03 December 2006)'>
+    <subsection name='Digester 2.0 Release (December 2008)'>
+        <p>
+Digester 2.0 is a major release. New projects are encouraged to use this release
+of digester. There are breaking changes from Digester 1.8, see release notes
+in detail before choosing to upgrade. There is no urgency for existing
+projects to upgrade; Digester 1.8 has proven to be a stable release.
+        </p>
+        <p>
+Digester 2.0 <b>requires a minimum of JDK 1.5</b> and no longer requires any
+classes from Commons Collections (as Digester 1.8 did).
+        </p>
+        <p>
+The recommended dependency set for Digester 2.0 is:
+        </p>
+<table>
+<tr>
+<th colspan='3'>Recommended Dependency Set</th>
+</tr>
+<tr>
+<td>Digester</td>
+<td>+Logging 1.1.1</td>
+<td>+BeanUtils 1.8.0</td>
+</tr>
+</table>
+        <p>
+It is also possible to use Logging 1.0.x or BeanUtils 1.7.0 instead.
+        </p>
+    </subsection>
+
+    <subsection name='Digester 1.8 Release (December 2006)'>
         <p>
 Digester 1.8 is a minor bugfix and maintenance release. A few small features have been added.
 New projects are encouraged to use this release of digester, but there is no urgency