This commit is contained in:
Arjen Poutsma
2007-08-17 12:39:06 +00:00
parent c63f81d76c
commit bca3292dc4
2 changed files with 14 additions and 4 deletions

View File

@@ -6,8 +6,18 @@
</properties>
<body>
<release version="1.0">
<action dev="poutsma" type="fix" issue="145">When using JAXB2, all messages become MTOM</action>
<action dev="poutsma" types="fix" issue="142">AxiomSoapFaultDetailElementIterator does not consider whitespace nodes.</action>
<action dev="poutsma" type="fix" issue="SWS-150">Don't close the ServletInputStream in AbstractWebServiceConnection.receive</action>
<action dev="poutsma" type="fix" issue="SWS-151">IllegalStateException in Saaj11Implementation.removeContents()</action>
<action dev="poutsma" type="fix" issue="SWS-152">NoSuchMethodError: SaajUtils.toName()</action>
<action dev="poutsma" type="fix" issue="SWS-164">Null pointer while handling empty SOAP Body</action>
<action dev="poutsma" type="fix" issue="SWS-145">When using JAXB2, all messages become MTOM</action>
<action dev="poutsma" type="fix" issue="SWS-156">client-side support for JAXB2 MTOM marshalling is not working well</action>
<action dev="poutsma" type="fix" issue="SWS-158">java.lang.IllegalArgumentException: This is not an attribute, it is a namespace: xmlns:xs</action>
<action dev="poutsma" type="fix" issue="SWS-154">Mention namespace resolution for SoapFault annotation</action>
<action dev="poutsma" type="fix" issue="SWS-147">Mention transformWsdlLocations servlet parameter to the reference docs</action>
<action dev="poutsma" type="fix" issue="SWS-149">marshallSendAndReceivce bug in WebServiceTemplate</action>
<action dev="poutsma" type="fix" issue="SWS-141">Minor Documentation Bug: org.springframework.xml.transform.ResourceSource</action>
<action dev="poutsma" types="fix" issue="SWS-142">AxiomSoapFaultDetailElementIterator does not consider whitespace nodes.</action>
</release>
<release version="1.0-rc2">
<action dev="poutsma" types="add">Added MarshallingSource, a TrAX Source that uses a Marshaller.</action>

View File

@@ -4,11 +4,11 @@
Upgrading from version 1.0-RC2 to 1.0
No major changes have occured since RC2.
Upgrading from version 1.0-RC1 to 1.0-RC2
Some minor last changes were made between version 1.0 Release Candidate 1 and 2of the project. The following
Some minor last changes were made between version 1.0 Release Candidate 1 and 2 of the project. The following
should help most users the project update their applications:
* Client-side