Skip to content

Commit 424fb71

Browse files
committed
1 parent 4134af1 commit 424fb71

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.0.3
6+
-------------------------
7+
8+
** Bug
9+
* [SWS-225] - Spring-WS doesn't send "Content-Transfer-Encoding: binary" with MTOM part and this creates interoperability issue with .NET 3.0
10+
* [SWS-226] - Exception mapping corrupts the 'defaultFault' instance
11+
* [SWS-227] - NPE when "mustUnderstand" attribute is in SOAP header and no Interceptors have been defined
12+
* [SWS-229] - JibxMarshaller should support marshalling/unmarshalling of all mapped classes
13+
* [SWS-230] - AxiomSoapMessageFactory throws NPE
14+
* [SWS-232] - PayloadValidatingInterceptor refuses to validate correct message with a top-level attribute
15+
* [SWS-238] - AbstractMethodEndpointMapping does not support JDK Proxies
16+
* [SWS-239] - Marshalling with Castor and Axiom results in a XMLStreamException
17+
* [SWS-241] - NullPointerException during processing message with empty body
18+
* [SWS-244] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl
19+
* [SWS-245] - SAXParseException when using HttpURLConnection
20+
* [SWS-247] - Exception thrown when schemaPrefix is empty in XsdBasedSoap11Wsdl4jDefinitionBuilder
21+
* [SWS-248] - DomPoxMessage not clearing DOM on setting the result
22+
* [SWS-257] - Infinite loop in XsdBasedSoap11Wsdl4jDefinitionBuilder#buildMessages method

notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
I'm pleased to announce that Spring Web Services 1.0.3 has been released.
2+
3+
Spring-WS 1.0.3 is a bugfix and enhancement release, addressing issues
4+
reported since 1.0.1 and introducing further improvements. We recommend to
5+
upgrade to Spring-WS 1.0.3 from the previous 1.0.* releases.

0 commit comments

Comments
 (0)