Browse Source

Minor FAQ update on version info.

Luke Taylor 14 years ago
parent
commit
2861a951aa
1 changed files with 4 additions and 2 deletions
  1. 4 2
      docs/faq/src/docbook/faq.xml

+ 4 - 2
docs/faq/src/docbook/faq.xml

@@ -137,11 +137,13 @@
                         <para>What Java and Spring Framework versions are required?</para>
                         <para>What Java and Spring Framework versions are required?</para>
                     </question>
                     </question>
                     <answer>
                     <answer>
+                        <para> Spring Security 3.0 and 3.1 require at least JDK 1.5 and also
+                            require Spring 3.0.3 as a minimum. Ideally you should be using the latest
+                            release versions to avoid problems.
+                        </para>
                         <para> Spring Security 2.0.x requires a minimum JDK version of 1.4 and is
                         <para> Spring Security 2.0.x requires a minimum JDK version of 1.4 and is
                             built against Spring 2.0.x. It should also be compatible with
                             built against Spring 2.0.x. It should also be compatible with
                             applications using Spring 2.5.x. </para>
                             applications using Spring 2.5.x. </para>
-                        <para> Spring Security 3.0 requires JDK 1.5 as a minimum and will also
-                            require Spring 3.0. </para>
                     </answer>
                     </answer>
                 </qandaentry>
                 </qandaentry>
                 <qandaentry xml:id="faq-start-simple">
                 <qandaentry xml:id="faq-start-simple">