Skip to content

Releases: spring-projects/spring-ws

v2.0.3.RELEASE

21 Nov 16:53

Choose a tag to compare

  • #829 - Spring WS Core manifest prevents usage of javax.servlet version 3.0.0 [SWS-739].
  • #827 - EndpointInterceptorAdapter removes "throws Exception" from handleFault() method defined by EndpointInterceptor [SWS-737].
  • #825 - JmsMessageReceiverConnection: use of correlationId on request should be configurable [SWS-735].
  • #824 - Project can not be built with Maven 3, missing org.springframework.build.aws.maven extension dependency [SWS-734].
  • #823 - Typo in marshalSendAndReceive javadoc [SWS-733].
  • #822 - OSGi manifest version range for javax.servlet package import too restrictive [SWS-732].
  • #819 - OXM chapter not linked from the index page [SWS-728].
  • #818 - building a webapp targetting Java 1.5 environment on JDK5 and JDK6 pulled in different dependencies for spring-ws-core 2.0.2 [SWS-727].
  • #706 - CryptoFactoryBean keystore location can't resolve ClassPathResource where resource is located in a jar [SWS-726].
  • #817 - Add a constructor/setter to WebServiceTemplate which takes a Marshaller and assigns it as both Marshaller and Unmarshaller [SWS-725].
  • #816 - DefaultConcretePartProvider is not allowing a blank suffix, due to improper assertion [SWS-724].
  • #815 - Wss4jSecurityInterceptor design [SWS-723].
  • #813 - EndpointExceptionResolver mentions SOAP but this interface is not necessarily SOAP releated [SWS-721].
  • #812 - samples build failure [SWS-720].
  • #700 - Reloading the spring context does not refresh the MessageDispatcherServlet [SWS-718].
  • #810 - Impossible to add custom error handling during JAXB marshalling/unmarshalling. [SWS-717].
  • #809 - PayloadTransformingInterceptor.afterPropertiesSet() and TransformerFactory.newInstance() [SWS-716].
  • #808 - Upgrade Spring Security to 3.0.6 [SWS-715].
  • #807 - MockWebServiceClient.sendRequest swallows StackTrace of exceptions thrown during request processing [SWS-714].
  • #806 - Order of interceptor calls is dependent on the way the interceptors are included [SWS-713].
  • #804 - Make it possible to retrieve SoapHeaderElement from SoapHeader by QName [SWS-710].
  • #803 - JavaDoc for WebServiceTemplate#setFaultMessageResolver has wrong default class [SWS-709].
  • #798 - sws:annotation-driven does not pick up @endpoint annotations on classes that are JDK proxies [SWS-702].
  • #790 - Support Maven 3 Remove legacy xws-security [SWS-697].
  • #783 - Attachment content id is resetted by spring web service [SWS-687].

v2.0.2.RELEASE

21 Nov 16:54

Choose a tag to compare

  • #802 - PayloadValidatingInterceptor errors not clearing SecurityContextHolder [SWS-708].
  • #694 - Jaxp13XPathTemplate should support StreamSources with only a systemId if it's a valid URL [SWS-706].
  • #800 - OSGi import of org.springframework.security.authentication seems to be the wrong version [SWS-705].
  • #763 - Support for UriEndpointMapping in server-side test [SWS-662].

v1.5.10

21 Nov 16:54

Choose a tag to compare

  • #751 - Document Spring-WS Security exception handling [SWS-648].
  • #746 - Make sentMessageTracingLogger independent from receivedMessageTracingLogger [SWS-641].
  • #728 - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field [SWS-613].
  • #725 - Incompatibility with WS-I requirement R2750 [SWS-610].

v2.0.1.RELEASE

21 Nov 16:54

Choose a tag to compare

  • #795 - XomPayloadMethodProcessor is not added methodReturnValueHandlers in DefaultMethodEndpointAdapter [SWS-699].
  • #791 - EndpointExceptionResolver is not registered automatically when used together with sws:annotation-driven/ tag [SWS-698].
  • #788 - Print SOAP message if validation fails [SWS-694].
  • #688 - Annotation-driven tag does not support ws-addressing @action [SWS-691].
  • #782 - ExceptionResolver order is reversed [SWS-682].
  • #781 - Manifest files in 2.0.0 release are incorrect [SWS-681].
  • #775 - SOAP Envelope prefix [SWS-676].
  • #677 - Support @secured for @PayloadRoot methods [SWS-551].
  • #395 - Allow for custom ErrorHandler in PayloadValidatingInterceptor [SWS-242].

