@@ -2,6 +2,88 @@ SPRING WEB SERVICES CHANGELOG
22=============================
33http://www.springframework.org/spring-ws
44
5+ Changes in version 2.0 Release Candidate 2
6+ ----------------------------------
7+ 
8+ ** Sub-task
9+     * [SWS-668] - sws:annotation-driven
10+     * [SWS-669] - sws:static-wsdl and sws:dynamic-wsdl
11+     * [SWS-670] - sws:interceptors
12+ 
13+ ** Bug
14+     * [SWS-656] -  ResponseMatcher.payload(Resource payload) should be static
15+     * [SWS-664] - Tutorial requires transformWsdlLocations true
16+ 
17+ ** Improvement
18+     * [SWS-672] - Allow MarshallingPayloadMethodProcessor to have a null marshaller or unmarshaller
19+ 
20+ ** New Feature
21+     * [SWS-667] - Improve SWS namespace
22+ 
23+ ** Task
24+     * [SWS-652] - Document full streaming WebServiceMessage
25+     * [SWS-653] - Make sure samples are included in release
26+     * [SWS-666] - Update tutorial
27+ 
28+ Changes in version 2.0 Release Candidate 1
29+ ----------------------------------
30+ 
31+ ** Sub-task
32+     * [SWS-631] - Create Client-Side testing framework
33+     * [SWS-632] - Create Server-Side testing framework
34+     * [SWS-651] - Add documentation for testing framework
35+ 
36+ ** Bug
37+     * [SWS-640] - evaluateAsBoolean returns true for node with text content "false"
38+ 
39+ ** Improvement
40+     * [SWS-544] - Add test framework for Spring WS
41+     * [SWS-635] - handleUsernameTokenUnknown() should attach root cause
42+     * [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
43+     * [SWS-648] - Document Spring-WS Security exception handling
44+     * [SWS-650] - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory
45+ 
46+ ** New Feature
47+     * [SWS-352] - Full streaming WebServiceMessage/SoapMessage
48+     * [SWS-642] - Support resolving SOAP header elements in @Endpoint method parameters
49+     * [SWS-643] - Create TransformerHelper class
50+ 
51+ ** Task
52+     * [SWS-639] - Deprecate redundant XML classes
53+ 
54+ Changes in version 2.0 Milestone 3
55+ ----------------------------------
56+ 
57+ ** Sub-task
58+     * [SWS-631] - Create Client-Side testing framework
59+ 
60+ ** Improvement
61+     * [SWS-610] - Incompatibility with WS-I requirement R2750
62+ 
63+ ** Task
64+     * [SWS-620] - Add the Spring-OXM jar to the "with dependencies" distribution
65+     * [SWS-624] - Documentation- explain that WSDL generation should better not be used in production
66+ 
67+ Changes in version 2.0 Milestone 2
68+ ----------------------------------
69+ 
70+ ** Bug
71+     * [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field
72+ 
73+ ** Improvement
74+     * [SWS-538] - Add support for XWSS 3.1
75+ 
76+ ** New Feature
77+     * [SWS-193] - XwsSecurityInterceptor  : funtionality for skipping the validate of a SOAP message when there are no WSSE headers in SOAP envelope.
78+     * [SWS-349] - Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures
79+     * [SWS-351] - Arbitrary parameter injection for @Endpoints
80+     * [SWS-428] - XMPP support
81+     * [SWS-540] - Adding XML declaration to a response
82+ 
83+ ** Task
84+     * [SWS-559] - Upgrade Spring Security to 3.0.2
85+     * [SWS-603] - Drop OXM chapter from ref docs
86+     * [SWS-604] - Upgrade XSD schemas
587
688Changes in version 2.0 Milestone 1
789------------------------
@@ -432,4 +514,4 @@ Changes in version 1.5.0 Milestone 1
432514    * [SWS-121] - Spring Namespace support
433515    * [SWS-139] - Mail transport support
434516    * [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation
435-     * [SWS-228] - Support Spring 2.5
517+     * [SWS-228] - Support Spring 2.5
0 commit comments