Removed SaajImplementation bridge

Removed SaajImplementation bridge, since Spring-WS 2.2 requires JDK 1.6
and JDK 1.6 comes with SAAJ 1.3 provided.
This commit is contained in:
Arjen Poutsma
2014-04-11 15:31:10 +02:00
parent 160907a6e1
commit a23de2afd2
27 changed files with 242 additions and 2190 deletions

View File

@@ -78,8 +78,8 @@
<section>
<title>Runtime environment</title>
<para>
Spring Web Services requires a standard Java 1.5 Runtime Environment. Java 1.6 is also supported.
Spring-WS also requires Spring 3.0 or higher.
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.
</para>
<para>
Spring-WS consists of a number of modules, which are described in the remainder of this section.