@@ -2,6 +2,105 @@ SPRING WEB SERVICES CHANGELOG
22=============================
33http://www.springframework.org/spring-ws
44
5+ Changes in version 2.0.0.RELEASE
6+ ----------------------------------
7+ 
8+ ** Bug
9+     * [SWS-585] - POMs of Spring-WS artifacts at maven central repo wrongfuly contain references to external repositories
10+     * [SWS-675] - XwssSecurityInterceptor in combination with <sws:interceptors>
11+     * [SWS-677] - /META-INF/spring.schema
12+ 
13+ ** Improvement
14+     * [SWS-254] - Add an EndpointAdapter that adapts to a MethodEndpoint for a methos with one Source param containing the payload
15+     * [SWS-557] - Make XPathParamAnnotationMethodEndpointAdapter more extendable
16+     * [SWS-558] - Use custom data types for @XPathParam annotations
17+     * [SWS-673] - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method
18+ 
19+ ** New Feature
20+     * [SWS-263] - Provide xml based Mock for Web Services
21+ 
22+ Changes in version 2.0 Release Candidate 2
23+ ----------------------------------
24+ 
25+ ** Sub-task
26+     * [SWS-668] - sws:annotation-driven
27+     * [SWS-669] - sws:static-wsdl and sws:dynamic-wsdl
28+     * [SWS-670] - sws:interceptors
29+ 
30+ ** Bug
31+     * [SWS-656] -  ResponseMatcher.payload(Resource payload) should be static
32+     * [SWS-664] - Tutorial requires transformWsdlLocations true
33+ 
34+ ** Improvement
35+     * [SWS-672] - Allow MarshallingPayloadMethodProcessor to have a null marshaller or unmarshaller
36+ 
37+ ** New Feature
38+     * [SWS-667] - Improve SWS namespace
39+ 
40+ ** Task
41+     * [SWS-652] - Document full streaming WebServiceMessage
42+     * [SWS-653] - Make sure samples are included in release
43+     * [SWS-666] - Update tutorial
44+ 
45+ Changes in version 2.0 Release Candidate 1
46+ ----------------------------------
47+ 
48+ ** Sub-task
49+     * [SWS-631] - Create Client-Side testing framework
50+     * [SWS-632] - Create Server-Side testing framework
51+     * [SWS-651] - Add documentation for testing framework
52+ 
53+ ** Bug
54+     * [SWS-640] - evaluateAsBoolean returns true for node with text content "false"
55+ 
56+ ** Improvement
57+     * [SWS-544] - Add test framework for Spring WS
58+     * [SWS-635] - handleUsernameTokenUnknown() should attach root cause
59+     * [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
60+     * [SWS-648] - Document Spring-WS Security exception handling
61+     * [SWS-650] - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory
62+ 
63+ ** New Feature
64+     * [SWS-352] - Full streaming WebServiceMessage/SoapMessage
65+     * [SWS-642] - Support resolving SOAP header elements in @Endpoint method parameters
66+     * [SWS-643] - Create TransformerHelper class
67+ 
68+ ** Task
69+     * [SWS-639] - Deprecate redundant XML classes
70+ 
71+ Changes in version 2.0 Milestone 3
72+ ----------------------------------
73+ 
74+ ** Sub-task
75+     * [SWS-631] - Create Client-Side testing framework
76+ 
77+ ** Improvement
78+     * [SWS-610] - Incompatibility with WS-I requirement R2750
79+ 
80+ ** Task
81+     * [SWS-620] - Add the Spring-OXM jar to the "with dependencies" distribution
82+     * [SWS-624] - Documentation- explain that WSDL generation should better not be used in production
83+ 
84+ Changes in version 2.0 Milestone 2
85+ ----------------------------------
86+ 
87+ ** Bug
88+     * [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field
89+ 
90+ ** Improvement
91+     * [SWS-538] - Add support for XWSS 3.1
92+ 
93+ ** New Feature
94+     * [SWS-193] - XwsSecurityInterceptor  : funtionality for skipping the validate of a SOAP message when there are no WSSE headers in SOAP envelope.
95+     * [SWS-349] - Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures
96+     * [SWS-351] - Arbitrary parameter injection for @Endpoints
97+     * [SWS-428] - XMPP support
98+     * [SWS-540] - Adding XML declaration to a response
99+ 
100+ ** Task
101+     * [SWS-559] - Upgrade Spring Security to 3.0.2
102+     * [SWS-603] - Drop OXM chapter from ref docs
103+     * [SWS-604] - Upgrade XSD schemas
5104
6105Changes in version 2.0 Milestone 1
7106------------------------
@@ -432,4 +531,4 @@ Changes in version 1.5.0 Milestone 1
432531    * [SWS-121] - Spring Namespace support
433532    * [SWS-139] - Mail transport support
434533    * [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation
435-     * [SWS-228] - Support Spring 2.5
534+     * [SWS-228] - Support Spring 2.5
0 commit comments