Skip to content

v2.2.0.RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregturn gregturn released this 21 Nov 16:50
· 502 commits to main since this release
  • #949 - When using @action and annotation-driven my custom interceptors are not added to the endpoint [SWS-874].
  • #948 - Preventing Denial of Service attack at the server side [SWS-873].
  • #944 - WS-Addressing headers missing from synchronous SOAP responses [SWS-870].
  • #942 - Add support for SOAP v1.2 Fault to Status Code mapping in WebServiceTemplate [SWS-868].
  • #941 - MethodReturnValueHandler implementations should support null return values from endpoints [SWS-867].
  • #939 - Intercept request with a payload that have not been defined in a EndpointMapping [SWS-864].
  • #938 - Support JDK 1.8 in build [SWS-863].
  • #937 - Make future time to live value configurable [SWS-862].
  • #930 - wsdl generation issue with CommonsXsdSchemaCollection [SWS-861].
  • #935 - Create WebServiceMessageSender implementation that wraps ClientHttpRequestFactory to allow common HTTP machinery config with RestTemplate [SWS-859].
  • #927 - NullPointerException: empty SOAP body and use of an interceptor [SWS-857].
  • #933 - Add ability to set SAMLIssuer on Wss4jSecurityInterceptor for securing messages with SAML tokens [SWS-856].
  • #926 - SPRING WEB SERVICES 2.1.3 is not generating content type as application/xop+xml for MTOM. [SWS-855].
  • #931 - The tutorial need to be updated [SWS-854].
  • #929 - KeyStoreCallbackHandler should allow the configuration of PKIXBuilderParameters, specifically to enable revocation checking [SWS-853].
  • #925 - AxiomUtils.toEnvelope(Document) cannot specify XMLInputFactory properties [SWS-851].
  • #924 - NoEndpointFoundException swallowed by WebServiceMessageReceiverObjectSupport [SWS-850].
  • #922 - Logging on DEBUG breaks DefaultMessageListenerContainer on WebSphere MQ [SWS-848].
  • #920 - Document what versions of SOAP, WDSL and WS-I Basic Profile are supported [SWS-846].
  • #916 - Signature & Binary Security Token [SWS-842].
  • #910 - Add JavaConfig support [SWS-836].
  • #862 - Call a new method of ClientInterceptor when sending the message failed [SWS-778].
  • #821 - Create a TrustManagerFactoryBean for a simpler config of HttpsUrlConnectionMessageSender [SWS-731].