Skip to content

Commit 2fe3fdf

Browse files
committed
Added notes and changelog
1 parent 3b614a9 commit 2fe3fdf

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.0.0
6+
-------------------------
7+
8+
** Bug
9+
* [SWS-141] - Minor Documentation Bug: org.springframework.xml.transform.ResourceSource
10+
* [SWS-142] - AxiomSoapFaultDetailElementIterator does not consider whitespace nodes
11+
* [SWS-145] - When using JAXB2, all messages become MTOM
12+
* [SWS-149] - marshallSendAndReceivce bug in WebServiceTemplate
13+
* [SWS-150] - Don't close the ServletInputStream in AbstractWebServiceConnection.receive
14+
* [SWS-151] - IllegalStateException in Saaj11Implementation.removeContents()
15+
* [SWS-152] - NoSuchMethodError: SaajUtils.toName()
16+
* [SWS-156] - client-side support for JAXB2 MTOM marshalling is not working well
17+
* [SWS-158] - java.lang.IllegalArgumentException: This is not an attribute, it is a namespace: xmlns:xs
18+
* [SWS-164] - Null pointer while handling empty SOAP Body
19+
20+
** Improvement
21+
* [SWS-144] - FaultMessageResolver should not be constrained to IOExceptions
22+
* [SWS-147] - Mention transformWsdlLocations servlet parameter to the reference docs
23+
* [SWS-154] - Mention namespace resolution for SoapFault annotation

notes.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
After two years of development, I am delighted to announce that Spring Web Services 1.0.0 is now officially released!
2+
3+
Spring Web Services is a product of the Spring community focussed on creating document-driven, contract-first Web Services. The key features of Spring Web Services include:
4+
5+
- Makes the Best Practice an Easy Practice: Spring Web Services makes enforcing best practices easier. This includes practices such as the WS-I basic profile, Contract-First development, and having a loose coupling between contract and implementation.
6+
7+
- Powerful mappings: You can distribute incoming XML request to any object, depending on message payload, SOAP Action header, or an XPath expression.
8+
9+
- XML API support: Incoming XML messages can be handled in standard JAXP APIs such as DOM, SAX, and StAX, but also JDOM, dom4j, XOM, or even marshalling technologies.
10+
11+
- Flexible XML Marshalling: The Object/XML Mapping module in the Spring Web Services distribution supports JAXB 1 and 2, Castor, XMLBeans, JiBX, and XStream. And because it is a separate module, you can use it in non-Web services code as well!
12+
13+
- Reuses your Spring expertise: Spring-WS uses Spring application contexts for all configuration, which should help Spring developers get up-to-speed nice and quickly. Also, the architecture of Spring-WS resembles that of Spring-MVC.
14+
15+
- Supports WS-Security: WS-Security allows you to sign SOAP messages, encrypt and decrypt them, or authenticate against them. And it integrates with Spring Security!
16+
17+
For more information, see http://www.springframework.org/spring-ws.

0 commit comments

Comments
 (0)