diff --git a/readme.txt b/readme.txt index 2e74c550..a561ef8f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 1.0-RC2 (June 2007) +SPRING WEB SERVICES 1.0.0 (August 2007) ------------------------------- http://www.springframework.org/spring-ws http://forum.springframework.org/forumdisplay.php?f=39 @@ -37,30 +37,30 @@ 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.0-rc2.jar +* spring-oxm-1.0.0.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.0-rc2.jar +* spring-oxm-tiger-1.0.0.jar - Contents: The Spring Object/XML Mapping framework for Java 5 - Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2 -* spring-ws-core-1.0-rc2.jar +* spring-ws-core-1.0.0.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] -* spring-ws-core-tiger-1.0-rc2.jar +* spring-ws-core-tiger-1.0.0.jar - Contents: The Spring-WS Core for Java 5 - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core -* spring-ws-security-1.0-rc2.jar +* spring-ws-security-1.0.0.jar - Contents: Spring-WS Security integration - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core [Log4J, xmlsdig, xmlsec, XWS-security, Acegi] -* spring-xml-1.0-rc2.jar +* spring-xml-1.0.0.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8dd57e3a..62413380 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,7 +5,7 @@ Arjen Poutsma - + Don't close the ServletInputStream in AbstractWebServiceConnection.receive IllegalStateException in Saaj11Implementation.removeContents() NoSuchMethodError: SaajUtils.toName() @@ -19,7 +19,7 @@ Minor Documentation Bug: org.springframework.xml.transform.ResourceSource AxiomSoapFaultDetailElementIterator does not consider whitespace nodes. - + Added MarshallingSource, a TrAX Source that uses a Marshaller. Reduce the number of overloaded methods on the WebServiceTemplate class to aid comprehension. Allow specifying names of message factory and message receiver in MessageDispatcherServlet diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index b9b55e7e..2733c784 100644 --- a/src/docbkx/tutorial.xml +++ b/src/docbkx/tutorial.xml @@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { org.springframework.ws spring-ws-core - 1.0-rc2 + 1.0.0 jdom diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index 44ee5cdc..e8bb2c00 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -6,11 +6,11 @@ Downloads * Get the latest Spring Web Services releases here - * <> + * <> - * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=516288}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-rc2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=40148}Announcement}} + * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=532966}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.0/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=42788}Announcement}} - * <> + * <> * {{{snapshots.html}Download nighly snapshots}} diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt index 7d0c1974..b213a498 100644 --- a/src/site/apt/downloads/snapshots.apt +++ b/src/site/apt/downloads/snapshots.apt @@ -23,10 +23,10 @@ Snapshot Builds org.springframework.ws spring-ws-core - 1.0-rc3-SNAPSHOT + 1.0.1-SNAPSHOT +--------------- Additionally, there are - {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0-rc3-SNAPSHOT/}zips}} + {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.1-SNAPSHOT/}zips}} available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.