From 3ef3cd3ca4bcf2044307748a9c0fd0f67d776381 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 19 May 2011 08:59:07 +0000 Subject: [PATCH] Preparing for 1.5.10 release --- changelog.txt | 12 ++++++++++++ notes.txt | 6 +++--- parent/pom.xml | 5 +++-- pom.xml | 5 +++-- readme.txt | 18 +++++++++--------- 5 files changed, 30 insertions(+), 16 deletions(-) diff --git a/changelog.txt b/changelog.txt index c7042999..c721a19e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,18 @@ SPRING WEB SERVICES CHANGELOG http://www.springframework.org/spring-ws +Changes in version 1.5.10 +------------------------ + +** Bug + * [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field + * [SWS-708] - PayloadValidatingInterceptor errors not clearing SecurityContextHolder + +** Improvement + * [SWS-610] - Incompatibility with WS-I requirement R2750 + * [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger + * [SWS-648] - Document Spring-WS Security exception handling + Changes in version 1.5.9 ------------------------ diff --git a/notes.txt b/notes.txt index 51d0120e..55394265 100644 --- a/notes.txt +++ b/notes.txt @@ -1,9 +1,9 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 1.5.9 has been released! +I'm pleased to announce that Spring Web Services 1.5.10 has been released! This is the latest bug fix and enhancement release in the Spring-WS 1.5 -series. It fixes all bugs reported since 1.5.8 and introduces various -enhancements throughout the framework. Please see the changelog for details. +series. It fixes all bugs found in the 2.0 cycle. +Please see the changelog for details. For more information, see http://static.springframework.org/spring-ws/site/ diff --git a/parent/pom.xml b/parent/pom.xml index aa8610f2..48c61006 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -9,8 +9,9 @@ http://static.springframework.org/spring-ws/site/downloads/releases.html - local - file:///Users/arjen/Projects/Spring/repos/repo + spring-release + Spring Release Repository + s3://maven.springframework.org/release spring-snapshot diff --git a/pom.xml b/pom.xml index 71cdea5b..41594366 100644 --- a/pom.xml +++ b/pom.xml @@ -69,8 +69,9 @@ http://www.springsource.com/download/community?project=Spring%20Web%20Services - local - file:///Users/arjen/Projects/Spring/repos/repo + spring-release + Spring Release Repository + s3://maven.springframework.org/release spring-s3 diff --git a/readme.txt b/readme.txt index e0a05f0a..64b4e2b1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 1.5.9 (Januari 2010) +SPRING WEB SERVICES 1.5.10 (May 2011) ------------------------------- http://www.springframework.org/spring-ws http://forum.springframework.org/forumdisplay.php?f=39 @@ -39,40 +39,40 @@ 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-oxm-1.5.9.jar +* spring-oxm-1.5.10.jar - Contents: The Spring Object/XML Mapping framework - Dependencies: Commons Logging, spring-beans, spring-core [Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream] -* spring-oxm-tiger-1.5.9.jar +* spring-oxm-tiger-1.5.10.jar - Contents: The Spring Object/XML Mapping framework for Java 5 - Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2 -* spring-ws-core-1.5.9.jar +* spring-ws-core-1.5.10.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-core-tiger-1.5.9.jar +* spring-ws-core-tiger-1.5.10.jar - Contents: The Spring-WS Core for Java 5 - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core -* spring-ws-support-1.5.9.jar +* spring-ws-support-1.5.10.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-1.5.9.jar +* spring-ws-security-1.5.10.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-xml-1.5.9.jar +* spring-xml-1.5.10.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-1.5.9.jar +* spring-ws-1.5.10.jar - Contents: Convenient al-in-one jar containing all of the jars described above