Skip to content

Commit eaf6b7e

Browse files
committed
Preparing for 2.1.0.RELEASE
1 parent 3086484 commit eaf6b7e

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

changelog.txt

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ SPRING WEB SERVICES CHANGELOG
22
=============================
33
http://www.springframework.org/spring-ws
44

5+
Changes in version 2.1.0.RELEASE
6+
----------------------------
7+
8+
** Bug
9+
* [SWS-777] - SoapFaultMappingExceptionResolver not handling exception
10+
511
Changes in version 2.1.0.RC1
6-
----------------------------------
12+
----------------------------
713

814
** Bug
915
* [SWS-757] - Airline Sample Maven Build Error
@@ -18,7 +24,7 @@ Changes in version 2.1.0.RC1
1824
* [SWS-563] - Provide support for Apache HttpClient 4.0
1925

2026
Changes in version 2.0.5.RELEASE
21-
----------------------------------
27+
--------------------------------
2228

2329
** Bug
2430
* [SWS-754] - EndpointInterceptor.afterCompletion is not always invoked
@@ -38,7 +44,7 @@ Changes in version 2.0.5.RELEASE
3844
* [SWS-768] - Make JAXP13ValidatorFactory smarter
3945

4046
Changes in version 2.0.4.RELEASE
41-
----------------------------------
47+
--------------------------------
4248

4349
** Bug
4450
* [SWS-647] - PayloadValidatingInterceptor throws IllegalArgumentException when passed a schema collection
@@ -53,7 +59,7 @@ Changes in version 2.0.4.RELEASE
5359
* [SWS-749] - org.springframework.xml.sax.SaxUtils swallows exceptions
5460

5561
Changes in version 2.0.3.RELEASE
56-
----------------------------------
62+
--------------------------------
5763

5864
** Bug
5965
* [SWS-687] - Attachment content id is resetted by spring web service
@@ -89,7 +95,7 @@ Changes in version 2.0.3.RELEASE
8995
* [SWS-728] - OXM chapter not linked from the index page
9096

9197
Changes in version 2.0.2.RELEASE
92-
----------------------------------
98+
--------------------------------
9399

94100
** Bug
95101
* [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
103109
* [SWS-662] - Support for UriEndpointMapping in server-side test
104110

105111
Changes in version 2.0.1.RELEASE
106-
----------------------------------
112+
--------------------------------
107113

108114
** Bug
109115
* [SWS-242] - Allow for custom ErrorHandler in PayloadValidatingInterceptor
@@ -125,7 +131,7 @@ Changes in version 2.0.1.RELEASE
125131
* [SWS-685] - Fix broken references in the reference doc
126132

127133
Changes in version 2.0.0.RELEASE
128-
----------------------------------
134+
--------------------------------
129135

130136
** Bug
131137
* [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
142148
* [SWS-263] - Provide xml based Mock for Web Services
143149

144150
Changes in version 2.0 Release Candidate 2
145-
----------------------------------
151+
------------------------------------------
146152

147153
** Sub-task
148154
* [SWS-668] - sws:annotation-driven
@@ -165,7 +171,7 @@ Changes in version 2.0 Release Candidate 2
165171
* [SWS-666] - Update tutorial
166172

167173
Changes in version 2.0 Release Candidate 1
168-
----------------------------------
174+
------------------------------------------
169175

170176
** Sub-task
171177
* [SWS-631] - Create Client-Side testing framework

notes.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Dear Spring community,
22

3-
I'm pleased to announce that Spring Web Services 2.1.0.RC1 has been released!
3+
I'm pleased to announce that Spring Web Services 2.1.0.RELEASE has been released!
44

5-
This is the first Release Candidate in the 2.1 release cycle. It mainly
5+
This is the first GA release in the 2.1 release cycle. It mainly
66
consists of necessary upgrades to third party dependencies. Specifically:
77

88
- WSS4J has been upgraded to 1.6.
@@ -30,8 +30,11 @@ JDOM:
3030
to switch to this new package when using JDOM in combination with
3131
@RequestBody/@ResponseBody as well as the AbstractJDomPayloadEndpoint.
3232

33-
Note that there were no milestone releases before this RC: it is a library
34-
upgrade release only.
33+
<sws:annotation-driven/>
34+
- When using <sws-annotation-driven/>, it might be required to set "order"
35+
property values on custom exception resolvers. See
36+
https://jira.springsource.org/browse/SWS-772?focusedCommentId=79384#comment-79384
37+
for more details.
3538

3639
Please see the changelog for more details.
3740

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 2.1.0.RC1 (May 2012)
1+
SPRING WEB SERVICES 2.1.0.RELEASE (May 2012)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
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
3737
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
3838
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
3939

40-
* spring-ws-core-2.1.0.RC1.jar
40+
* spring-ws-core-2.1.0.RELEASE.jar
4141
- Contents: The Spring-WS Core
4242
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
4343
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J]
4444

45-
* spring-ws-support-2.1.0.RC1.jar
45+
* spring-ws-support-2.1.0.RELEASE.jar
4646
- Contents: The Spring-WS Support
4747
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
4848
[JMS, JavaMail]
4949

50-
* spring-ws-security-2.1.0.RC1.jar
50+
* spring-ws-security-2.1.0.RELEASE.jar
5151
- Contents: Spring-WS Security integration
5252
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
5353
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
5454

55-
* spring-ws-test-2.1.0.RC1.jar
55+
* spring-ws-test-2.1.0.RELEASE.jar
5656
- Contents: Spring-WS Testing framework
5757
- Dependencies: JUnit, XMLUnit
5858

59-
* spring-xml-2.1.0.RC1.jar
59+
* spring-xml-2.1.0.RELEASE.jar
6060
- Contents: Spring XML utility framework
6161
- Dependencies: Commons Logging, spring-beans, spring-core
6262
[StAX, Xalan, Jaxen]
6363

64-
* spring-ws-2.1.0.RC1-all.jar
64+
* spring-ws-2.1.0.RELEASE-all.jar
6565
- Contents: Convenient al-in-one jar containing all of the jars described above
6666

6767

0 commit comments

Comments
 (0)