Skip to content

Commit 76bf0b5

Browse files
committed
1.5.9 released
1 parent 7771b09 commit 76bf0b5

File tree

18 files changed

+105
-44
lines changed

18 files changed

+105
-44
lines changed

archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<dependency>
1616
<groupId>org.springframework.ws</groupId>
1717
<artifactId>spring-oxm</artifactId>
18-
<version>1.5.7</version>
18+
<version>1.5.9</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.5.7</version>
23+
<version>1.5.9</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,72 @@ SPRING WEB SERVICES CHANGELOG
22
=============================
33
http://www.springframework.org/spring-ws
44

5+
6+
Changes in version 1.5.9
7+
------------------------
8+
9+
** Bug
10+
* [SWS-521] - UnsupportedOperationException During Validation After Upgrade From 1.5.6 to 1.5.7
11+
* [SWS-560] - IllegalStateException: Could not find SAAJ on the classpath after upgrading from 1.5.7 to 1.5.8
12+
* [SWS-564] - CommonsHttpMessageSender no longer properly shuts down MultiThreadedHttpConnectionManager
13+
* [SWS-566] - DelegatingSoapEndpointMapping produce NPE
14+
* [SWS-569] - Refactored SaajSoapMessage getImplementation() method hides root cause problems
15+
* [SWS-571] - Illegal SoapAction header: "
16+
* [SWS-572] - The default encoding is not set to UTF-8 for JibxMarshaller
17+
* [SWS-575] - CommonsXsdSchemaCollection: Combination of xs:includes and xs:imports in a schema result in incorrect/overcomplete schema in wsdl generated by DefaultWsdl11Definition
18+
* [SWS-576] - sentMessageTracingLogger skips request message headerer content
19+
* [SWS-578] - Fix manifest to disallow usage of org.springframework.oxm version 3.0.0
20+
* [SWS-579] - AxiomSoapMessageFactory does not parse application/xop+xml Content-Type properly
21+
* [SWS-582] - Wss4jSecurityInterceptor loosing action from HTTP ContentType header for SOAP V1.2
22+
* [SWS-588] - debug logging will hide parsing error on non well formed xml, and continue processing with incomplete xml
23+
* [SWS-592] - Version not specified for build and reporting plugins
24+
* [SWS-594] - SchemaCollection issue when XSD files are in the classpath, in different JAR artifacts
25+
* [SWS-595] - SoapUtils.setActionInContentType incorrectly replaces existing actions
26+
27+
** Improvement
28+
* [SWS-537] - Add getters to WS-A ActionCallback
29+
* [SWS-577] - Wss4jSecurityInterceptor ignores Timestamp timeToLive property when creating Timestamp element
30+
* [SWS-581] - expose ability to set Wss4j option ALLOW_NAMESPACE_QUALIFIED_PASSWORD_TYPES via Wss4jSecurityInterceptor
31+
* [SWS-583] - AbstractHttpSenderConnection does not immediately recognise HTTP 204 has no content-length
32+
* [SWS-586] - specify custom TransformerFactory in org.springframework.xml.transform.TransformerObjectSupport
33+
* [SWS-590] - Child POMs should specify parent relativePath
34+
* [SWS-596] - MessageAddressingProperties not Serializable
35+
36+
** Task
37+
* [SWS-561] - Update Xalan dependency to 2.7.1
38+
* [SWS-562] - Update Spring Security dependency to 2.0.5
39+
40+
Changes in version 1.5.8
41+
-------------------------
42+
** Bug
43+
* [SWS-517] - Soap response validation errors after update to 1.5.7
44+
* [SWS-518] - Echo sample application fails to build due to missing dependency
45+
* [SWS-520] - HTTP Accept header field contains invalid type, and omits text/xml
46+
* [SWS-521] - UnsupportedOperationException During Validation After Upgrade From 1.5.6 to 1.5.7
47+
* [SWS-523] - CLONE -Namespace prefix in attribute value not resolved correctly
48+
* [SWS-545] - IllegalArgumentException on AxiomSoap11Body.addFault
49+
* [SWS-546] - 7.3.6.1. Decryption
50+
* [SWS-550] - Jaxb2Marshaller.createJaxbContext() doesn't respect provided classloader when checking JAXB version
51+
* [SWS-555] - Check User's status in SpringDigestPasswordValidationCallbackHandler
52+
53+
** Improvement
54+
* [SWS-515] - Validate WSS headers using new checkReceiverResultsAnyOrder method in WSHandler.
55+
* [SWS-524] - Wss4j security header validation: make header elements check overriddable
56+
* [SWS-525] - SaajSoapMessage can get wrong SAAJ version
57+
* [SWS-527] - Document use of WsdlDefinition when not using MessageDispatcherServlet
58+
* [SWS-534] - Request JMS correlation id field not used to set response message JMS correlation id
59+
* [SWS-541] - Update OSGi headers to accept Spring 3.0
60+
* [SWS-547] - Wss4jSecurityInterceptor: support for securement signature user setting via WSHandlerConstants.SIGNATURE_USER
61+
* [SWS-548] - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
62+
63+
** New Feature
64+
* [SWS-468] - Add a new HttpsUrlConnectionMessageSender implementation to allow customization of certificate management
65+
* [SWS-549] - integrate AbstractWsSecurityInterceptor with EndpointExceptionResolver
66+
67+
** Task
68+
* [SWS-516] - Upgrade wss4j to 1.5.8
69+
* [SWS-553] - Upgrade XMLBeans to 2.4.0
70+
571
Changes in version 1.5.7
672
-------------------------
773
** Bug

