Use SF, SA Snapshots

This commit is contained in:
Gary Russell
2016-12-02 09:52:38 -05:00
parent cf8fa58399
commit 620d192e84
2 changed files with 4 additions and 11 deletions

View File

@@ -10,20 +10,13 @@ This section details the compatible http://www.oracle.com/technetwork/java/javas
[[supported-java-versions]]
=== Compatible Java Versions
For _Spring Integration_ *4.3.x*, the *minimum* compatible Java version is *Java SE 6*.
For _Spring Integration_ *5.0.x*, the *minimum* compatible Java version is *Java SE 8*.
Older versions of Java are not supported.
_Spring Integration_ *4.3.x* is also compatible with *Java SE 7* as well as *Java SE 8*.
Certain features (such as `Optional<?>` payloads and `CompletableFuture` gateway method return types) require Java 8.
While the jars are compatible with Java 6, Java 8 is required to build the project.
see https://github.com/spring-projects/spring-integration#checking-out-and-building[Checking out and Building].
[[supported-spring-versions]]
=== Compatible Versions of the Spring Framework
_Spring Integration_ *4.3.x* requires _Spring Framework_ *4.3* or later.
_Spring Integration_ *5.0.x* requires _Spring Framework_ *5.0* or later.
[[code-conventions]]
=== Code Conventions