v2.0.0.RELEASE

21 Nov 16:55

Choose a tag to compare

  • #778 - jms 1.1 dependency jar - change to freely available jar in M2 Central [SWS-678].
  • #776 - /META-INF/spring.schema [SWS-677].
  • #774 - XwssSecurityInterceptor in combination with sws:interceptors [SWS-675].
  • #772 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method [SWS-673].
  • #757 - Use server-side test in airline sample [SWS-654].
  • #609 - POMs of Spring-WS artifacts at maven central repo wrongfuly contain references to external repositories [SWS-585].
  • #682 - Use custom data types for @XPathParam annotations [SWS-558].
  • #681 - Make XPathParamAnnotationMethodEndpointAdapter more extendable [SWS-557].
  • #533 - Interceptor on endpoint [SWS-474].
  • #365 - Provide xml based Mock for Web Services [SWS-263].
  • #410 - Add an EndpointAdapter that adapts to a MethodEndpoint for a methos with one Source param containing the payload [SWS-254].

v2.0.0-RC2

21 Nov 16:55

Choose a tag to compare

v2.0.0-RC2 Pre-release
Pre-release
  • #771 - Allow MarshallingPayloadMethodProcessor to have a null marshaller or unmarshaller [SWS-672].
  • #769 - sws:interceptors [SWS-670].
  • #767 - sws:static-wsdl and sws:dynamic-wsdl [SWS-669].
  • #766 - sws:annotation-driven [SWS-668].
  • #676 - Improve SWS namespace [SWS-667].
  • #675 - Update tutorial [SWS-666].
  • #764 - Tutorial requires transformWsdlLocations true [SWS-664].
  • #759 - ResponseMatcher.payload(Resource payload) should be static [SWS-656].
  • #756 - Make sure samples are included in release [SWS-653].
  • #755 - Document full streaming WebServiceMessage [SWS-652].

v2.0.0-RC1

21 Nov 16:56

Choose a tag to compare

v2.0.0-RC1 Pre-release
Pre-release
  • #754 - Add documentation for testing framework [SWS-651].
  • #753 - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory [SWS-650].
  • #661 - Create TransformerHelper class [SWS-643].
  • #745 - evaluateAsBoolean returns true for node with text content "false" [SWS-640].
  • #744 - Deprecate redundant XML classes [SWS-639].
  • #740 - Create Server-Side testing framework [SWS-632].
  • #670 - Add test framework for Spring WS [SWS-544].
  • #503 - Full streaming WebServiceMessage/SoapMessage [SWS-352].

v2.0.0-M3

21 Nov 16:56

Choose a tag to compare

v2.0.0-M3 Pre-release
Pre-release
  • #655 - Create Client-Side testing framework [SWS-631].
  • #735 - Documentation- explain that WSDL generation should better not be used in production [SWS-624].

v2.0.0-M2

21 Nov 16:57

Choose a tag to compare

v2.0.0-M2 Pre-release
Pre-release
  • #720 - Upgrade XSD schemas [SWS-604].
  • #719 - Drop OXM chapter from ref docs [SWS-603].
  • #666 - Adding XML declaration to a response [SWS-540].
  • #515 - XMPP support [SWS-428].
  • #502 - Arbitrary parameter injection for @endpoints [SWS-351].
  • #500 - Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures [SWS-349].

v2.0.0-M1

21 Nov 16:57

Choose a tag to compare

v2.0.0-M1 Pre-release
Pre-release
  • #715 - Change API to use Java 5+ [SWS-599].
  • #714 - Drop OXM modules in favor of Spring 3.0 [SWS-598].
  • #713 - Merge core and core-tiger modules [SWS-597].
  • #689 - Refactor to use OXM from Spring 3 [SWS-567].
  • #633 - Maven dependency for oxm 1.5.5.A non-existent version of Spring [SWS-501].
  • #590 - Update spring-ws Maven POM to use correct Spring artifactId values [SWS-451].