Skip to content

Commit

Permalink
Released 2.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
poutsma committed Jan 11, 2011
1 parent d088995 commit 207dca5
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 34 deletions.
101 changes: 100 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,105 @@ SPRING WEB SERVICES CHANGELOG
=============================
http://www.springframework.org/spring-ws

Changes in version 2.0.0.RELEASE
----------------------------------

** Bug
* [SWS-585] - POMs of Spring-WS artifacts at maven central repo wrongfuly contain references to external repositories
* [SWS-675] - XwssSecurityInterceptor in combination with <sws:interceptors>
* [SWS-677] - /META-INF/spring.schema

** Improvement
* [SWS-254] - Add an EndpointAdapter that adapts to a MethodEndpoint for a methos with one Source param containing the payload
* [SWS-557] - Make XPathParamAnnotationMethodEndpointAdapter more extendable
* [SWS-558] - Use custom data types for @XPathParam annotations
* [SWS-673] - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method

** New Feature
* [SWS-263] - Provide xml based Mock for Web Services

Changes in version 2.0 Release Candidate 2
----------------------------------

** Sub-task
* [SWS-668] - sws:annotation-driven
* [SWS-669] - sws:static-wsdl and sws:dynamic-wsdl
* [SWS-670] - sws:interceptors

** Bug
* [SWS-656] - ResponseMatcher.payload(Resource payload) should be static
* [SWS-664] - Tutorial requires transformWsdlLocations true

** Improvement
* [SWS-672] - Allow MarshallingPayloadMethodProcessor to have a null marshaller or unmarshaller

** New Feature
* [SWS-667] - Improve SWS namespace

** Task
* [SWS-652] - Document full streaming WebServiceMessage
* [SWS-653] - Make sure samples are included in release
* [SWS-666] - Update tutorial

Changes in version 2.0 Release Candidate 1
----------------------------------

** Sub-task
* [SWS-631] - Create Client-Side testing framework
* [SWS-632] - Create Server-Side testing framework
* [SWS-651] - Add documentation for testing framework

** Bug
* [SWS-640] - evaluateAsBoolean returns true for node with text content "false"

