Commit Graph

13 Commits

Author SHA1 Message Date
Greg Turnquist
deb6f77d4d Release 2.4.2.RELEASE 2017-10-30 12:48:49 -05:00
Greg Turnquist
f1804a9334 Continue development 2017-10-16 14:24:45 -05:00
Greg Turnquist
1fff092b4d Release version 2.4.1.RELEASE 2017-10-16 13:58:28 -05:00
Greg Turnquist
19a1209999 SWS-998 - Backport Maven/Asciidoctor migration to 2.x 2017-10-16 11:35:31 -05:00
Andreas Plesner
6ce84dfa50 SWS-954 Fix method name in MockWebServiceClient javadoc 2016-04-04 21:41:29 -05:00
Philippe Marschall
de1e640dc3 SWS-918 Fix compiler warnings
The project contains various easy to fix compiler warnings like unused
imports, raw types and no longer needed @SuppressWarnings("unchecked").

This change removes:

 * unused imports
 * raw types
 * no longer needed @SuppressWarnings("unchecked")

Issue: SWS-918
https://jira.spring.io/browse/SWS-918
2015-10-03 13:20:34 +02:00
Arjen Poutsma
7d64bebd19 Converted spaces to tabs
This commit changes leading spaces in all Java source files to tabs, to
be consistent with other Spring projects.
2015-03-18 09:54:51 +01:00
Arjen Poutsma
15db9b7858 Removed template.mf files
Removed template.mf files, as they are no longer used.
2014-05-01 09:16:39 +02:00
Arjen Poutsma
12a10a34f1 Bumped up compile warnings
Bumped up the compiler warning to errors.
2014-04-24 14:22:39 +02:00
Arjen Poutsma
bbc6bf5f60 Fixing javadoc 2014-04-16 17:30:39 +02:00
Arjen Poutsma
da629278e6 Added @Override annotation to interface implementations 2014-04-14 16:08:00 +02:00
Arjen Poutsma
473b4285fd Fixing tests for JDK 1.7
Fixed a couple of tests so that they work under JDK 1.7.
2014-02-12 16:49:37 +01:00
Arjen Poutsma
843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00