From c09fa9c97cd73b203568f16d35f2343db8cd9a49 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 28 Jan 2009 14:03:20 +0000 Subject: [PATCH 1/4] [maven-release-plugin] copy for tag spring-ws-1.5.6 From 203af82101dc598f6a739600be6cd589a3602bf0 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 28 Jan 2009 14:20:39 +0000 Subject: [PATCH 2/4] Prepping for 1.5.6 release --- .../main/resources/archetype-resources/pom.xml | 4 ++-- 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/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 +- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 32c47131..d885fb4f 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.5 + 1.5.6 org.springframework.ws spring-ws-core - 1.5.5 + 1.5.6 diff --git a/readme.txt b/readme.txt index e978b1cf..84d0a35c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 1.5.5 (November 2008) +SPRING WEB SERVICES 1.5.6 (January 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.5.jar +* spring-oxm-1.5.6.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.5.jar +* spring-oxm-tiger-1.5.6.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.5.jar +* spring-ws-core-1.5.6.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.5.jar +* spring-ws-core-tiger-1.5.6.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.5.jar +* spring-ws-support-1.5.6.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-1.5.5.jar +* spring-ws-security-1.5.6.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.5.jar +* spring-xml-1.5.6.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-1.5.5.jar +* spring-ws-1.5.6.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 a88440df..587551c0 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 0b6cb10b..a9b123a7 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 1ad94e75..4e99cea8 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/pox/client/spring-ws/build.xml b/samples/pox/client/spring-ws/build.xml index 5074ca0c..a1ae0c56 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 93a3072b..3a2b043e 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 0e9a5f81..d168d018 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.5-SANDBOX + 1.5.6 4.0.0 spring-ws-sandbox diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index cfefef68..983ee0ce 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.5 \ + -DarchetypeVersion=1.5.6 \ -DgroupId=com.mycompany.hr \ -DartifactId=holidayService @@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { org.springframework.ws spring-ws-core - 1.5.5 + 1.5.6 jdom diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index fc783cdb..cdd2312d 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -6,15 +6,15 @@ 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.5/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=63045}Announcement}} + * {{{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=63045}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 2ef2fd01..908bb2d9 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.6-SNAPSHOT + 1.5.7-SNAPSHOT +--------------- From 608dc9b47c12630ed7ca345b67293af719f5566f Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 28 Jan 2009 14:24:46 +0000 Subject: [PATCH 3/4] Prepping for 1.5.6 release --- changelog.txt | 39 +++++++++++++++++++++++++++++++++++++++ notes.txt | 12 ++++++------ 2 files changed, 45 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9d2f5c0b..7c88152b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,45 @@ SPRING WEB SERVICES CHANGELOG ============================= http://www.springframework.org/spring-ws +Changes in version 1.5.6 +------------------------- +** Bug + * [SWS-430] - WSDL is renedered without resolving dynamic attributes managed using a PropertyPlaceHolderConfigurer object + * [SWS-434] - JibxMarshaller - marshalSaxHandlers + * [SWS-440] - WebServiceTemplate still creates a connection even if a ClientInterceptor sets a Response + * [SWS-442] - Generated WSDL file does not contain xmime attribute "expectedContentTypes" present in xsd files. + * [SWS-447] - xmlsec-1.4.1 library upgrade from v. 1.4.0 breaks response encryption with Wss4jSecurityInterceptor in spring-ws 1.5.5 release. + * [SWS-448] - Wss4jSecurityInterceptor accept messages when is empty + * [SWS-449] - Spelling mistake in documentation + * [SWS-455] - Mangled predefined xml 'special character' entities when using AxiomSoapMessageFactory and extending AbstractStaxStreamPayloadEndpoint + * [SWS-456] - Wss4jSecurityInterceptor example specifies invalid Validation Action and Securement Action + * [SWS-457] - AxiomSoapMessageFactory payloadCaching=false causes org.springframework.ws.soap.axiom.AxiomSoapEnvelope.getBody() to fail + * [SWS-464] - The use of WS Addressing results in malformed SOAP messages + * [SWS-465] - Optional WS-Addressing request headers being treated as mandatory + * [SWS-467] - Issues while generating of WSDL using SpringWS1.5 and spring-core2.0 + * [SWS-469] - Content type not set accouring to Http specification, RFC 2616 + * [SWS-471] - Invalid xml in SoapFaultMappingExceptionResolver example, section 5.6.1 + * [SWS-473] - JmsSenderConnection does not commit transaction after send, leading to messages never being sent if sessionTransacted is true + +** Improvement + * [SWS-360] - All-in-one jar doesn't contain correct spring.handlers + * [SWS-375] - Add callback functionality to transport connections + * [SWS-450] - XwsSecurityInterceptor always requires a callback handler + * [SWS-462] - JavaDoc fix for PayloadRootAnnotationMethodEndpointMapping + * [SWS-463] - Update Jibx dependency to 1.1.6a + * [SWS-470] - Unwanted property file after extending WebServiceTemplate + * [SWS-475] - Upgrade to Axiom 1.2.8 + * [SWS-476] - java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init + + +** Refactoring + * [SWS-459] - Spring 1.5.x should depend on Spring 2.0.x as a minimum requirement + +** Task + * [SWS-460] - Correct the documentation about SoapAction in section 4.1.3.3 + * [SWS-477] - Upgrade to Wss4j 1.5.5 + * [SWS-478] - Sync up copied dependencies for the "with dependencies" distribution + Changes in version 1.5.5 ------------------------- ** Bug diff --git a/notes.txt b/notes.txt index 5b6a475e..ba867923 100644 --- a/notes.txt +++ b/notes.txt @@ -1,15 +1,15 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 1.5.5 has been released! +I'm pleased to announce that Spring Web Services 1.5.6 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.4 and introduces various +series. It fixes all bugs reported since 1.5.5 and introduces various enhancements throughout the framework: -* Various OSGi manifest fixes. -* JDK 1.4 compativility. -* Improvements of the JMS transport when using JNDI destinations +* WSS4J improvements. +* WS-Addressing fixes. +* Upgrades to Axiom 1.2.8, WSS4J 1.5.5, and Jibx 1.1..6a -and more, including more documentation. Please see the changelog for details. +and more. Please see the changelog for details. For more information, see http://static.springframework.org/spring-ws/site/ From 2e75722a23f9ace6244fae8060b719877b1cb542 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 28 Jan 2009 14:59:00 +0000 Subject: [PATCH 4/4] Prepping for 1.5.6 release --- notes.txt | 2 +- src/site/apt/downloads/releases.apt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/notes.txt b/notes.txt index ba867923..e3ac5655 100644 --- a/notes.txt +++ b/notes.txt @@ -8,7 +8,7 @@ enhancements throughout the framework: * WSS4J improvements. * WS-Addressing fixes. -* Upgrades to Axiom 1.2.8, WSS4J 1.5.5, and Jibx 1.1..6a +* Upgrades to Axiom 1.2.8, WSS4J 1.5.5, and Jibx 1.1.6a and more. Please see the changelog for details. diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index cdd2312d..14961e8e 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -8,13 +8,12 @@ Downloads * <> - * {{{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=63045}Announcement}} + * {{{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://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}}