Commit Graph

8 Commits

Author SHA1 Message Date
Arjen Poutsma
bbc6bf5f60 Fixing javadoc 2014-04-16 17:30:39 +02:00
Arjen Poutsma
124675ba78 Fixed build under JDK 1.8
Spring-WS can now be built under JDK 1.8 (and only JDK 1.8).
2014-04-15 15:55:13 +02:00
Arjen Poutsma
da629278e6 Added @Override annotation to interface implementations 2014-04-14 16:08:00 +02:00
Arjen Poutsma
9f4e2937c8 Introduce TrustManagersFactoryBean
Introduced TrustManagersFactoryBean for easy configuration of
TrustManager instances in Spring XML.

Issue: SWS-731
2014-03-19 12:34:27 +01:00
Arjen Poutsma
ac030c2ff3 Added afterCompletion to ClientInterceptor
Added the afterCompletion hook to ClientInterceptor, similar to the
existing one in EndpointInterceptor.

Issue: SWS-778
2014-03-18 15:49:49 +01:00
Arjen Poutsma
6620b1a39d Configurable PKIXBuilderParameters for XWSS
Allow customization of the PKIXBuilderParameters by having a factory
method for it. Also added a revocationEnabled flag, defaulting to false.

Issue: SWS-853
2014-02-03 11:55:05 +01:00
Arjen Poutsma
84a52e2bd5 Make future time to live configurable
Added timeToLive property to the Wss4jSecurityInterceptor.

Issue: SWS-862
2014-02-03 11:04:40 +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