diff --git a/changelog.txt b/changelog.txt
index 62b93937..08f36d31 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,8 +2,14 @@ SPRING WEB SERVICES CHANGELOG
=============================
http://www.springframework.org/spring-ws
+Changes in version 2.1.0.RELEASE
+----------------------------
+
+** Bug
+ * [SWS-777] - SoapFaultMappingExceptionResolver not handling exception
+
Changes in version 2.1.0.RC1
-----------------------------------
+----------------------------
** Bug
* [SWS-757] - Airline Sample Maven Build Error
@@ -18,7 +24,7 @@ Changes in version 2.1.0.RC1
* [SWS-563] - Provide support for Apache HttpClient 4.0
Changes in version 2.0.5.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-754] - EndpointInterceptor.afterCompletion is not always invoked
@@ -38,7 +44,7 @@ Changes in version 2.0.5.RELEASE
* [SWS-768] - Make JAXP13ValidatorFactory smarter
Changes in version 2.0.4.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-647] - PayloadValidatingInterceptor throws IllegalArgumentException when passed a schema collection
@@ -53,7 +59,7 @@ Changes in version 2.0.4.RELEASE
* [SWS-749] - org.springframework.xml.sax.SaxUtils swallows exceptions
Changes in version 2.0.3.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-687] - Attachment content id is resetted by spring web service
@@ -89,7 +95,7 @@ Changes in version 2.0.3.RELEASE
* [SWS-728] - OXM chapter not linked from the index page
Changes in version 2.0.2.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-702] - sws:annotation-driven does not pick up @Endpoint annotations on classes that are JDK proxies
@@ -103,7 +109,7 @@ Changes in version 2.0.2.RELEASE
* [SWS-662] - Support for UriEndpointMapping in server-side test
Changes in version 2.0.1.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-242] - Allow for custom ErrorHandler in PayloadValidatingInterceptor
@@ -125,7 +131,7 @@ Changes in version 2.0.1.RELEASE
* [SWS-685] - Fix broken references in the reference doc
Changes in version 2.0.0.RELEASE
-----------------------------------
+--------------------------------
** Bug
* [SWS-585] - POMs of Spring-WS artifacts at maven central repo wrongfuly contain references to external repositories
@@ -142,7 +148,7 @@ Changes in version 2.0.0.RELEASE
* [SWS-263] - Provide xml based Mock for Web Services
Changes in version 2.0 Release Candidate 2
-----------------------------------
+------------------------------------------
** Sub-task
* [SWS-668] - sws:annotation-driven
@@ -165,7 +171,7 @@ Changes in version 2.0 Release Candidate 2
* [SWS-666] - Update tutorial
Changes in version 2.0 Release Candidate 1
-----------------------------------
+------------------------------------------
** Sub-task
* [SWS-631] - Create Client-Side testing framework
diff --git a/notes.txt b/notes.txt
index 2243b097..211b849b 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,8 +1,8 @@
Dear Spring community,
-I'm pleased to announce that Spring Web Services 2.1.0.RC1 has been released!
+I'm pleased to announce that Spring Web Services 2.1.0.RELEASE has been released!
-This is the first Release Candidate in the 2.1 release cycle. It mainly
+This is the first GA release in the 2.1 release cycle. It mainly
consists of necessary upgrades to third party dependencies. Specifically:
- WSS4J has been upgraded to 1.6.
@@ -30,8 +30,11 @@ JDOM:
to switch to this new package when using JDOM in combination with
@RequestBody/@ResponseBody as well as the AbstractJDomPayloadEndpoint.
-Note that there were no milestone releases before this RC: it is a library
-upgrade release only.
+
+- When using , it might be required to set "order"
+ property values on custom exception resolvers. See
+ https://jira.springsource.org/browse/SWS-772?focusedCommentId=79384#comment-79384
+ for more details.
Please see the changelog for more details.
diff --git a/readme.txt b/readme.txt
index e062ff5c..03826e25 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB SERVICES 2.1.0.RC1 (May 2012)
+SPRING WEB SERVICES 2.1.0.RELEASE (May 2012)
-------------------------------
http://www.springframework.org/spring-ws
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,31 +37,31 @@ The following distinct jar files are included in the distribution. This list spe
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
-* spring-ws-core-2.1.0.RC1.jar
+* spring-ws-core-2.1.0.RELEASE.jar
- Contents: The Spring-WS Core
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J]
-* spring-ws-support-2.1.0.RC1.jar
+* spring-ws-support-2.1.0.RELEASE.jar
- Contents: The Spring-WS Support
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
[JMS, JavaMail]
-* spring-ws-security-2.1.0.RC1.jar
+* spring-ws-security-2.1.0.RELEASE.jar
- Contents: Spring-WS Security integration
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
-* spring-ws-test-2.1.0.RC1.jar
+* spring-ws-test-2.1.0.RELEASE.jar
- Contents: Spring-WS Testing framework
- Dependencies: JUnit, XMLUnit
-* spring-xml-2.1.0.RC1.jar
+* spring-xml-2.1.0.RELEASE.jar
- Contents: Spring XML utility framework
- Dependencies: Commons Logging, spring-beans, spring-core
[StAX, Xalan, Jaxen]
-* spring-ws-2.1.0.RC1-all.jar
+* spring-ws-2.1.0.RELEASE-all.jar
- Contents: Convenient al-in-one jar containing all of the jars described above