From f48c6393512dae3ed531861443edb3aaea235c09 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 9 Sep 2014 17:59:05 -0500 Subject: [PATCH] Add minium JDK requirements --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index b92ed0d1c6..52b1c48635 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,11 @@ deployment environments. All avaible features, modules and their maven/gradle artifact names are described in [the Modules section of the reference documentation](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.html#overview-modules). +## Minimum requirements + +* JDK 6+ for Spring Framework 4.x +* JDK 5+ for Spring Framework 3.x + ## Quick Start