Updated txt files for 2.1.RC1 release
This commit is contained in:
@@ -2,6 +2,21 @@ SPRING WEB SERVICES CHANGELOG
|
||||
=============================
|
||||
http://www.springframework.org/spring-ws
|
||||
|
||||
Changes in version 2.1.0.RC1
|
||||
----------------------------------
|
||||
|
||||
** Bug
|
||||
* [SWS-757] - Airline Sample Maven Build Error
|
||||
|
||||
** Improvement
|
||||
* [SWS-711] - Upgrade to wss4j 1.6
|
||||
* [SWS-758] - Upgrade XmlSchemaCollection
|
||||
* [SWS-771] - Upgrade template.mf
|
||||
* [SWS-772] - <sws:annotation-driven/> should register a SoapFaultAnnotationExceptionResolver
|
||||
|
||||
** New Feature
|
||||
* [SWS-563] - Provide support for Apache HttpClient 4.0
|
||||
|
||||
Changes in version 2.0.5.RELEASE
|
||||
----------------------------------
|
||||
|
||||
|
||||
34
notes.txt
34
notes.txt
@@ -1,9 +1,37 @@
|
||||
Dear Spring community,
|
||||
|
||||
I'm pleased to announce that Spring Web Services 2.0.5.RELEASE has
|
||||
been released!
|
||||
I'm pleased to announce that Spring Web Services 2.1.0.RC1 has been released!
|
||||
|
||||
This is the latest GA release in the 2.0 release cycle. It contains bug fixes.
|
||||
This is the first Release Candidate in the 2.1 release cycle. It mainly
|
||||
consists of necessary upgrades to third party dependencies. Specifically:
|
||||
|
||||
- WSS4J has been upgraded to 1.6.
|
||||
- XmlSchema has been upgraded to 2.0
|
||||
- Support for Apache HttpClient 4.0
|
||||
- JDOM has been upgraded to 2.0
|
||||
|
||||
and various other minor library upgrades.
|
||||
|
||||
Some of the library upgrades contain changes that are not backwards compatible.
|
||||
As such, you might be required to change your code and/or configuration as a
|
||||
consequence. More specifically:
|
||||
|
||||
WSS4J:
|
||||
- SpringDigestPasswordValidationCallbackHandler and
|
||||
SpringPlainTestPasswordValidationCallbackHandler have been merged into
|
||||
SpringSecurityPasswordValidationCallbackHandler, which works the same way as
|
||||
the SpringDigestPasswordValidationCallbackHandler (i.e. supply it with a
|
||||
UserDetailsService).
|
||||
- The Wss4jSecurityInterceptor no longer has the securementCallbackHandler
|
||||
property, as it's no longer used by WS4J.
|
||||
|
||||
JDOM:
|
||||
- JDOM 2.0 changed the package name from org.jdom.x to org.jdom2.x. Make sure
|
||||
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.
|
||||
|
||||
Please see the changelog for more details.
|
||||
|
||||
|
||||
14
readme.txt
14
readme.txt
@@ -1,4 +1,4 @@
|
||||
SPRING WEB SERVICES 2.0.5.RELEASE (May 2012)
|
||||
SPRING WEB SERVICES 2.1.0.RC1 (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.0.5.RELEASE.jar
|
||||
* spring-ws-core-2.1.0.RC1.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.0.5.RELEASE.jar
|
||||
* spring-ws-support-2.1.0.RC1.jar
|
||||
- Contents: The Spring-WS Support
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
|
||||
[JMS, JavaMail]
|
||||
|
||||
* spring-ws-security-2.0.5.RELEASE.jar
|
||||
* spring-ws-security-2.1.0.RC1.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.0.5.RELEASE.jar
|
||||
* spring-ws-test-2.1.0.RC1.jar
|
||||
- Contents: Spring-WS Testing framework
|
||||
- Dependencies: JUnit, XMLUnit
|
||||
|
||||
* spring-xml-2.0.5.RELEASE.jar
|
||||
* spring-xml-2.1.0.RC1.jar
|
||||
- Contents: Spring XML utility framework
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core
|
||||
[StAX, Xalan, Jaxen]
|
||||
|
||||
* spring-ws-2.0.5.RELEASE-all.jar
|
||||
* spring-ws-2.1.0.RC1-all.jar
|
||||
- Contents: Convenient al-in-one jar containing all of the jars described above
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user