From 4061eed02abb2427f371007d4b22a47789de9d9b Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 5 Jul 2016 08:13:52 -0500 Subject: [PATCH] SWS-963 Correct supported Java version cited in reference docs --- src/reference/docbook/what-is-spring-ws.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/what-is-spring-ws.xml b/src/reference/docbook/what-is-spring-ws.xml index df508f44..6b24ae1e 100644 --- a/src/reference/docbook/what-is-spring-ws.xml +++ b/src/reference/docbook/what-is-spring-ws.xml @@ -72,8 +72,8 @@
Runtime environment - Spring Web Services requires a standard Java 1.6 Runtime Environment. Java 1.7 and 1.8 are also supported. - Spring-WS also requires Spring 3.2 or higher. + Spring Web Services requires a standard Java 7 Runtime Environment. Java 8 is also supported. + Spring-WS is built on Spring Framework 4.0.9, but higher versions are supported. Spring-WS consists of a number of modules, which are described in the remainder of this section.