[hornetq-commits] JBoss hornetq SVN: r9192 - in trunk/docs: user-manual/en and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun May 2 08:24:40 EDT 2010


Author: timfox
Date: 2010-05-02 08:24:39 -0400 (Sun, 02 May 2010)
New Revision: 9192

Modified:
   trunk/docs/quickstart-guide/en/about.xml
   trunk/docs/quickstart-guide/en/installation.xml
   trunk/docs/user-manual/en/perf-tuning.xml
   trunk/docs/user-manual/en/persistence.xml
   trunk/docs/user-manual/en/preface.xml
   trunk/docs/user-manual/en/using-server.xml
Log:
updated docs to say HornetQ is java 6 only

Modified: trunk/docs/quickstart-guide/en/about.xml
===================================================================
--- trunk/docs/quickstart-guide/en/about.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/quickstart-guide/en/about.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -42,7 +42,7 @@
             <para>HornetQ is designed with usability in mind.</para>
         </listitem>
         <listitem>
-            <para>Written in Java. Runs on any platform with a Java 5+ runtime, that's everything
+            <para>Written in Java. Runs on any platform with a Java 6+ runtime, that's everything
                 from Windows desktops to IBM mainframes.</para>
         </listitem>
         <listitem>

Modified: trunk/docs/quickstart-guide/en/installation.xml
===================================================================
--- trunk/docs/quickstart-guide/en/installation.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/quickstart-guide/en/installation.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -22,7 +22,7 @@
    <section id="installation.prerequisites">
       <title>Prerequisites</title>
       <note>
-         <para>HornetQ only runs on Java 5 or later. We highly recommend you use Java 6.</para>
+         <para>HornetQ only runs on Java 6 or later.</para>
       </note>
       <para>By default, HornetQ server runs with 1GiB of memory. If your computer has less memory,
          or you want to run it with more available RAM, modify the value in <literal

Modified: trunk/docs/user-manual/en/perf-tuning.xml
===================================================================
--- trunk/docs/user-manual/en/perf-tuning.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/user-manual/en/perf-tuning.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -213,8 +213,7 @@
     </section>
     <section>
         <title>Tuning the VM</title>
-        <para>We highly recommend you use the latest Java 6 JVM, especially in the area of
-            networking, many improvements have been made since Java 5. We test internally using the
+        <para>We highly recommend you use the latest Java JVM for the best performance. We test internally using the
             Sun JVM, so some of these tunings won't apply to JDKs from other providers (e.g. IBM or
             JRockit)</para>
         <itemizedlist>

Modified: trunk/docs/user-manual/en/persistence.xml
===================================================================
--- trunk/docs/user-manual/en/persistence.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/user-manual/en/persistence.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -53,7 +53,7 @@
             <para>Java <ulink url="http://en.wikipedia.org/wiki/New_I/O">NIO</ulink>.</para>
             <para>The first implementation uses standard Java NIO to interface with the file system.
                 This provides extremely good performance and runs on any platform where there's a
-                Java 5+ runtime.</para>
+                Java 6+ runtime.</para>
         </listitem>
         <listitem id="aio-journal">
             <para>Linux Asynchronous IO</para>

Modified: trunk/docs/user-manual/en/preface.xml
===================================================================
--- trunk/docs/user-manual/en/preface.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/user-manual/en/preface.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -45,7 +45,7 @@
             <para>HornetQ is designed with usability in mind.</para>
         </listitem>
         <listitem>
-            <para>Written in Java. Runs on any platform with a Java 5+ runtime, that's everything
+            <para>Written in Java. Runs on any platform with a Java 6+ runtime, that's everything
                 from Windows desktops to IBM mainframes.</para>
         </listitem>
         <listitem>

Modified: trunk/docs/user-manual/en/using-server.xml
===================================================================
--- trunk/docs/user-manual/en/using-server.xml	2010-04-30 18:39:43 UTC (rev 9191)
+++ trunk/docs/user-manual/en/using-server.xml	2010-05-02 12:24:39 UTC (rev 9192)
@@ -41,8 +41,7 @@
             a windows batch file <literal>run.bat</literal></para>
         <para>To run on Unix/Linux type <literal>./stop.sh</literal></para>
         <para>To run on Windows type <literal>stop.bat</literal></para>
-        <para>Please note that HornetQ requires a Java 5 or later runtime to run. We recommend
-            running on Java 6.</para>
+        <para>Please note that HornetQ requires a Java 6 or later runtime to run.</para>
         <para>Both the run and the stop scripts use the config under <literal
                 >config/stand-alone/non-clustered</literal> by default. The configuration can be
             changed by running <literal>./run.sh ../config/stand-alone/clustered</literal> or



More information about the hornetq-commits mailing list