浏览代码

Added faq on JDK and Spring version requirements

Luke Taylor 17 年之前
父节点
当前提交
7dc998196a
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      src/site/fml/faq.fml

+ 8 - 1
src/site/fml/faq.fml

@@ -104,7 +104,14 @@
 		</p>            
 		</answer>
 		
-		</faq>
+    </faq>
+    <faq id="requirements">
+    	<question>What Java and Spring Framework versions are required</question>
+    	<answer>
+    		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 applications using Spring 2.5.x.
+    	</answer>
+    </faq>
 
     </part>
     <part id="common-problems">