Skip to content

Releases: spring-projects/spring-ws

v2.2.4.RELEASE

21 Nov 16:48
Compare
Choose a tag to compare
  • #1003 - Fix namespace prefix handling with StreamingPayload [SWS-929].
  • #1002 - Upgrade docbook-reference-plugin [SWS-928].
  • #1001 - Upgrade gradle build system [SWS-927].
  • #995 - Compatibility with Axiom 1.2.15 [SWS-922].

v2.2.3.RELEASE

21 Nov 16:48
Compare
Choose a tag to compare
  • #997 - Mime header : Multiple keys with same value [SWS-924].
  • #996 - Improve test cases to support HTTP Components [SWS-923].
  • #994 - Use varargs for XSD schemas [SWS-921].
  • #993 - Fix javadoc warnings [SWS-920].
  • #961 - Remove unused code [SWS-919].
  • #992 - Fix compiler warnings [SWS-918].
  • #973 - AxiomHandler doesn't cleanup prefix mapping between siblings [SWS-895].

v2.2.2.RELEASE

21 Nov 16:48
Compare
Choose a tag to compare
  • #958 - De-deprecate the older, interface-based endpoint mappings [SWS-910].

v2.2.1.RELEASE

21 Nov 16:49
Compare
Choose a tag to compare
  • #970 - SOAP call not rejected when an interceptor fails [SWS-892].
  • #965 - HttpComponentsMessageSender does not set correctly the maximum connections per host for https connection [SWS-888].
  • #964 - NullPointerException for a soap request with missing soap body tag [SWS-887].
  • #960 - Wss4jSecurityInterceptor, don't remove Security Header. [SWS-884].
  • #959 - AbstractAddressingEndpointMapping not calling SmartEndpointInterceptor.shouldIntercept while creating invocation chain [SWS-883].
  • #956 - Update net.sf.ehcache:ehcache-core dependency to use net.sf.ehcache:ehcache instead [SWS-881].
  • #952 - Support @repeatable in @PayloadRoot and @SoapAction [SWS-877].

v2.2.0.RELEASE

21 Nov 16:49
Compare
Choose a tag to compare

v2.2.0.RC1

21 Nov 16:50
Compare
Choose a tag to compare
v2.2.0.RC1 Pre-release
Pre-release
  • #949 - When using @action and annotation-driven my custom interceptors are not added to the endpoint [SWS-874].
  • #948 - Preventing Denial of Service attack at the server side [SWS-873].
  • #944 - WS-Addressing headers missing from synchronous SOAP responses [SWS-870].
  • #942 - Add support for SOAP v1.2 Fault to Status Code mapping in WebServiceTemplate [SWS-868].
  • #941 - MethodReturnValueHandler implementations should support null return values from endpoints [SWS-867].
  • #939 - Intercept request with a payload that have not been defined in a EndpointMapping [SWS-864].
  • #938 - Support JDK 1.8 in build [SWS-863].
  • #937 - Make future time to live value configurable [SWS-862].
  • #930 - wsdl generation issue with CommonsXsdSchemaCollection [SWS-861].
  • #935 - Create WebServiceMessageSender implementation that wraps ClientHttpRequestFactory to allow common HTTP machinery config with RestTemplate [SWS-859].
  • #927 - NullPointerException: empty SOAP body and use of an interceptor [SWS-857].
  • #933 - Add ability to set SAMLIssuer on Wss4jSecurityInterceptor for securing messages with SAML tokens [SWS-856].
  • #926 - SPRING WEB SERVICES 2.1.3 is not generating content type as application/xop+xml for MTOM. [SWS-855].
  • #931 - The tutorial need to be updated [SWS-854].
  • #929 - KeyStoreCallbackHandler should allow the configuration of PKIXBuilderParameters, specifically to enable revocation checking [SWS-853].
  • #925 - AxiomUtils.toEnvelope(Document) cannot specify XMLInputFactory properties [SWS-851].
  • #924 - NoEndpointFoundException swallowed by WebServiceMessageReceiverObjectSupport [SWS-850].
  • #922 - Logging on DEBUG breaks DefaultMessageListenerContainer on WebSphere MQ [SWS-848].
  • #920 - Document what versions of SOAP, WDSL and WS-I Basic Profile are supported [SWS-846].
  • #916 - Signature & Binary Security Token [SWS-842].
  • #910 - Add JavaConfig support [SWS-836].
  • #862 - Call a new method of ClientInterceptor when sending the message failed [SWS-778].
  • #821 - Create a TrustManagerFactoryBean for a simpler config of HttpsUrlConnectionMessageSender [SWS-731].

v2.1.4.RELEASE

