Skip to content

Commit e4130f2

Browse files
committed
Preparing for 2.0.4 release
1 parent 2a34599 commit e4130f2

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

changelog.txt

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

5+
Changes in version 2.0.4.RELEASE
6+
----------------------------------
7+
8+
** Bug
9+
* [SWS-647] - PayloadValidatingInterceptor throws IllegalArgumentException when passed a schema collection
10+
* [SWS-742] - JMSCorrelationID together with Oracle AQ
11+
* [SWS-748] - Not well formed xml causes server 500 error
12+
* [SWS-750] - SaajSoapMessageFactory's checkForUtf8ByteOrderMark is corrupting input stream
13+
* [SWS-752] - Provider com.sun.xml.stream.ZephyrParserFactory not found using annotation-driven
14+
15+
** Improvement
16+
* [SWS-491] - Digital signing java 6
17+
* [SWS-745] - Convenience constructor for SimpleUsernamePasswordCallbackHandler
18+
* [SWS-749] - org.springframework.xml.sax.SaxUtils swallows exceptions
19+
520
Changes in version 2.0.3.RELEASE
621
----------------------------------
722

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.3.RELEASE has
3+
I'm pleased to announce that Spring Web Services 2.0.4.RELEASE has
44
been released!
55

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

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
3030
</scm>
3131
<properties>
32-
<osgi.version>2.0.3.RELEASE</osgi.version>
32+
<osgi.version>2.0.4.RELEASE</osgi.version>
3333
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
3434
<spring.framework.version>3.1.0.RELEASE</spring.framework.version>
3535
<spring.framework.osgi.range>"[3.1.0, 4.0.0)"</spring.framework.osgi.range>

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

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

6767

0 commit comments

Comments
 (0)