From eb1ecefee44191da39c20a2e89d93ce722d9d566 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 4 May 2012 12:28:46 +0000 Subject: [PATCH] Preparing for 2.0.5 release --- changelog.txt | 20 ++++++++++++++++++++ notes.txt | 2 +- readme.txt | 14 +++++++------- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 218a02d4..f7de03ad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,26 @@ SPRING WEB SERVICES CHANGELOG ============================= http://www.springframework.org/spring-ws +Changes in version 2.0.5.RELEASE +---------------------------------- + +** Bug + * [SWS-754] - EndpointInterceptor.afterCompletion is not always invoked + * [SWS-759] - FAQ about Mac OS X test failures needs updating + * [SWS-763] - Namespace problems after upgrading to Axiom 1.2.13 + +** Defect + * [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) + * [SWS-766] - Broken link in SWS 2.0.4 - org.springframework.ws.soap.security.xwss + * [SWS-769] - Error in org.springframework.ws.context's content + * [SWS-770] - In documentation, JMS server configuration doesn't work + +** Improvement + * [SWS-760] - Please specify URL and license in pom.xml + * [SWS-761] - Add method to set digest algorithm for signature (WSS4J) + * [SWS-762] - Allow multiple prefixes and suffixes in DefaultWsdl11Definition + * [SWS-768] - Make JAXP13ValidatorFactory smarter + Changes in version 2.0.4.RELEASE ---------------------------------- diff --git a/notes.txt b/notes.txt index a0859993..5b3d7d38 100644 --- a/notes.txt +++ b/notes.txt @@ -1,6 +1,6 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 2.0.4.RELEASE has +I'm pleased to announce that Spring Web Services 2.0.5.RELEASE has been released! This is the latest GA release in the 2.0 release cycle. It contains bug fixes. diff --git a/readme.txt b/readme.txt index b741763b..742b0524 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 2.0.4.RELEASE (January 2012) +SPRING WEB SERVICES 2.0.5.RELEASE (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.4.RELEASE.jar +* spring-ws-core-2.0.5.RELEASE.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.4.RELEASE.jar +* spring-ws-support-2.0.5.RELEASE.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-2.0.4.RELEASE.jar +* spring-ws-security-2.0.5.RELEASE.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.4.RELEASE.jar +* spring-ws-test-2.0.5.RELEASE.jar - Contents: Spring-WS Testing framework - Dependencies: JUnit, XMLUnit -* spring-xml-2.0.4.RELEASE.jar +* spring-xml-2.0.5.RELEASE.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-2.0.4.RELEASE-all.jar +* spring-ws-2.0.5.RELEASE-all.jar - Contents: Convenient al-in-one jar containing all of the jars described above