Skip to content

Commit 05047d3

Browse files
committed
Declared JDK 6 update 18 as minimum requirement
1 parent 799c6a6 commit 05047d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/asciidoc/index.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,13 @@ retained for the time being where Spring 3.2 had it; now just in deprecated form
804804
=== Java 8 (as well as 6 and 7)
805805
Spring Framework 4.0 provides support for several Java 8 features. You can make use of
806806
__lambda expressions__ and __method references__ with Spring's callback interfaces. There
807-
is first class support for `java.time` (http://jcp.org/en/jsr/detail?id=310[JSR-310]), and
808-
several existing annotations have been retrofitted as `@Repeatable`. You can also use
809-
Java 8's parameter name discovery as an alternative to compiling your code with debug
810-
information enabled.
807+
is first-class support for `java.time` (http://jcp.org/en/jsr/detail?id=310[JSR-310]),
808+
and several existing annotations have been retrofitted as `@Repeatable`. You can also
809+
use Java 8's parameter name discovery (based on the `-parameters` compiler flag) as an
810+
alternative to compiling your code with debug information enabled.
811811

812812
Spring remains compatible with older versions of Java and the JDK: concretely, Java SE 6
813-
(specifically, a minimum level equivalent to JDK 6 update 10, as released in late 2008)
813+
(specifically, a minimum level equivalent to JDK 6 update 18, as released in January 2010)
814814
and above are still fully supported. However, for newly started development projects
815815
based on Spring 4, we recommend the use of Java 7 or 8.
816816

0 commit comments

Comments
 (0)