notes.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
Dear Spring community,
22

3-
I'm pleased to announce that Spring Web Services 1.5.7 has been released!
3+
I'm pleased to announce that Spring Web Services 1.5.9 has been released!
44

55
This is the latest bug fix and enhancement release in the Spring-WS 1.5
6-
series. It fixes all bugs reported since 1.5.6 and introduces various
7-
enhancements throughout the framework:
8-
9-
* WSS4J improvements.
10-
* Axiom improvements.
11-
12-
and more. Please see the changelog for details.
6+
series. It fixes all bugs reported since 1.5.8 and introduces various
7+
enhancements throughout the framework. Please see the changelog for details.
138

149
For more information, see http://static.springframework.org/spring-ws/site/

readme.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 1.5.7 (May 2009)
1+
SPRING WEB SERVICES 1.5.9 (Januari 2010)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
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
3939
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
4040
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
4141

42-
* spring-oxm-1.5.7.jar
42+
* spring-oxm-1.5.9.jar
4343
- Contents: The Spring Object/XML Mapping framework
4444
- Dependencies: Commons Logging, spring-beans, spring-core
4545
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
4646

47-
* spring-oxm-tiger-1.5.7.jar
47+
* spring-oxm-tiger-1.5.9.jar
4848
- Contents: The Spring Object/XML Mapping framework for Java 5
4949
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
5050

51-
* spring-ws-core-1.5.7.jar
51+
* spring-ws-core-1.5.9.jar
5252
- Contents: The Spring-WS Core
5353
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
5454
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J]
5555

56-
* spring-ws-core-tiger-1.5.7.jar
56+
* spring-ws-core-tiger-1.5.9.jar
5757
- Contents: The Spring-WS Core for Java 5
5858
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
5959

60-
* spring-ws-support-1.5.7.jar
60+
* spring-ws-support-1.5.9.jar
6161
- Contents: The Spring-WS Support
6262
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
6363
[JMS, JavaMail]
6464

65-
* spring-ws-security-1.5.7.jar
65+
* spring-ws-security-1.5.9.jar
6666
- Contents: Spring-WS Security integration
6767
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6868
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
6969

70-
* spring-xml-1.5.7.jar
70+
* spring-xml-1.5.9.jar
7171
- Contents: Spring XML utility framework
7272
- Dependencies: Commons Logging, spring-beans, spring-core
7373
[StAX, Xalan, Jaxen]
7474

75-
* spring-ws-1.5.7.jar
75+
* spring-ws-1.5.9.jar
7676
- Contents: Convenient al-in-one jar containing all of the jars described above
7777

7878

samples/airline/client/jax-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</typedef>
1515

1616
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
17-
<artifact:remoteRepository id="java.net.1" url="https://maven-repository.dev.java.net/nonav/repository"
17+
<artifact:remoteRepository id="java.net.1" url="http://download.java.net/maven/1/"
1818
layout="legacy"/>
1919
<artifact:remoteRepository id="java.net.2" url="http://download.java.net/maven/2/"/>
2020

samples/airline/client/jms/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
15-
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
15+
<artifact:remoteRepository id="java.net" url="http://download.java.net/maven/1/"
1616
layout="legacy"/>
1717
<artifact:remoteRepository id="spring-ext"
1818
url="https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>
@@ -23,15 +23,15 @@
2323
<remoteRepository refid="spring-ext"/>
2424
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
2525
<dependency groupId="org.apache.activemq" artifactId="activemq-core" version="4.1.1"/>
26-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
26+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.9"/>
2727
</artifact:dependencies>
2828

2929
<artifact:dependencies pathId="runtime.classpath">
3030
<remoteRepository refid="main"/>
3131
<remoteRepository refid="java.net"/>
3232
<remoteRepository refid="spring-ext"/>
3333
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
34-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.7"/>
34+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.9"/>
3535
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
3636
</artifact:dependencies>
3737

samples/airline/client/saaj/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
15-
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
15+
<artifact:remoteRepository id="java.net" url="http://download.java.net/maven/1/"
1616
layout="legacy"/>
1717

1818
<artifact:remoteRepository id="spring-ext"

samples/airline/client/spring-ws/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
</typedef>
1414

1515
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
16-
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
16+
<artifact:remoteRepository id="java.net" url="http://download.java.net/maven/1/"
1717
layout="legacy"/>
1818

1919
<artifact:dependencies pathId="classpath">
2020
<remoteRepository refid="main"/>
2121
<remoteRepository refid="java.net"/>
22-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
23-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.7"/>
22+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.9"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.9"/>
2424
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
2525
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2626
<dependency groupId="xmlbeans" artifactId="xbean" version="2.2.0"/>

samples/echo/client/saaj/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
15-
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
15+
<artifact:remoteRepository id="java.net" url="http://download.java.net/maven/1/"
1616
layout="legacy"/>
1717
<artifact:remoteRepository id="spring-ext"
1818
url="https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>

samples/echo/client/spring-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</typedef>
1212

1313
<artifact:dependencies pathId="classpath">
14-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.9"/>
1515
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1616
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
1717
</artifact:dependencies>

0 commit comments

Comments
 (0)