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