21 Nov 16:50
Compare
Choose a tag to compare
  • #919 - checkForUtf8ByteOrderMark() will not detect BOM with some TLSv1 implementations [SWS-845].
  • #918 - WebServiceTemplate(Marshaller marshaller) constructor doesn't call initDefaultStrategies() [SWS-844].
  • #915 - NullPointerException on First invocation to Spring WS Service with Nonce [SWS-841].
  • #914 - I can't set transformSchemaLocation attribute in MessageDispatcherServlet class through web.xml file [SWS-840].
  • #913 - Update documentation to use HttpComponentsMessageSender in favour of deprecated CommonsHttpMessageSender [SWS-839].
  • #912 - HttpComponentsMessageSender: Use the PoolingClientConnectionManager instead of the deprecated ThreadSafeClientConnManager [SWS-838].
  • #911 - Typo in embedded HTTP server documentation [SWS-837].
  • #909 - HttpComponentsMessageSender inintuitive constructor [SWS-835].
  • #907 - All JMS headers ignored, if the are not contained in CONVERSION_TABLE or prefixed with SOAPJMS_ [SWS-833].
  • #906 - Add support for programmatically instantiating MessageDispatcherServlet [SWS-832].
  • #905 - BspCompliant is always set to true in Wss4jSecurityInterceptor [SWS-831].
  • #747 - ejb 2.1 dependency jar - change to freely available jar in M2 Central [SWS-644].

v2.1.3.RELEASE

21 Nov 16:50
Compare
Choose a tag to compare
  • #904 - Setting bspCompliant = false has effect only for first request [SWS-828].
  • #793 - Binary data get inlined when using JAXB for marshaling MTOM-enabled Axiom SOAP messages [SWS-825].
  • #792 - In v 2.1.0, dispatch method of MessageDispatcher does not call processEndpointException method if response schema validation fails [SWS-824].
  • #901 - NoSuchMethodError after upgrading to AXIOM 1.2.14 [SWS-822].
  • #900 - Not possible to create wrapped doc/literal wsdls with SuffixBasedPortTypesProvider [SWS-821].
  • #899 - SimpleNamespaceContext.removeBinding() does not clean up all references [SWS-819].
  • #897 - Camel Spring-WS and AbstractAddressingEndpointMapping [SWS-817].
  • #896 - Missing encoding in dom4j element/document [SWS-816].
  • #895 - Error loading SAML properties file [SWS-815].
  • #894 - EndPointIntercepters do not respect the (Autowired) properties provided in beans XML [SWS-814].
  • #893 - Cannot use jms MessagePostProcessor support with WebServiceMessageDrivenBean [SWS-813].
  • #858 - Migrate to springsource github [SWS-774].

v1.0.0.M2

21 Nov 16:51
Compare
Choose a tag to compare
v1.0.0.M2 Pre-release
Pre-release
  • #208 - Plain Old Xml (POX) support [SWS-50].
  • #207 - Axis 1 Saaj implementation does not set Content-Type on saveChanges() [SWS-49].
  • #196 - Airline sample readme.txt has wrong dir info [SWS-48].
  • #206 - Dynamic WSDL address locations [SWS-47].
  • #204 - Improve validation schema loading [SWS-46].
  • #203 - Add a note on memory usage and perfomance impact in "Securing your Web services with Spring-WS" chapter of reference documentation [SWS-45].
  • #202 - schemaS element for PayloadValidatingInterceptor missing [SWS-44].
  • #193 - Make PayloadValidatingInterceptor more customizable [SWS-43].
  • #201 - Content-Type Header for SOAP Attachments misses required entries [SWS-42].
  • #200 - Add Echo sample client [SWS-41].
  • #199 - Validation of xml in XmlBeansMarshaller [SWS-40].
  • #198 - Make sure AbstractStaxEndpoint checks whether a StaxSource is used [SWS-38].
  • #197 - Weblogic 8.1 throws javax.xml.soap.SOAPException: There should be only one Content-Type MimeHeader [SWS-37].
  • #195 - JibxMarshaller does not support unmarshalling of DOMSources and SAXSources [SWS-36].
  • #188 - validation error for valid xml [SWS-35].
  • #194 - Extend creation of XStream [SWS-34].
  • #192 - CastorMarshaller is missing a way to specify the Castor-generated class to use during unmarshalling. [SWS-33].
  • #191 - SaajSoapMessage does not work if content type includes parameters [SWS-32].
  • #185 - MessageHandlerAdapter uses J2EE 1.4 [SWS-31].
  • #190 - Add C# WS-Security client [SWS-30].
  • #183 - Transforming Interceptor [SWS-29].
  • #189 - Maven2 build [SWS-28].
  • #187 - Upgrade to SAAJ 1.3 [SWS-27].

v1.0.0.M1

21 Nov 16:51
Compare
Choose a tag to compare
v1.0.0.M1 Pre-release
Pre-release
  • #186 - Add Ingo's Sample [SWS-26].
  • #184 - XOM PayloadEndpoint [SWS-25].
  • #182 - Unable to perform validation using JAXB2 against multiple XML schemas [SWS-23].
  • #181 - setValidating(boolean) is deprecated in JAXB 2 [SWS-22].
  • #180 - XStream support [SWS-21].
  • #178 - XPath abstraction [SWS-19].
  • #176 - Streaming message model [SWS-17].
  • #174 - WS-Security support [SWS-14].