From 0e63ae0685da71aa0860280487dad4123290a112 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 7 May 2014 09:33:45 -0400 Subject: [PATCH] INT-3400 Fix Preface for 4.0.x JIRA: https://jira.spring.io/browse/INT-3400 Preface showed 3.0.x compatibility instead of 4.0.x. --- src/reference/docbook/preface.xml | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/src/reference/docbook/preface.xml b/src/reference/docbook/preface.xml index d96c47256f..c7415382cf 100644 --- a/src/reference/docbook/preface.xml +++ b/src/reference/docbook/preface.xml @@ -12,42 +12,25 @@
Compatible Java Versions - For Spring Integration 3.0.x, + For Spring Integration 4.0.x, the minimum compatible Java version is Java SE 6. - Older versions of Java will not be supported any longer. + Older versions of Java are not supported. - Spring Integration 3.0.x + Spring Integration 4.0.x is also compatible with Java SE 7 as well as Java SE 8. - - Spring Integration 2.2.x - is the last version that is compatible with Java 5 (J2SE 5.0). -
Compatible Versions of the Spring Framework - The default dependency used by Spring Integration - 3.0.0.RELEASE is - Spring Framework 3.2.x. + Spring Integration + 4.0.x requires + Spring Framework 4.0.3 or + later. - - Generally, Spring Integration 3.0.x - is compatible with the following Spring Framework releases: - - - Spring Framework 3.1.x - Spring Framework 3.2.x - Spring Framework 4.0.x - - - Spring Integration 2.2.x - is the last version that is compatible with Spring Framework - 3.0.x. -