@@ -2,6 +2,65 @@ SPRING WEB SERVICES CHANGELOG
22=============================
33http://www.springframework.org/spring-ws
44
5+ Changes in version 2.0 Release Candidate 1
6+ ----------------------------------
7+
8+ ** Sub-task
9+ * [SWS-631] - Create Client-Side testing framework
10+ * [SWS-632] - Create Server-Side testing framework
11+ * [SWS-651] - Add documentation for testing framework
12+
13+ ** Bug
14+ * [SWS-640] - evaluateAsBoolean returns true for node with text content "false"
15+
16+ ** Improvement
17+ * [SWS-544] - Add test framework for Spring WS
18+ * [SWS-635] - handleUsernameTokenUnknown() should attach root cause
19+ * [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
20+ * [SWS-648] - Document Spring-WS Security exception handling
21+ * [SWS-650] - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory
22+
23+ ** New Feature
24+ * [SWS-352] - Full streaming WebServiceMessage/SoapMessage
25+ * [SWS-642] - Support resolving SOAP header elements in @Endpoint method parameters
26+ * [SWS-643] - Create TransformerHelper class
27+
28+ ** Task
29+ * [SWS-639] - Deprecate redundant XML classes
30+
31+ Changes in version 2.0 Milestone 3
32+ ----------------------------------
33+
34+ ** Sub-task
35+ * [SWS-631] - Create Client-Side testing framework
36+
37+ ** Improvement
38+ * [SWS-610] - Incompatibility with WS-I requirement R2750
39+
40+ ** Task
41+ * [SWS-620] - Add the Spring-OXM jar to the "with dependencies" distribution
42+ * [SWS-624] - Documentation- explain that WSDL generation should better not be used in production
43+
44+ Changes in version 2.0 Milestone 2
45+ ----------------------------------
46+
47+ ** Bug
48+ * [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field
49+
50+ ** Improvement
51+ * [SWS-538] - Add support for XWSS 3.1
52+
53+ ** New Feature
54+ * [SWS-193] - XwsSecurityInterceptor : funtionality for skipping the validate of a SOAP message when there are no WSSE headers in SOAP envelope.
55+ * [SWS-349] - Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures
56+ * [SWS-351] - Arbitrary parameter injection for @Endpoints
57+ * [SWS-428] - XMPP support
58+ * [SWS-540] - Adding XML declaration to a response
59+
60+ ** Task
61+ * [SWS-559] - Upgrade Spring Security to 3.0.2
62+ * [SWS-603] - Drop OXM chapter from ref docs
63+ * [SWS-604] - Upgrade XSD schemas
564
665Changes in version 2.0 Milestone 1
766------------------------
@@ -432,4 +491,4 @@ Changes in version 1.5.0 Milestone 1
432491 * [SWS-121] - Spring Namespace support
433492 * [SWS-139] - Mail transport support
434493 * [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation
435- * [SWS-228] - Support Spring 2.5
494+ * [SWS-228] - Support Spring 2.5
0 commit comments