Commit Graph

5 Commits

Author SHA1 Message Date
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
3522effaea Upgraded to Spring 4.0.3 and XMLUnit 1.5
Upgraded to XMLUnit 1.5, which broke some tests in SWS as well as SPR.
Spring 4.0.3 fixed those, so upgraded to that as well.
2014-03-28 13:31:54 +01:00
Arjen Poutsma
3571d6dfe8 Return null URI for null Destination
JmsTransportUtils.toUri now returns null for null destination
parameters.

Issue: SWS-848
2014-01-27 12:11:19 +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