** Improvement
* [SWS-544] - Add test framework for Spring WS
* [SWS-635] - handleUsernameTokenUnknown() should attach root cause
* [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
* [SWS-648] - Document Spring-WS Security exception handling
* [SWS-650] - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory

** New Feature
* [SWS-352] - Full streaming WebServiceMessage/SoapMessage
* [SWS-642] - Support resolving SOAP header elements in @Endpoint method parameters
* [SWS-643] - Create TransformerHelper class

** Task
* [SWS-639] - Deprecate redundant XML classes

Changes in version 2.0 Milestone 3
----------------------------------

** Sub-task
* [SWS-631] - Create Client-Side testing framework

** Improvement
* [SWS-610] - Incompatibility with WS-I requirement R2750

** Task
* [SWS-620] - Add the Spring-OXM jar to the "with dependencies" distribution
* [SWS-624] - Documentation- explain that WSDL generation should better not be used in production

Changes in version 2.0 Milestone 2
----------------------------------

** Bug
* [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field

** Improvement
* [SWS-538] - Add support for XWSS 3.1

** New Feature
* [SWS-193] - XwsSecurityInterceptor : funtionality for skipping the validate of a SOAP message when there are no WSSE headers in SOAP envelope.
* [SWS-349] - Support @PayloadRoot annotation on methods with DOM, JDOM, DOM4J and XOM type method signatures
* [SWS-351] - Arbitrary parameter injection for @Endpoints
* [SWS-428] - XMPP support
* [SWS-540] - Adding XML declaration to a response

** Task
* [SWS-559] - Upgrade Spring Security to 3.0.2
* [SWS-603] - Drop OXM chapter from ref docs
* [SWS-604] - Upgrade XSD schemas

Changes in version 2.0 Milestone 1
------------------------
Expand Down Expand Up @@ -432,4 +531,4 @@ Changes in version 1.5.0 Milestone 1
* [SWS-121] - Spring Namespace support
* [SWS-139] - Mail transport support
* [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation
* [SWS-228] - Support Spring 2.5
* [SWS-228] - Support Spring 2.5
22 changes: 13 additions & 9 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Dear Spring community,

I'm pleased to announce that Spring Web Services 2.0 Milestone 1 has been
released!
I'm pleased to announce that Spring Web Services 2.0.0.RELEASE has
been released!

This is the first milestone release in the 2.0 release cycle. It does not
introduce any new features (yet), but does add the following:
This is the first GA release in the 2.0 release cycle. Spring Web Services 2.0
contains the following new features:

- Usage of Spring's OXM
- Java 5 API (including generics, varargs, etc)
- Java 5+ and Spring 3.0 support
- Improved @Endpoint programming model
- New Integration Testing Module
- And numerous other new features

Please see the changelog for details.
For more information, refer to

Spring Web Services 2.0 is due in the second quarter of 2010.
http://blog.springsource.com/2011/01/11/spring-web-services-2-0-released/

For more information, see http://static.springframework.org/spring-ws/site/
Please see the changelog for more details.

For more information, see http://static.springframework.org/spring-ws/sites/2.0
5 changes: 2 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<distributionManagement>
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
<id>local</id>
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
</repository>
<snapshotRepository>
<id>spring-snapshot</id>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
<distributionManagement>
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
<id>local</id>
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
</repository>
<snapshotRepository>
<id>spring-s3</id>
Expand Down
16 changes: 10 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPRING WEB SERVICES 2.0 M1 (March 2010)
SPRING WEB SERVICES 2.0.0.RELEASE (January 2011)
-------------------------------
http://www.springframework.org/spring-ws
http://forum.springframework.org/forumdisplay.php?f=39
Expand Down Expand Up @@ -36,27 +36,31 @@ 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-ws-core-2.0.0-M1.jar
* spring-ws-core-2.0.0.RELEASE.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-support-2.0.0-M1.jar
* spring-ws-support-2.0.0.RELEASE.jar
- Contents: The Spring-WS Support
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
[JMS, JavaMail]

* spring-ws-security-2.0.0-M1.jar
* spring-ws-security-2.0.0.RELEASE.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-2.0.0-M1.jar
* spring-ws-test-2.0.0.RELEASE.jar
- Contents: Spring-WS Testing framework
- Dependencies: JUnit, XMLUnit

* spring-xml-2.0.0.RELEASE.jar
- Contents: Spring XML utility framework
- Dependencies: Commons Logging, spring-beans, spring-core
[StAX, Xalan, Jaxen]

* spring-ws-2.0.0-M1.jar
* spring-ws-2.0.0.RELEASE-all.jar
- Contents: Convenient al-in-one jar containing all of the jars described above


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>2.0.0.RELEASE-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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=2.0.0-RC2 \
-DarchetypeVersion=2.0.0.RELEASE \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService
</screen>
Expand Down Expand Up @@ -678,7 +678,7 @@ public class HolidayEndpoint {
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.0.0-RC2</version>
<version>2.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
Expand Down
11 changes: 3 additions & 8 deletions src/site/apt/downloads/releases.apt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ Downloads

* Get the latest Spring Web Services releases here

* <<Spring-WS 2.0.0 M1 is the current development release (JDK 1.5+)>>
* <<Spring-WS 2.0.0.RELEASE is the current production release (JDK 1.5+)>>

* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/2.0.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=85421}Announcement}}
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/2.0.0.RELEASE/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=100937}Announcement}}


* <<Spring-WS 1.5.9 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.9/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=83900}Announcement}}


* <<Spring-WS 2.0.0 M2 is the upcoming production release>>
* <<Spring-WS 2.0.1.RELEASE 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>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0.RELEASE-SNAPSHOT</version>
</dependency>
+---------------

Expand Down

0 comments on commit 207dca5

Please sign in to comment.