Skip to content

Commit

Permalink
Released Spring-WS 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
poutsma committed May 20, 2009
1 parent 7666495 commit fe5ff63
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 33 deletions.
4 changes: 2 additions & 2 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
</dependencies>
</project>
24 changes: 24 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <faultstring> 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
Expand Down
7 changes: 3 additions & 4 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
18 changes: 9 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions samples/airline/client/jms/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<remoteRepository refid="spring-ext"/>
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
<dependency groupId="org.apache.activemq" artifactId="activemq-core" version="4.1.1"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
</artifact:dependencies>

<artifact:dependencies pathId="runtime.classpath">
<remoteRepository refid="main"/>
<remoteRepository refid="java.net"/>
<remoteRepository refid="spring-ext"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.7"/>
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
</artifact:dependencies>

Expand Down
4 changes: 2 additions & 2 deletions samples/airline/client/spring-ws/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<artifact:dependencies pathId="classpath">
<remoteRepository refid="main"/>
<remoteRepository refid="java.net"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.7"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
<dependency groupId="xmlbeans" artifactId="xbean" version="2.2.0"/>
Expand Down
2 changes: 1 addition & 1 deletion samples/echo/client/spring-ws/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</typedef>

<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>
Expand Down
8 changes: 4 additions & 4 deletions samples/mtom/client/spring-ws/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
<remoteRepository refid="main"/>
<remoteRepository refid="java.net"/>
<dependency groupId="org.springframework" artifactId="spring-core" version="2.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="org.apache.ws.commons.axiom" artifactId="axiom-api" version="1.2.8"/>
<dependency groupId="org.apache.ws.commons.axiom" artifactId="axiom-impl" version="1.2.8"/>
</artifact:dependencies>

<artifact:dependencies pathId="runtime.classpath">
<remoteRepository refid="main"/>
<remoteRepository refid="java.net"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-oxm" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-oxm-tiger" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="org.springframework.ws" artifactId="spring-oxm" version="1.5.7"/>
<dependency groupId="org.springframework.ws" artifactId="spring-oxm-tiger" version="1.5.7"/>
<dependency groupId="com.sun.xml.ws" artifactId="jaxws-rt" version="EA3"/>
<dependency groupId="com.sun.xml.bind" artifactId="jaxb-impl" version="2.1-EA2"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
Expand Down
2 changes: 1 addition & 1 deletion samples/pox/client/spring-ws/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</typedef>

<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
</artifact:dependencies>

Expand Down
2 changes: 1 addition & 1 deletion samples/stockquote/client/spring-ws/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</typedef>

<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.6"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
</artifact:dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-parent</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.6</version>
<version>1.5.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ws-sandbox</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/docbkx/tutorial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
</para>
<screen>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
</screen>
Expand Down Expand Up @@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
Expand Down
6 changes: 3 additions & 3 deletions src/site/apt/downloads/releases.apt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Downloads

* Get the latest Spring Web Services releases here

* <<Spring-WS 1.5.6 is the current production release (JDK 1.4+)>>
* <<Spring-WS 1.5.7 is the current production release (JDK 1.4+)>>

* {{{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}}

* <<Spring-WS 1.0.4 is the previous production release (JDK 1.3)>>

* {{{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}}

* <<Spring-WS 1.5.7 is the upcoming production release>>
* <<Spring-WS 1.5.8 is the upcoming production release>>

* {{{snapshots.html}Download nightly snapshots}}
2 changes: 1 addition & 1 deletion src/site/apt/downloads/snapshots.apt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
</dependency>
+---------------

Expand Down

0 comments on commit fe5ff63

Please sign in to comment.