Commit Graph

14 Commits

Author SHA1 Message Date
Greg Turnquist
0d03d113b7 Next development version 2017-10-30 12:47:58 -05:00
Greg Turnquist
b847cc0ca8 Releasing version 3.0.0.RELEASE 2017-10-30 12:35:27 -05:00
Greg Turnquist
a8f156db39 Next development version 2017-10-16 12:51:26 -05:00
Greg Turnquist
dfd1ede237 Release version 3.0.0.RC1 2017-10-16 12:44:18 -05:00
Greg Turnquist
0f80b6eb5c SWS-998 - Migrate to Maven and CircleCI 2017-10-13 16:03:22 -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