Preparing for 1.5.10 release
This commit is contained in:
@@ -3,6 +3,18 @@ SPRING WEB SERVICES CHANGELOG
|
||||
http://www.springframework.org/spring-ws
|
||||
|
||||
|
||||
Changes in version 1.5.10
|
||||
------------------------
|
||||
|
||||
** Bug
|
||||
* [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field
|
||||
* [SWS-708] - PayloadValidatingInterceptor errors not clearing SecurityContextHolder
|
||||
|
||||
** Improvement
|
||||
* [SWS-610] - Incompatibility with WS-I requirement R2750
|
||||
* [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
|
||||
* [SWS-648] - Document Spring-WS Security exception handling
|
||||
|
||||
Changes in version 1.5.9
|
||||
------------------------
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Dear Spring community,
|
||||
|
||||
I'm pleased to announce that Spring Web Services 1.5.9 has been released!
|
||||
I'm pleased to announce that Spring Web Services 1.5.10 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.8 and introduces various
|
||||
enhancements throughout the framework. Please see the changelog for details.
|
||||
series. It fixes all bugs found in the 2.0 cycle.
|
||||
Please see the changelog for details.
|
||||
|
||||
For more information, see http://static.springframework.org/spring-ws/site/
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
|
||||
<repository>
|
||||
<id>local</id>
|
||||
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-snapshot</id>
|
||||
|
||||
5
pom.xml
5
pom.xml
@@ -69,8 +69,9 @@
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
|
||||
<repository>
|
||||
<id>local</id>
|
||||
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>s3://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-s3</id>
|
||||
|
||||
18
readme.txt
18
readme.txt
@@ -1,4 +1,4 @@
|
||||
SPRING WEB SERVICES 1.5.9 (Januari 2010)
|
||||
SPRING WEB SERVICES 1.5.10 (May 2011)
|
||||
-------------------------------
|
||||
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.9.jar
|
||||
* spring-oxm-1.5.10.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.9.jar
|
||||
* spring-oxm-tiger-1.5.10.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.9.jar
|
||||
* spring-ws-core-1.5.10.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.9.jar
|
||||
* spring-ws-core-tiger-1.5.10.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.9.jar
|
||||
* spring-ws-support-1.5.10.jar
|
||||
- Contents: The Spring-WS Support
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
|
||||
[JMS, JavaMail]
|
||||
|
||||
* spring-ws-security-1.5.9.jar
|
||||
* spring-ws-security-1.5.10.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.9.jar
|
||||
* spring-xml-1.5.10.jar
|
||||
- Contents: Spring XML utility framework
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core
|
||||
[StAX, Xalan, Jaxen]
|
||||
|
||||
* spring-ws-1.5.9.jar
|
||||
* spring-ws-1.5.10.jar
|
||||
- Contents: Convenient al-in-one jar containing all of the jars described above
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user