From fe5ff63bda423aace20ac05a4d4f4698c969b8b9 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 20 May 2009 15:06:07 +0000 Subject: [PATCH] Released Spring-WS 1.5.7 --- .../resources/archetype-resources/pom.xml | 4 ++-- changelog.txt | 24 +++++++++++++++++++ notes.txt | 7 +++--- readme.txt | 18 +++++++------- samples/airline/client/jms/build.xml | 4 ++-- samples/airline/client/spring-ws/build.xml | 4 ++-- samples/echo/client/spring-ws/build.xml | 2 +- samples/mtom/client/spring-ws/build.xml | 8 +++---- samples/pox/client/spring-ws/build.xml | 2 +- samples/stockquote/client/spring-ws/build.xml | 2 +- sandbox/pom.xml | 2 +- src/docbkx/tutorial.xml | 4 ++-- src/site/apt/downloads/releases.apt | 6 ++--- src/site/apt/downloads/snapshots.apt | 2 +- 14 files changed, 56 insertions(+), 33 deletions(-) diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index d885fb4fe..c33f2d5b0 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -15,12 +15,12 @@ org.springframework.ws spring-oxm - 1.5.6 + 1.5.7 org.springframework.ws spring-ws-core - 1.5.6 + 1.5.7 diff --git a/changelog.txt b/changelog.txt index 7c88152bc..85e19e7e5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,30 @@ SPRING WEB SERVICES CHANGELOG ============================= http://www.springframework.org/spring-ws +Changes in version 1.5.7 +------------------------- +** Bug + * [SWS-482] - java.lang.IllegalStateException: Connection factory has been shutdown + * [SWS-483] - Wss4j 1.5.5 stripping custom SOAP headers after 1.5.6 upgrade + * [SWS-484] - Missing version qualifiers on Export-Package entries + * [SWS-486] - SaajSoap11Body.getFault() does not conforms to interface specification - if no fault is present IllegalArgumentException is thrown instead of returning null. + * [SWS-494] - AbstractHttpSenderConnection getErrorMessage() + * [SWS-496] - SpringWS client does not send Mtom attachments - it inlines them instead. + * [SWS-497] - JDOM exception when parsing odd SOAP message with SaajSoapMessageFactor + * [SWS-500] - remove amazonaws repository urls from spring-ws-parent pom + * [SWS-502] - Soap envelope rpc-encoded namespace issue + * [SWS-506] - All-in-one jar contains different namespace in spring.handlers than the module jars + * [SWS-509] - Namespace prefix in attribute value not resolved correctly + * [SWS-514] - SpringPlainTextPasswordValidationCallbackHandler doesn't override handleUsernameToken + +** Improvement + * [SWS-485] - xml:lang="en" attribute in element is not compliant to SOAP/1.1 schema + * [SWS-488] - Export-Packages in MANIFEST.MF are not versioned + * [SWS-490] - log Exceptions in SoapFaultMappingExceptionResolver (like spring webmvc SimpleMappingExceptionResolver) + * [SWS-492] - Maven POM uses incorrect stax-api dependency + * [SWS-498] - 3.6.1. Handling the XML Message tutorial with wrong code + * [SWS-510] - AxiomSoapMessageFactory throws IllegalArgument when Content-Type is not set + Changes in version 1.5.6 ------------------------- ** Bug diff --git a/notes.txt b/notes.txt index e3ac56550..6a33bd6d2 100644 --- a/notes.txt +++ b/notes.txt @@ -1,14 +1,13 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 1.5.6 has been released! +I'm pleased to announce that Spring Web Services 1.5.7 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.5 and introduces various +series. It fixes all bugs reported since 1.5.6 and introduces various enhancements throughout the framework: * WSS4J improvements. -* WS-Addressing fixes. -* Upgrades to Axiom 1.2.8, WSS4J 1.5.5, and Jibx 1.1.6a +* Axiom improvements. and more. Please see the changelog for details. diff --git a/readme.txt b/readme.txt index 84d0a35c5..8c2703bad 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 1.5.6 (January 2009) +SPRING WEB SERVICES 1.5.7 (May 2009) ------------------------------- 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.6.jar +* spring-oxm-1.5.7.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.6.jar +* spring-oxm-tiger-1.5.7.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.6.jar +* spring-ws-core-1.5.7.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.6.jar +* spring-ws-core-tiger-1.5.7.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.6.jar +* spring-ws-support-1.5.7.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-1.5.6.jar +* spring-ws-security-1.5.7.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.6.jar +* spring-xml-1.5.7.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-1.5.6.jar +* spring-ws-1.5.7.jar - Contents: Convenient al-in-one jar containing all of the jars described above diff --git a/samples/airline/client/jms/build.xml b/samples/airline/client/jms/build.xml index 587551c0b..9e4cf80a6 100644 --- a/samples/airline/client/jms/build.xml +++ b/samples/airline/client/jms/build.xml @@ -23,7 +23,7 @@ - + @@ -31,7 +31,7 @@ - + diff --git a/samples/airline/client/spring-ws/build.xml b/samples/airline/client/spring-ws/build.xml index a9b123a7d..a81759af8 100644 --- a/samples/airline/client/spring-ws/build.xml +++ b/samples/airline/client/spring-ws/build.xml @@ -19,8 +19,8 @@ - - + + diff --git a/samples/echo/client/spring-ws/build.xml b/samples/echo/client/spring-ws/build.xml index 4e99cea8d..d3d816891 100644 --- a/samples/echo/client/spring-ws/build.xml +++ b/samples/echo/client/spring-ws/build.xml @@ -11,7 +11,7 @@ - + diff --git a/samples/mtom/client/spring-ws/build.xml b/samples/mtom/client/spring-ws/build.xml index d130468ea..fc10a16a8 100644 --- a/samples/mtom/client/spring-ws/build.xml +++ b/samples/mtom/client/spring-ws/build.xml @@ -29,7 +29,7 @@ - + @@ -37,9 +37,9 @@ - - - + + + diff --git a/samples/pox/client/spring-ws/build.xml b/samples/pox/client/spring-ws/build.xml index a1ae0c566..8546c8b9a 100644 --- a/samples/pox/client/spring-ws/build.xml +++ b/samples/pox/client/spring-ws/build.xml @@ -11,7 +11,7 @@ - + diff --git a/samples/stockquote/client/spring-ws/build.xml b/samples/stockquote/client/spring-ws/build.xml index 3a2b043ed..f3da9f4bd 100644 --- a/samples/stockquote/client/spring-ws/build.xml +++ b/samples/stockquote/client/spring-ws/build.xml @@ -11,7 +11,7 @@ - + diff --git a/sandbox/pom.xml b/sandbox/pom.xml index d168d0181..b64c6c6b9 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.6 + 1.5.7 4.0.0 spring-ws-sandbox diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index b6c6c598a..0a7257d55 100644 --- a/src/docbkx/tutorial.xml +++ b/src/docbkx/tutorial.xml @@ -474,7 +474,7 @@ mvn archetype:create -DarchetypeGroupId=org.springframework.ws \ -DarchetypeArtifactId=spring-ws-archetype \ - -DarchetypeVersion=1.5.6 \ + -DarchetypeVersion=1.5.7 \ -DgroupId=com.mycompany.hr \ -DartifactId=holidayService @@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { org.springframework.ws spring-ws-core - 1.5.6 + 1.5.7 jdom diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index 14961e8e5..cdf78c459 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -6,14 +6,14 @@ Downloads * Get the latest Spring Web Services releases here - * <> + * <> - * {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.6/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=66590}Announcement}} + * {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.7/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=72196}Announcement}} * <> * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=590453}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=52246}Announcement}} - * <> + * <> * {{{snapshots.html}Download nightly snapshots}} diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt index a7a23ca40..d933a9bf9 100644 --- a/src/site/apt/downloads/snapshots.apt +++ b/src/site/apt/downloads/snapshots.apt @@ -23,7 +23,7 @@ Snapshot Builds org.springframework.ws spring-ws-core - 1.5.7-SNAPSHOT + 1.5.8-SNAPSHOT +---------------