|
| 1 | +SPRING WEB SERVICES CHANGELOG |
| 2 | +============================= |
| 3 | +http://www.springframework.org/spring-ws |
| 4 | + |
| 5 | +Changes in version 1.5.0 Milestone 2 |
| 6 | +------------------------- |
| 7 | + |
| 8 | +** Bug |
| 9 | + * [SWS-257] - Infinite loop in XsdBasedSoap11Wsdl4jDefinitionBuilder#buildMessages method |
| 10 | + * [SWS-258] - getting error when trying to use IBM MQ JMS implementation as transport. |
| 11 | + * [SWS-264] - XPathExpressionFactory should fallback to Jaxen if no JAXP 1.3 XPath implementation is available |
| 12 | + * [SWS-265] - AbstractStaxXmlReader should support the required standard SAX features (namespace, namespace-prefixes...) |
| 13 | + * [SWS-266] - AxiomContentHandler should empty the response body before adding the transformation result |
| 14 | + * [SWS-267] - code bugs in Reference docs section 4.3.1 |
| 15 | + * [SWS-268] - cope typos in reference docs section 6.2.4 and 6.2.5 |
| 16 | + * [SWS-274] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl - Part II |
| 17 | + * [SWS-275] - NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. |
| 18 | + * [SWS-276] - PayloadTransformingInterceptor has a typo in the example |
| 19 | + |
| 20 | +** Improvement |
| 21 | + * [SWS-92] - JAXP 1.4 support |
| 22 | + * [SWS-148] - WebServiceTemplte needs two more methods in order to easy enable ws security client support |
| 23 | + * [SWS-231] - @Endpoint component scanning |
| 24 | + * [SWS-243] - AxiomSoapHeaderElement has no convenient way to access child elements of the header element |
| 25 | + * [SWS-246] - Better support for large Axiom attachments |
| 26 | + * [SWS-251] - Improve OSGi manifest |
| 27 | + * [SWS-253] - Tiger jars should not include non-tiger classes |
| 28 | + * [SWS-255] - Support for javax.jms.TextMessage |
| 29 | + * [SWS-261] - There are more default HandlerAdapters in Spring-MVC |
| 30 | + * [SWS-262] - Endpoint annotation should be annotated as @Inherited |
| 31 | + * [SWS-269] - OSGi bundleSymName |
| 32 | + * [SWS-270] - Changes for WS XSD for tooling |
| 33 | + * [SWS-272] - Add removeHeaderElement(QName) to SoapHeader |
| 34 | + * [SWS-278] - Add traffic logging when response is fault |
| 35 | + |
| 36 | +** New Feature |
| 37 | + * [SWS-143] - Client-side WS-Security support |
| 38 | + * [SWS-194] - Add Interceptor functionality to WebServiceTemplate |
| 39 | + * [SWS-207] - WSS4J-based WS-Security implementation |
| 40 | + * [SWS-277] - URI-based routing |
| 41 | + * [SWS-279] - AcegiUsernamePasswordCallbackHandler |
| 42 | + |
0 commit comments