Skip to content

Commit 5378786

Browse files
committed
Updated txt files for 2.1.RC1 release
1 parent 80bb1a0 commit 5378786

File tree

3 files changed

+53
-10
lines changed

3 files changed

+53
-10
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.1.0.RC1
6+
----------------------------------
7+
8+
** Bug
9+
* [SWS-757] - Airline Sample Maven Build Error
10+
11+
** Improvement
12+
* [SWS-711] - Upgrade to wss4j 1.6
13+
* [SWS-758] - Upgrade XmlSchemaCollection
14+
* [SWS-771] - Upgrade template.mf
15+
* [SWS-772] - <sws:annotation-driven/> should register a SoapFaultAnnotationExceptionResolver
16+
17+
** New Feature
18+
* [SWS-563] - Provide support for Apache HttpClient 4.0
19+
520
Changes in version 2.0.5.RELEASE
621
----------------------------------
722

notes.txt

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
11
Dear Spring community,
22

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

6-
This is the latest GA release in the 2.0 release cycle. It contains bug fixes.
5+
This is the first Release Candidate in the 2.1 release cycle. It mainly
6+
consists of necessary upgrades to third party dependencies. Specifically:
7+
8+
- WSS4J has been upgraded to 1.6.
9+
- XmlSchema has been upgraded to 2.0
10+
- Support for Apache HttpClient 4.0
11+
- JDOM has been upgraded to 2.0
12+
13+
and various other minor library upgrades.
14+
15+
Some of the library upgrades contain changes that are not backwards compatible.
16+
As such, you might be required to change your code and/or configuration as a
17+
consequence. More specifically:
18+
19+
WSS4J:
20+
- SpringDigestPasswordValidationCallbackHandler and
21+
SpringPlainTestPasswordValidationCallbackHandler have been merged into
22+
SpringSecurityPasswordValidationCallbackHandler, which works the same way as
23+
the SpringDigestPasswordValidationCallbackHandler (i.e. supply it with a
24+
UserDetailsService).
25+
- The Wss4jSecurityInterceptor no longer has the securementCallbackHandler
26+
property, as it's no longer used by WS4J.
27+
28+
JDOM:
29+
- JDOM 2.0 changed the package name from org.jdom.x to org.jdom2.x. Make sure
30+
to switch to this new package when using JDOM in combination with
31+
@RequestBody/@ResponseBody as well as the AbstractJDomPayloadEndpoint.
32+
33+
Note that there were no milestone releases before this RC: it is a library
34+
upgrade release only.
735

836
Please see the changelog for more details.
937

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

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

6767

0 commit comments

Comments
 (0)