This commit is contained in:
271
changelog.txt
271
changelog.txt
@@ -1,271 +0,0 @@
|
||||
SPRING WEB SERVICES CHANGELOG
|
||||
=============================
|
||||
http://www.springframework.org/spring-ws
|
||||
|
||||
Changes in version 1.0-RC1
|
||||
-------------------------
|
||||
Package org.springframework.oxm.castor
|
||||
* added supports method to Marshaller and Unmarshaller
|
||||
|
||||
Package org.springframework.oxm.castor
|
||||
* fixed #SWS-88: Allow CastorMarshaller to accept more than one mapping file
|
||||
* fixed #SWS-96: set WhitespacePreserve flag in CastorMarshaller
|
||||
|
||||
Package org.springframework.oxm.jibx
|
||||
* fixed #SWS-97: OXM Marshal encoding definition
|
||||
|
||||
Package org.springframework.omx.xstream
|
||||
* fixed #SWS-100: Cannot set DateConverter in XStreamMarshaller.setConverters(Converter[])
|
||||
|
||||
Package org.springframework.ws.client.core
|
||||
* replaced method which returned a Source from WebServiceTemplate with SourceExtractor methods, because the Source
|
||||
could be closed before returned.
|
||||
|
||||
Package org.springframework.ws.server.endpoint
|
||||
* added MarshallingMethodEndpointAdapter
|
||||
|
||||
Package org.springframework.ws.server.endpoint.mapping
|
||||
* added XPathPayloadEndpointMapping (#SWS-85).
|
||||
|
||||
Package org.springframework.ws.soap.saaj
|
||||
* fixed #SWS-87: AbstractSoapMessage.getPayloadSource returns null with Axis SAAJ
|
||||
|
||||
Package org.springframework.ws.soap.security.xwss.callback
|
||||
* DefaultTimestapValidator now handles timestamps with milliseconds correctly (#SWS-89)
|
||||
|
||||
Package org.springframework.ws.transport
|
||||
* fixed #SWS-86: Stream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages
|
||||
|
||||
Package org.springframework.ws.transport.http
|
||||
* fixed issue with reading response HTTP headers
|
||||
|
||||
Package org.springframework.ws.wsdl.wsdl11.builder
|
||||
* fixed #SWS-101: XsdBasedSoap11Wsdl4jDefinitionBuilder parsing error
|
||||
|
||||
Package org.springframework.xml.stream
|
||||
* prefixed all abstract classes with Abstract
|
||||
|
||||
Samples
|
||||
* fixed #SWS-93: new location for log4j.properties
|
||||
|
||||
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)
|
||||
|
||||
Package org.springframework.oxm.jibx
|
||||
* added indent property to pretty print JiBX output (#SWS-72)
|
||||
|
||||
Package org.springframework.ws
|
||||
* moved MessageDispatcher, EndpointAdapter, EndpointExceptionResolver, EndpointInterceptor, EndpointMapping, and
|
||||
EndpointInvocationChain to org.springframework.ws.server package
|
||||
|
||||
Package org.springframework.ws.client
|
||||
* Added client-side support based on WebServiceTemplate (#SWS-58)
|
||||
|
||||
Package org.springframework.ws.context
|
||||
* Refactored MessageContextFactory, SoapMessageContextFactory and implementations into WebServiceMessageFactory
|
||||
|
||||
Package org.springframework.ws.endpoint
|
||||
* moved TransformerObjectSupport to org.springframework.xml.transform
|
||||
* moved all endpoint subclasses to org.springframework.ws.server.endpoint
|
||||
|
||||
Package org.springframework.ws.endpoint.interceptor
|
||||
* moved PayloadValidatingInterceptor to org.springframework.soap.server.endpoint.interceptor, because it contains
|
||||
SOAP-specific features
|
||||
|
||||
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)
|
||||
|
||||
Package org.springframework.ws.soap
|
||||
* refactored SAAJ from two separate hierarchies (SAAJ 1.2 and SAAJ 1.3) into one, using bridge pattern
|
||||
|
||||
Package org.springframework.ws.soap.endpoint
|
||||
* moved all endpoint subclasses to org.springframework.ws.soap.server.endpoint
|
||||
|
||||
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
|
||||
* moved TransportContext and TransportContextHolder to org.springframework.ws.transport.context package
|
||||
|
||||
Package org.springframework.ws.transport.http
|
||||
* added MessageDispatcherServlet (#SWS-60)
|
||||
* renamed MessageEndpointHandlerAdapter to WebServiceReceiverHandlerAdapter
|
||||
|
||||
Package org.springframework.ws.wsdl.wsdl11
|
||||
* added Wsdl11DefinitionBuilder
|
||||
|
||||
Package org.springframework.ws.wsdl.wsdl11.builder
|
||||
* 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 Spring-WS client for Echo sample
|
||||
|
||||
Changes in version 1.0-M2
|
||||
-------------------------
|
||||
Package org.springframework.oxm
|
||||
* all marshallers support StaxSources now (#SWS-36)
|
||||
|
||||
Package org.springframework.oxm.xstream
|
||||
* added support for registering custom Converters (#SWS-34)
|
||||
|
||||
Package org.springframework.ws.context
|
||||
* changed contract of MessageContext.getResponse(): now creates a response if none has been created. Required because
|
||||
creating SOAP fault when a response was already set threw an exception.
|
||||
* enabling support for direct writing to the TransportResponse
|
||||
* MessageContext contains TransportRequest, for transport-based routing
|
||||
|
||||
Package org.springframework.ws.endpoint
|
||||
* improved endpoint test suite
|
||||
* AbstractStaxPayloadEndpoint now use StaxSource corrently (#SWS-38)
|
||||
* changed AbstractDom4JPayloadEndpoint to AbstractDom4jPayloadEndpoint (lower case j), to follow Spring naming
|
||||
conventions (e.g. Log4jConfigurer)
|
||||
* added getters on AbstractMarshallingPayloadEndpoint
|
||||
|
||||
Package org.springframework.ws.endpoint.interceptor
|
||||
* moved interceptors to seperate package
|
||||
* made PayloadValidatingInterceptor more customizable (#SWS-43)
|
||||
* add schemas property to PayloadValidatingInterceptor (#SWS-44)
|
||||
* refactoring most of PayloadValidatingInterceptor into AbstractValidatingInterceptor
|
||||
|
||||
Package org.springframework.ws.endpoint.mapping
|
||||
* moved EndpointMappings to seperate package
|
||||
* removed SOAP-specific roles functionality
|
||||
|
||||
Package org.springframework.ws.pox
|
||||
* added Plain Old XML support (#SWS-50)
|
||||
|
||||
Package org.springframework.ws.soap
|
||||
* improved content-type handling (#SWS-32)
|
||||
* moved SOAP 1.1 specfics to separate package and interfaces
|
||||
* SoapAction has been removed from SoapMessage, SoapActionEndpointMapping uses TransportRequest header
|
||||
|
||||
Package org.springframework.ws.soap.axiom
|
||||
* add support for SAAJ 1.3
|
||||
* added "payloadCaching" property to read the contents of SOAP bodies produced by the AxiomSoapMessageContextFactory in
|
||||
a non-buffering, read-once fashion.
|
||||
* increased performance by keeping object references instead of creating new instances for every call
|
||||
|
||||
Package org.springframework.ws.soap.endpoint.interceptor
|
||||
* added SoapEnvelopeLoggingInterceptor, which logs the entire SoapEnvelope
|
||||
|
||||
Package org.springframework.ws.soap.endpoint.mapping
|
||||
* moved SOAP-specific EndpointMappings to seperate package
|
||||
* added Role/Actor functionality to DelegatingSoapEndpointMapping
|
||||
|
||||
Package org.springframework.ws.soap.saaj
|
||||
* add support for SAAJ 1.3
|
||||
* increased performance by keeping object references instead of creating new instances for every call
|
||||
|
||||
Package org.springframework.ws.soap.saaj.support
|
||||
* added SaajUtils.getVersion()
|
||||
|
||||
Package org.springframework.ws.soap.soap11
|
||||
* moved SOAP 1.1 specifics to separate package and interfaces
|
||||
|
||||
Package org.springframework.ws.soap.soap12
|
||||
* moved SOAP 1.2 specifics to separate package and interfaces
|
||||
|
||||
Package org.springframework.ws.transport
|
||||
* added TransportContext, TransportRequest & TransportResponse
|
||||
|
||||
Package org.springframework.ws.transport.http
|
||||
* removed J2EE 1.4 dependency (#SWS-31)
|
||||
* renamed MessageHandlerAdapter to MessageEndpointHandlerAdapter
|
||||
|
||||
Package org.springframework.xml
|
||||
* moved package to seperate jar file, since oxm now also depends on it
|
||||
|
||||
Package org.springframework.xml.namespace
|
||||
* moved QNameEditor from spring-ws-core
|
||||
* removed prefix dependency from QName
|
||||
|
||||
Package org.springframework.xml.validation
|
||||
* improved validation schema loading (#SWS-46)
|
||||
|
||||
Samples
|
||||
* added Ben Ethridge's Echo sample client
|
||||
|
||||
Changes in version 1.0-M1 (12-6-2006)
|
||||
-------------------------
|
||||
|
||||
Package org.springframework.oxm.jaxb
|
||||
* added support for JAXB 2: refactored JaxbMarshaller into AbstractJaxbMarshaller, Jaxb1Marshaller and Jaxb2Marshaller
|
||||
* made JaxbMarshallers thread safe
|
||||
* added property for a ValidationEventHandler
|
||||
|
||||
Package org.springframework.ws.axiom
|
||||
* added AXIOM (AXis Object Model) implementation of SoapMessage hierarchy
|
||||
|
||||
Package org.springframework.ws.endpoint
|
||||
* added AbstractDom4JPayloadEndpoint
|
||||
* added AbstractXomPayloadEndpoint
|
||||
* renamed AbstractTransformingEndpoint to TransformerObjectSupport
|
||||
|
||||
Package org.springframework.ws.soap
|
||||
* added SoapFaultDetail and SoapFaultDetailElement
|
||||
* improved SoapMessage test suite
|
||||
* fixed serious bug which resulted in not-understood mustUnderstand headers being silently ignored
|
||||
|
||||
Package org.springframework.ws.soap.endpoint
|
||||
* added SimpleSoapExceptionResolver
|
||||
|
||||
Package org.springframework.ws.soap.security.xwss
|
||||
* added WS-Security implementation based on XWS-Security with integration for Acegi and JAAS
|
||||
|
||||
Package org.springframework.xml.transform
|
||||
* added StaxSource and StaxResult, which allow for StAX readers/writers to be used as javax.xml.transform.Source and
|
||||
javax.xml.transform.Result
|
||||
|
||||
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
|
||||
|
||||
|
||||
Changes in version 0.9.1 (6-4-2006)
|
||||
-------------------------------------
|
||||
|
||||
Overall
|
||||
* made overall thread safety fixes
|
||||
* added initial reference documentation in HTML and PDF form
|
||||
* (lots of minor bugfixes)
|
||||
|
||||
Package org.springframework.oxm
|
||||
* AbstractMarshallers does proper SAXSource handling
|
||||
* exposing JAXB properties on JaxbMarshaller
|
||||
* added XmlOptionsFactoryBean for use with XmlBeansMarshaller
|
||||
* moved JaxbContextFactoryBean functionality into JaxbMarshaller
|
||||
* moved JibxBindingFactoryBean functionality into JibxMarshaller
|
||||
|
||||
Package org.springframework.ws.soap
|
||||
* made AbstractSoapEndpointMapping ignorant of SOAP version
|
||||
* added initial attachment support
|
||||
|
||||
Package org.springframework.xml
|
||||
* added a JaxpVersion class for easy detection of JAXP version
|
||||
* removed JAXP1.3 dependency
|
||||
|
||||
|
||||
|
||||
|
||||
Changes in version 0.9 (11-2-2006)
|
||||
-----------------------------------
|
||||
* First public preview release.
|
||||
10
pom.xml
10
pom.xml
@@ -230,6 +230,16 @@
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-changes-plugin</artifactId>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>changes-report</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
</plugin>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<includes>
|
||||
<include>readme.txt</include>
|
||||
<include>license.txt</include>
|
||||
<include>changelog.txt</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<lineEnding>dos</lineEnding>
|
||||
|
||||
212
src/changes/changes.xml
Normal file
212
src/changes/changes.xml
Normal file
@@ -0,0 +1,212 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Spring Web Services Changelog</title>
|
||||
<author email="apoutsma@interface21.com">Arjen Poutsma</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.0-RC1">
|
||||
<action dev="poutsma" type="update">WebServiceConnection is now container for TransportInputStream and
|
||||
TransportOutputStream, used on both client- and server-side
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added supports method to Marshaller and Unmarshaller</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-88">Allow CastorMarshaller to accept more than one mapping file
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-96">Set WhitespacePreserve flag in CastorMarshaller</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-97">OXM Marshal encoding definition</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-100">Cannot set DateConverter in
|
||||
XStreamMarshaller.setConverters(Converter[])
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Replaced method which returned a Source from WebServiceTemplate with
|
||||
SourceExtractor methods, because the Source could be closed before returned
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-85">Added XPathPayloadEndpointMapping (#SWS-85)</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-87">AbstractSoapMessage.getPayloadSource returns null with Axis
|
||||
SAAJ
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-89">DefaultTimestapValidator now handles timestamps with
|
||||
milliseconds correctly
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-86">Stream closed before response read with WebServiceTemplate +
|
||||
Axis SAAJ Soap Messages
|
||||
</action>
|
||||
<action dev="poutsma" type="fix">Fixed issue with reading response HTTP headers</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-101">XsdBasedSoap11Wsdl4jDefinitionBuilder parsing error
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Prefixed abstract classes with Abstract</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-93">new location for log4j.properties</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0-M3" date="2007-01-24">
|
||||
<action dev="poutsma" type="fix" issue="SWS-70">AbstractMarshallerTestCase.testMarshalDOMResult() builds a
|
||||
DOM object that does not retain namespace
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-54">CastorMarshaller uses a XMLClassDescriptorResolver instead
|
||||
of a Mapping
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-59">CastorMarshaller marshals to DOM trees correctly</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-72">Added indent property to pretty print JiBX output (#SWS-72)
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved MessageDispatcher, EndpointAdapter, EndpointExceptionResolver,
|
||||
EndpointInterceptor, EndpointMapping, and EndpointInvocationChain to org.springframework.ws.server
|
||||
package
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-58">Added client-side support based on WebServiceTemplate
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Refactored MessageContextFactory, SoapMessageContextFactory and
|
||||
implementations into WebServiceMessageFactory
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved TransformerObjectSupport to org.springframework.xml.transform
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved all endpoint subclasses to org.springframework.ws.server.endpoint
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved PayloadValidatingInterceptor to
|
||||
org.springframework.soap.server.endpoint.interceptor, because it contains SOAP-specific features
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-53">Added setId() method to Attachment, to set the Content-ID of
|
||||
MIME attachments
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-57">Added getResult() to SoapFaultDetail</action>
|
||||
<action dev="poutsma" type="add">Refactored SAAJ from two separate hierarchies (SAAJ 1.2 and SAAJ 1.3) into
|
||||
one, using bridge pattern. Added SAAJ 1.1 support.
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved all endpoint subclasses to
|
||||
org.springframework.ws.soap.server.endpoint
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-55">DefaultTimestampValidator no longer requires Expired in
|
||||
request
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-56">Digest passwords are handled correctly in the
|
||||
SimplePasswordValidationCallbackHandler
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved TransportContext and TransportContextHolder to
|
||||
org.springframework.ws.transport.context package
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-60">Added MessageDispatcherServlet</action>
|
||||
<action dev="poutsma" type="update">Renamed MessageEndpointHandlerAdapter to
|
||||
WebServiceReceiverHandlerAdapter
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added Wsdl11DefinitionBuilder</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-67">Added XsdBasedSoap11Wsdl4jDefinitionBuilder that generates a
|
||||
WSDL based on a schema
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-61">Fixed #SWS-61: DomContentHandler throwing NullpointerExption
|
||||
on document
|
||||
</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-75">Fixed #SWS-75: Java 1.5+ Constructor Used for
|
||||
IllegalStateException
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added JAX-WS client for Airline sample</action>
|
||||
<action dev="poutsma" type="add">added Spring-WS client for Echo sample</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0-M2" date="2006-09-09">
|
||||
<action dev="poutsma" type="update" issue="SWS-36">All marshallers support StaxSources now</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-34">Added support for registering custom Converters</action>
|
||||
<action dev="poutsma" type="update">Changed contract of MessageContext.getResponse(): now creates a response
|
||||
if none has been created. Required because creating SOAP fault when a response was already set threw an
|
||||
exception.
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Enabling support for direct writing to the TransportResponse</action>
|
||||
<action dev="poutsma" type="update">MessageContext contains TransportRequest, for transport-based routing
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Improved endpoint test suite</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-38">AbstractStaxPayloadEndpoint now use StaxSource corrently
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Renamed AbstractDom4JPayloadEndpoint to AbstractDom4jPayloadEndpoint
|
||||
(lower case j), to follow Spring naming conventions (e.g. Log4jConfigurer)
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added getters on AbstractMarshallingPayloadEndpoint</action>
|
||||
<action dev="poutsma" type="update">Moved interceptors to seperate package</action>
|
||||
<action dev="poutsma" type="update" issue="SWS-43">Made PayloadValidatingInterceptor more customizable
|
||||
</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-44">Added schemas property to PayloadValidatingInterceptor
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Refactoring most of PayloadValidatingInterceptor into
|
||||
AbstractValidatingInterceptor
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved EndpointMappings to seperate package</action>
|
||||
<action dev="poutsma" type="remove">Removed SOAP-specific roles functionality</action>
|
||||
<action dev="poutsma" type="add" issue="SWS-50">Added Plain Old XML support</action>
|
||||
<action dev="poutsma" type="update" issue="SWS-32">Improved content-type handling</action>
|
||||
<action dev="poutsma" type="update">Moved SOAP 1.1 specfics to separate package and interfaces</action>
|
||||
<action dev="poutsma" type="update">SoapAction has been removed from SoapMessage, SoapActionEndpointMapping
|
||||
uses TransportRequest header
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added support for SAAJ 1.3</action>
|
||||
<action dev="poutsma" type="add">Added "payloadCaching" property to read the contents of SOAP bodies
|
||||
produced by the AxiomSoapMessageContextFactory in a non-buffering, read-once fashion.
|
||||
</action>
|
||||
<action dev="poutsma" type="fix">Increased performance by keeping object references instead of creating new
|
||||
instances for every call
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added SoapEnvelopeLoggingInterceptor, which logs the entire SoapEnvelope
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved SOAP-specific EndpointMappings to seperate package</action>
|
||||
<action dev="poutsma" type="add">Added Role/Actor functionality to DelegatingSoapEndpointMapping</action>
|
||||
<action dev="poutsma" type="add">Add support for SAAJ 1.3</action>
|
||||
<action dev="poutsma" type="fix">Increased performance by keeping object references instead of creating new
|
||||
instances for every call
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added SaajUtils.getVersion()</action>
|
||||
<action dev="poutsma" type="update">Moved SOAP 1.1 specifics to separate package and interfaces</action>
|
||||
<action dev="poutsma" type="fix">Added TransportContext, TransportRequest & TransportResponse</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-31">Removed J2EE 1.4 dependency</action>
|
||||
<action dev="poutsma" type="update">renamed MessageHandlerAdapter to MessageEndpointHandlerAdapter</action>
|
||||
<action dev="poutsma" type="update">Moved package to seperate jar file, since oxm now also depends on it
|
||||
</action>
|
||||
<action dev="poutsma" type="update">Moved QNameEditor from spring-ws-core</action>
|
||||
<action dev="poutsma" type="remove">Removed prefix dependency from QName</action>
|
||||
<action dev="poutsma" type="fix" issue="SWS-46">Improved validation schema loading</action>
|
||||
<action dev="poutsma" type="add">Added Ben Ethridge's Echo sample client</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0-M1" date="2006-06-12">
|
||||
<action dev="poutsma" type="add">Added support for JAXB 2: refactored JaxbMarshaller into
|
||||
AbstractJaxbMarshaller, Jaxb1Marshaller and Jaxb2Marshaller
|
||||
</action>
|
||||
<action dev="poutsma" type="fix">Made JaxbMarshallers thread safe</action>
|
||||
<action dev="poutsma" type="add">Added property for a ValidationEventHandler in Jaxb2Marshaller</action>
|
||||
<action dev="poutsma" type="add">Added AXIOM (AXis Object Model) implementation of SoapMessage hierarchy
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added AbstractDom4JPayloadEndpoint</action>
|
||||
<action dev="poutsma" type="add">Added AbstractXomPayloadEndpoint</action>
|
||||
<action dev="poutsma" type="update">Renamed AbstractTransformingEndpoint to TransformerObjectSupport
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added SoapFaultDetail and SoapFaultDetailElement</action>
|
||||
<action dev="poutsma" type="update">Improved SoapMessage test suite</action>
|
||||
<action dev="poutsma" type="fix">Fixed serious bug which resulted in not-understood mustUnderstand headers
|
||||
being silently ignored
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added SimpleSoapExceptionResolver</action>
|
||||
<action dev="poutsma" type="add">Added WS-Security implementation based on XWS-Security with integration for
|
||||
Acegi and JAAS
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added StaxSource and StaxResult, which allow for StAX readers/writers to be
|
||||
used as javax.xml.transform.Source and javax.xml.transform.Result
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added XPath abstraction with support for JAXP 1.3, Jaxen, and Xalan
|
||||
</action>
|
||||
<action dev="poutsma" type="add">Added Ingo Siebert's Echo sample</action>
|
||||
<action dev="poutsma" type="add">Added WS-Security support to Airline sample</action>
|
||||
<action dev="poutsma" type="add">Added SAAJ clients to Airline sample</action>
|
||||
</release>
|
||||
|
||||
<release version="0.9.1" date="2006-04-06">
|
||||
<action dev="poutsma" type="fix">Made overall thread safety fixes</action>
|
||||
<action dev="poutsma" type="add">Added initial reference documentation</action>
|
||||
<action dev="poutsma" type="fix">AbstractMarshallers does proper SAXSource handling</action>
|
||||
<action dev="poutsma" type="update">Exposing JAXB properties on JaxbMarshaller</action>
|
||||
<action dev="poutsma" type="add">Added XmlOptionsFactoryBean for use with XmlBeansMarshaller</action>
|
||||
<action dev="poutsma" type="update">moved JaxbContextFactoryBean functionality into JaxbMarshaller</action>
|
||||
<action dev="poutsma" type="update">moved JibxBindingFactoryBean functionality into JibxMarshaller</action>
|
||||
<action dev="poutsma" type="update">made AbstractSoapEndpointMapping ignorant of SOAP version</action>
|
||||
<action dev="poutsma" type="add">Added initial attachment support</action>
|
||||
<action dev="poutsma" type="add">Added JaxpVersion for easy detection of JAXP version</action>
|
||||
<action dev="poutsma" type="remove">removed JAXP1.3 dependency</action>
|
||||
</release>
|
||||
<release version="0.9" date="2006-02-11">
|
||||
<action dev="poutsma" type="add">First public preview release</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
BIN
src/site/resources/images/external.png
Normal file
BIN
src/site/resources/images/external.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
Reference in New Issue
Block a user