This commit is contained in:
Arjen Poutsma
2006-12-26 12:15:32 +00:00
parent b909f6e777
commit f75d50ec48

View File

@@ -4,6 +4,9 @@ http://www.springframework.org/spring-ws
Changes in version 1.0-M3
-------------------------
Package org.springframework.oxm.castor
* fixed #SWS-70: AbstractMarshallerTestCase.testMarshalDOMResult() builds a DOM object that does not retain namespace
Package org.springframework.oxm.castor
* CastorMarshaller uses a XMLClassDescriptorResolver instead of a Mapping (#SWS-54)
* CastorMarshaller marshals to DOM trees correctly (#SWS-59)
@@ -12,25 +15,28 @@ Package org.springframework.ws.context
* Refactored MessageContextFactory, SoapMessageContextFactory and implementations into WebServiceMessageFactory
Package org.springframework.ws.soap
* Added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53)
* Added getResult() to SoapFaultDetail (#SWS-57)
* added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53)
* added getResult() to SoapFaultDetail (#SWS-57)
Package org.springframework.ws.soap.security.xwss.callback
* DefaultTimestampValidator no longer requires Expired in request (#SWS-55)
* Digest passwords are handled correctly in the SimplePasswordValidationCallbackHandler (#SWS-56)
Package org.springframework.ws.transport.http
* Added MessageDispatcherServlet (#SWS-60)
* added MessageDispatcherServlet (#SWS-60)
Package org.springframework.ws.wsdl.wsdl11.builder
* Added Wsdl11DefinitionBuilder
* Added XsdBasedSoap11Wsdl4jDefinitionBuilder that generates a WSDL based on a schema (#SWS-67)
* added Wsdl11DefinitionBuilder
* added XsdBasedSoap11Wsdl4jDefinitionBuilder that generates a WSDL based on a schema (#SWS-67)
Package org.springframework.xml.dom
* fixed #SWS-61: DomContentHandler throwing NullpointerExption on document
Package org.springframework.xml.stream
* fixed #SWS-75: Java 1.5+ Constructor Used for IllegalStateException
Samples
* Added JAX-WS client for Airline sample
* added JAX-WS client for Airline sample
Changes in version 1.0-M2
-------------------------
@@ -64,7 +70,7 @@ Package org.springframework.ws.endpoint.mapping
* removed SOAP-specific roles functionality
Package org.springframework.ws.pox
* Added Plain Old XML support (#SWS-50)
* added Plain Old XML support (#SWS-50)
Package org.springframework.ws.soap
* improved content-type handling (#SWS-32)
@@ -115,7 +121,7 @@ Package org.springframework.xml.validation
* improved validation schema loading (#SWS-46)
Samples
* Added Ben Ethridge's Echo sample client
* added Ben Ethridge's Echo sample client
Changes in version 1.0-M1 (12-6-2006)
-------------------------
@@ -152,9 +158,9 @@ Package org.springframework.xml.xpath
* added XPath abstraction with support for JAXP 1.3, Jaxen, and Xalan
Samples
* Added Ingo Siebert's Echo sample
* Added WS-Security support to Airline sample
* Added SAAJ clients to Airline sample
* added Ingo Siebert's Echo sample
* added WS-Security support to Airline sample
* added SAAJ clients to Airline sample
Changes in version 0.9.1 (6-4-2006)