INT-3777: Update Preface Compatibility Info

JIRA: https://jira.spring.io/browse/INT-3777

INT-3777: Reference guide still mentions SI 4.1.x version in the
Requirements paragraph

* fix Spring Integration references to version 4.2.x of the library in
the Requirements paragraph
* increase the Spring Framework minimum requirement to 4.2.0 as declared
in build.gradle
* add a space between the Spring library names and versions to improve
readability
This commit is contained in:
Mauro Molinari
2015-07-20 22:25:15 +02:00
committed by Gary Russell
parent 22ee6586a0
commit 943057e9d9
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Spring Integration <img src="https://build.spring.io/plugins/servlet/buildStatusImage/INT-B40X">
Spring Integration <img src="https://build.spring.io/plugins/servlet/buildStatusImage/INT-B41">
==================
# Checking out and Building
@@ -9,6 +9,8 @@ To check out the project and build from source, do the following:
cd spring-integration
./gradlew build
**NOTE:** While Spring Integration runs with Java SE 6 or higher, a Java 8 compiler is required to build the project.
If you encounter out of memory errors during the build, increase available heap and permgen for Gradle:
GRADLE_OPTS='-XX:MaxPermSize=1024m -Xmx1024m'