Releases: spring-projects/spring-ws
Releases · spring-projects/spring-ws
v2.2.0.RELEASE
v2.2.0.RC1
- #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].
v2.1.4.RELEASE
- #919 - checkForUtf8ByteOrderMark() will not detect BOM with some TLSv1 implementations [SWS-845].
- #918 - WebServiceTemplate(Marshaller marshaller) constructor doesn't call initDefaultStrategies() [SWS-844].
- #915 - NullPointerException on First invocation to Spring WS Service with Nonce [SWS-841].
- #914 - I can't set transformSchemaLocation attribute in MessageDispatcherServlet class through web.xml file [SWS-840].
- #913 - Update documentation to use HttpComponentsMessageSender in favour of deprecated CommonsHttpMessageSender [SWS-839].
- #912 - HttpComponentsMessageSender: Use the PoolingClientConnectionManager instead of the deprecated ThreadSafeClientConnManager [SWS-838].
- #911 - Typo in embedded HTTP server documentation [SWS-837].
- #909 - HttpComponentsMessageSender inintuitive constructor [SWS-835].
- #907 - All JMS headers ignored, if the are not contained in CONVERSION_TABLE or prefixed with SOAPJMS_ [SWS-833].
- #906 - Add support for programmatically instantiating MessageDispatcherServlet [SWS-832].
- #905 - BspCompliant is always set to true in Wss4jSecurityInterceptor [SWS-831].
- #747 - ejb 2.1 dependency jar - change to freely available jar in M2 Central [SWS-644].
v2.1.3.RELEASE
- #904 - Setting bspCompliant = false has effect only for first request [SWS-828].
- #793 - Binary data get inlined when using JAXB for marshaling MTOM-enabled Axiom SOAP messages [SWS-825].
- #792 - In v 2.1.0, dispatch method of MessageDispatcher does not call processEndpointException method if response schema validation fails [SWS-824].
- #901 - NoSuchMethodError after upgrading to AXIOM 1.2.14 [SWS-822].
- #900 - Not possible to create wrapped doc/literal wsdls with SuffixBasedPortTypesProvider [SWS-821].
- #899 - SimpleNamespaceContext.removeBinding() does not clean up all references [SWS-819].
- #897 - Camel Spring-WS and AbstractAddressingEndpointMapping [SWS-817].
- #896 - Missing encoding in dom4j element/document [SWS-816].
- #895 - Error loading SAML properties file [SWS-815].
- #894 - EndPointIntercepters do not respect the (Autowired) properties provided in beans XML [SWS-814].
- #893 - Cannot use jms MessagePostProcessor support with WebServiceMessageDrivenBean [SWS-813].
- #858 - Migrate to springsource github [SWS-774].
v1.0.0.M2
- #208 - Plain Old Xml (POX) support [SWS-50].
- #207 - Axis 1 Saaj implementation does not set Content-Type on saveChanges() [SWS-49].
- #196 - Airline sample readme.txt has wrong dir info [SWS-48].
- #206 - Dynamic WSDL address locations [SWS-47].
- #204 - Improve validation schema loading [SWS-46].
- #203 - Add a note on memory usage and perfomance impact in "Securing your Web services with Spring-WS" chapter of reference documentation [SWS-45].
- #202 - schemaS element for PayloadValidatingInterceptor missing [SWS-44].
- #193 - Make PayloadValidatingInterceptor more customizable [SWS-43].
- #201 - Content-Type Header for SOAP Attachments misses required entries [SWS-42].
- #200 - Add Echo sample client [SWS-41].
- #199 - Validation of xml in XmlBeansMarshaller [SWS-40].
- #198 - Make sure AbstractStaxEndpoint checks whether a StaxSource is used [SWS-38].
- #197 - Weblogic 8.1 throws javax.xml.soap.SOAPException: There should be only one Content-Type MimeHeader [SWS-37].
- #195 - JibxMarshaller does not support unmarshalling of DOMSources and SAXSources [SWS-36].
- #188 - validation error for valid xml [SWS-35].
- #194 - Extend creation of XStream [SWS-34].
- #192 - CastorMarshaller is missing a way to specify the Castor-generated class to use during unmarshalling. [SWS-33].
- #191 - SaajSoapMessage does not work if content type includes parameters [SWS-32].
- #185 - MessageHandlerAdapter uses J2EE 1.4 [SWS-31].
- #190 - Add C# WS-Security client [SWS-30].
- #183 - Transforming Interceptor [SWS-29].
- #189 - Maven2 build [SWS-28].
- #187 - Upgrade to SAAJ 1.3 [SWS-27].
v1.0.0.M1
- #186 - Add Ingo's Sample [SWS-26].
- #184 - XOM PayloadEndpoint [SWS-25].
- #182 - Unable to perform validation using JAXB2 against multiple XML schemas [SWS-23].
- #181 - setValidating(boolean) is deprecated in JAXB 2 [SWS-22].
- #180 - XStream support [SWS-21].
- #178 - XPath abstraction [SWS-19].
- #176 - Streaming message model [SWS-17].
- #174 - WS-Security support [SWS-14].
v2.1.2.RELEASE
- #892 - Document @SoapHeader in reference guide [SWS-812].
- #891 - When using annotation-driven register the SoapHeaderElementMethodArgumentResolver by default. [SWS-811].
- #888 - add support to pass in sslSocketFactory to org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender [SWS-808].
- #887 - Introduce FactoryBean for javax.net.ssl.KeyManagerFactory [SWS-807].
- #886 - @ symbol in the content-id is converted to %40. The receiving web server is not able to handle it [SWS-806].
- #884 - WebServiceMessageReceiverHandlerAdapter not easily overridable to produce SOAP faults [SWS-804].
- #883 - WebServiceTemple -> add logRequest method analogue to existing logResponse [SWS-803].
- #879 - Ensure that only valid Java Identifiers are added to JMS headers [SWS-798].
- #777 - XsdSchemaHandlerAdapter does not transform schema locations [SWS-797].
- #878 - Ability to specify SAML properties file in Wss4jInterceptor [SWS-796].
v2.1.2.RELEASE
- #873 - Transform schemaLocation in WsdlDefinitionHandlerAdapter [SWS-791].
- #871 - SoapEnvelopeLoggingInterceptor won't log [SWS-789].
- #869 - MethodEndpoint.getBean is inconsistent with its API [SWS-787].
- #868 - SOAP envelope Matcher / MessageCreator [SWS-786].
- #867 - MTOM sample should not use deprecated api [SWS-785].
- #866 - Add URLPathEndpointMapping Feature [SWS-784].
- #768 - SaxUtils leaks file handles, locks file on Windows [SWS-783].
- #865 - DefaultMethodEndpointAdapter.JDOM_CLASS_NAME must be updated to "org.jdom2.Element" [SWS-782].
- #863 - PayloadValidatingInterceptor 's method is not getting triggered in the echo server sample program when the echo client program is executed. [SWS-779].
- #860 - Windows-specific error with relative XSD referencing [SWS-776].
v2.1.0.RELEASE
- #861 - SoapFaultMappingExceptionResolver not handling exception [SWS-777].
v2.1.0.RC1
- #857 - sws:annotation-driven/ should register a SoapFaultAnnotationExceptionResolver [SWS-772].
- #856 - Upgrade template.mf [SWS-771].
- #845 - Upgrade XmlSchemaCollection [SWS-758].
- #844 - Airline Sample Maven Build Error [SWS-757].
- #805 - Upgrade to wss4j 1.6 [SWS-711].
- #684 - Provide support for Apache HttpClient 4.0 [SWS-563].