You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/21 18:54:11 UTC

svn commit: r1505420 - /cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml

Author: aadamchik
Date: Sun Jul 21 16:54:10 2013
New Revision: 1505420

URL: http://svn.apache.org/r1505420
Log:
CAY-1853 Drop java 1.5 support in Cayenne 3.2

JDK support matrix in the docs

Modified:
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml

Modified: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml?rev=1505420&r1=1505419&r2=1505420&view=diff
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml (original)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/setup.xml Sun Jul 21 16:54:10 2013
@@ -24,8 +24,46 @@
                 <listitem>
                     <para><emphasis role="italic">Java</emphasis>: Cayenne runtime framework and
                         CayenneModeler GUI tool are written in 100% Java, and run on any
-                        Java-compatible platform. Required JDK version is 1.5 or higher. The last
-                        version of Cayenne compatible with JDK 1.4 is 1.2.x/2.0.x and JDK 1.3 is 1.1.x</para>
+                        Java-compatible platform. Minimal required JDK version depends on the
+                        version of Cayenne you are using, as shown in the following table: <table
+                            frame="void">
+                            <caption>Cayenne Version History</caption>
+                            <col width="28%"/>
+                            <col width="36%"/>
+                            <col width="36%"/>
+                            <tbody>
+                                <tr>
+                                    <th>Cayenne Version</th>
+                                    <th>Java Version</th>
+                                    <th>Status</th>
+                                </tr>
+                                <tr>
+                                    <td>3.2</td>
+                                    <td>Java 1.6 or newer</td>
+                                    <td>Alpha (in development)</td>
+                                </tr>
+                                <tr>
+                                    <td>3.1</td>
+                                    <td>Java 1.5 or newer</td>
+                                    <td>Beta</td>
+                                </tr>
+                                <tr>
+                                    <td>3.0</td>
+                                    <td>Java 1.5</td>
+                                    <td>Stable</td>
+                                </tr>
+                                <tr>
+                                    <td>1.2 / 2.0</td>
+                                    <td>Java 1.4</td>
+                                    <td>Legacy</td>
+                                </tr>
+                                <tr>
+                                    <td>1.1</td>
+                                    <td>Java 1.3</td>
+                                    <td>Legacy</td>
+                                </tr>
+                            </tbody>
+                        </table></para>
                 </listitem>
             </itemizedlist>
             <itemizedlist>