File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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)
805805Spring 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
812812Spring 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 )
814814and above are still fully supported. However, for newly started development projects
815815based on Spring 4, we recommend the use of Java 7 or 8.
816816
You can’t perform that action at this time.
0 commit comments