Skip to content

Commit eb1ecef

Browse files
committed
Preparing for 2.0.5 release
1 parent 982a390 commit eb1ecef

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

changelog.txt

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

5+
Changes in version 2.0.5.RELEASE
6+
----------------------------------
7+
8+
** Bug
9+
* [SWS-754] - EndpointInterceptor.afterCompletion is not always invoked
10+
* [SWS-759] - FAQ about Mac OS X test failures needs updating
11+
* [SWS-763] - Namespace problems after upgrading to Axiom 1.2.13
12+
13+
** Defect
14+
* [SWS-764] - SoapEnvelopeLoggingInterceptor logging only partial request/response when Axis SAAJ API is used along with Xalan 2.7.1 and log4j 1.2.16 (using %m option)
15+
* [SWS-766] - Broken link in SWS 2.0.4 - org.springframework.ws.soap.security.xwss
16+
* [SWS-769] - Error in org.springframework.ws.context's content
17+
* [SWS-770] - In documentation, JMS server configuration doesn't work
18+
19+
** Improvement
20+
* [SWS-760] - Please specify URL and license in pom.xml
21+
* [SWS-761] - Add method to set digest algorithm for signature (WSS4J)
22+
* [SWS-762] - Allow multiple prefixes and suffixes in DefaultWsdl11Definition
23+
* [SWS-768] - Make JAXP13ValidatorFactory smarter
24+
525
Changes in version 2.0.4.RELEASE
626
----------------------------------
727

notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear Spring community,
22

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

66
This is the latest GA release in the 2.0 release cycle. It contains bug fixes.

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.0.4.RELEASE (January 2012)
1+
SPRING WEB SERVICES 2.0.5.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.0.4.RELEASE.jar
40+
* spring-ws-core-2.0.5.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.0.4.RELEASE.jar
45+
* spring-ws-support-2.0.5.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.0.4.RELEASE.jar
50+
* spring-ws-security-2.0.5.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.0.4.RELEASE.jar
55+
* spring-ws-test-2.0.5.RELEASE.jar
5656
- Contents: Spring-WS Testing framework
5757
- Dependencies: JUnit, XMLUnit
5858

59-
* spring-xml-2.0.4.RELEASE.jar
59+
* spring-xml-2.0.5.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.0.4.RELEASE-all.jar
64+
* spring-ws-2.0.5.RELEASE-all.jar
6565
- Contents: Convenient al-in-one jar containing all of the jars described above
6666

6767

0 commit comments

Comments
 (0)