From f2d73deaa8d321d93ee631d99c78de4cdd0d7856 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 5 Nov 2008 13:01:56 +0000 Subject: [PATCH] Merged back changes from 1.5.5 release (14414:14424) --- .../resources/archetype-resources/pom.xml | 4 +-- changelog.txt | 36 +++++++++++++++++++ notes.txt | 15 ++++---- 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/assembly/with-dependencies.xml | 2 +- src/docbkx/tutorial.xml | 4 +-- src/site/apt/downloads/releases.apt | 4 +-- src/site/apt/downloads/snapshots.apt | 2 +- 14 files changed, 67 insertions(+), 34 deletions(-) diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 75a4dac6..32c47131 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.4 + 1.5.5 org.springframework.ws spring-ws-core - 1.5.4 + 1.5.5 diff --git a/changelog.txt b/changelog.txt index f1dc24b0..9d2f5c0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,42 @@ SPRING WEB SERVICES CHANGELOG ============================= http://www.springframework.org/spring-ws +Changes in version 1.5.5 +------------------------- +** Bug + * [SWS-405] - Spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2 + * [SWS-408] - Incorrect URL to Bamboo in pom + * [SWS-410] - AxiomSoapMessage does not work fine in Spring-WS with CastorMarshaller + * [SWS-411] - When using permanent replyTo queues, their JNDI names can't start with jms/ in the defaultUri property of the WebServiceGateway + * [SWS-412] - PayloadTransformingInterceptor does not work with a DomPoxMessage - the transformation clears the document + * [SWS-416] - Wss4jSecurityInterceptor loosing SOAPAction header + * [SWS-417] - spring-ws-core-tiger should be declared as an OSGi fragment since it contributes classes to packages from spring-ws-core + * [SWS-418] - Castor mappings are added multiple times + * [SWS-419] - Packaging: Wrong castor version in distribution. + * [SWS-420] - AxiomSoapMessage + SOAP1.2 SoapAction + * [SWS-422] - Class AxiomUtils is not java 1.4 compatible + * [SWS-427] - AbstractEndpointExceptionResolver.resolveException() does not let subclasses have full access to the MethodEndpoint that raised an exception + * [SWS-432] - AxiomSoap12Body.getFault() returns object of type AxiomSoap11Fault + * [SWS-437] - Method addOmittedFields in XStreamMarshaller should access XStream instance via getter. + * [SWS-439] - Reference guide, chapter 5.3.1.1., contains typo + +** Improvement + * [SWS-409] - CommonsXsdSchemaCollection / Apache Schema exceptions do not contain enough detail + * [SWS-425] - Upgrade xmlsec to 1.4.1, since 1.4.0 has problems with UTF-8 + * [SWS-433] - Extension of AbstractSoapFaultDefinitionExceptionResolver to support SOAP 1.2 faults + * [SWS-443] - Javadoc State Thread Safety Level PayloadEndpoint Implementers Must Support + * [SWS-444] - XwssMessageInterceptorEncryptTest testDecrypt() can be enabled again - problem solution known + +** New Feature + * [SWS-413] - SchemaCollection issues with classpath resources and relative schema imports + * [SWS-426] - Allow Wss4jSecurityInterceptor to accept arbitrary client certificate in validation phase + +** Refactoring + * [SWS-403] - bundles ws.core and ws.support have a circular dependency + +** Task + * [SWS-431] - Document Spring Security integration + Changes in version 1.5.4 ------------------------- ** Bug diff --git a/notes.txt b/notes.txt index d288b316..5b6a475e 100644 --- a/notes.txt +++ b/notes.txt @@ -1,17 +1,14 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 1.5.4 has been released! +I'm pleased to announce that Spring Web Services 1.5.5 has been released! -This is the fourth bug fix and enhancement release in the Spring-WS 1.5 -series. It fixes all bugs reported since 1.5.3 and introduces various +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 enhancements throughout the framework: -* Client-side XSD validation in the WebServiceTemplate, which allows you to - make sure you conform to a provided schema. -* Ability to point the WebServiceTemplate to a WSDL Resource, extracting the - location from it. -* Major speed inprovements in the DOM-based endpoint base classes - (AbstractDomPayloadEndpoint, AbstractJdomPayloadEndpoint, etc.). +* Various OSGi manifest fixes. +* JDK 1.4 compativility. +* Improvements of the JMS transport when using JNDI destinations and more, including more documentation. Please see the changelog for details. diff --git a/readme.txt b/readme.txt index 88e86ba3..e978b1cf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 1.5.4 (August 2008) +SPRING WEB SERVICES 1.5.5 (November 2008) ------------------------------- 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.4.jar +* spring-oxm-1.5.5.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.4.jar +* spring-oxm-tiger-1.5.5.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.4.jar +* spring-ws-core-1.5.5.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.4.jar +* spring-ws-core-tiger-1.5.5.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.4.jar +* spring-ws-support-1.5.5.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-1.5.4.jar +* spring-ws-security-1.5.5.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.4.jar +* spring-xml-1.5.5.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-1.5.4.jar +* spring-ws-1.5.5.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 7ece847b..a88440df 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 a61bab68..0b6cb10b 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 40f00417..1ad94e75 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 42659c50..5074ca0c 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 9a95204f..93a3072b 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 5bbf3910..0e9a5f81 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.4 + 1.5.5-SANDBOX 4.0.0 spring-ws-sandbox diff --git a/src/assembly/with-dependencies.xml b/src/assembly/with-dependencies.xml index c7605039..26fa6f6a 100644 --- a/src/assembly/with-dependencies.xml +++ b/src/assembly/with-dependencies.xml @@ -36,7 +36,7 @@ - target/${artifactId}-${version}.jar + target/${artifactId}-${version}-all.jar dist diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index 1aca5525..cfefef68 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.4 \ + -DarchetypeVersion=1.5.5 \ -DgroupId=com.mycompany.hr \ -DartifactId=holidayService @@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { org.springframework.ws spring-ws-core - 1.5.4 + 1.5.5 jdom diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index 72ba0c9b..035fbb09 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -6,9 +6,9 @@ Downloads * Get the latest Spring Web Services releases here - * <> + * <> - * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=617117}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=58204}Announcement}} + * {{{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}} * <> diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt index d13d494e..2ef2fd01 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.5-SNAPSHOT + 1.5.6-SNAPSHOT +---------------