Skip to content

Commit 4b145ed

Browse files
committed
Updates for 1.5.8 release
1 parent 2169dc0 commit 4b145ed

File tree

14 files changed

+64
-32
lines changed

14 files changed

+64
-32
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.8</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.8</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

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

5+
Changes in version 1.5.8
6+
-------------------------
7+
** Bug
8+
* [SWS-517] - Soap response validation errors after update to 1.5.7
9+
* [SWS-518] - Echo sample application fails to build due to missing dependency
10+
* [SWS-520] - HTTP Accept header field contains invalid type, and omits text/xml
11+
* [SWS-521] - UnsupportedOperationException During Validation After Upgrade From 1.5.6 to 1.5.7
12+
* [SWS-523] - CLONE -Namespace prefix in attribute value not resolved correctly
13+
* [SWS-545] - IllegalArgumentException on AxiomSoap11Body.addFault
14+
* [SWS-546] - 7.3.6.1. Decryption
15+
* [SWS-550] - Jaxb2Marshaller.createJaxbContext() doesn't respect provided classloader when checking JAXB version
16+
* [SWS-555] - Check User's status in SpringDigestPasswordValidationCallbackHandler
17+
18+
** Improvement
19+
* [SWS-515] - Validate WSS headers using new checkReceiverResultsAnyOrder method in WSHandler.
20+
* [SWS-524] - Wss4j security header validation: make header elements check overriddable
21+
* [SWS-525] - SaajSoapMessage can get wrong SAAJ version
22+
* [SWS-527] - Document use of WsdlDefinition when not using MessageDispatcherServlet
23+
* [SWS-534] - Request JMS correlation id field not used to set response message JMS correlation id
24+
* [SWS-541] - Update OSGi headers to accept Spring 3.0
25+
* [SWS-547] - Wss4jSecurityInterceptor: support for securement signature user setting via WSHandlerConstants.SIGNATURE_USER
26+
* [SWS-548] - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
27+
28+
** New Feature
29+
* [SWS-468] - Add a new HttpsUrlConnectionMessageSender implementation to allow customization of certificate management
30+
* [SWS-549] - integrate AbstractWsSecurityInterceptor with EndpointExceptionResolver
31+
32+
** Task
33+
* [SWS-516] - Upgrade wss4j to 1.5.8
34+
* [SWS-553] - Upgrade XMLBeans to 2.4.0
35+
536
Changes in version 1.5.7
637
-------------------------
738
** Bug

notes.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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.8 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
6+
series. It fixes all bugs reported since 1.5.7 and introduces various
77
enhancements throughout the framework:
88

99
* WSS4J improvements.
10-
* Axiom improvements.
10+
* JMS transport improvements.
11+
* OSGi header improvements.
1112

1213
and more. Please see the changelog for details.
1314

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.8 (August 2009)
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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.jar
7676
- Contents: Convenient al-in-one jar containing all of the jars described above
7777

7878

samples/airline/client/jms/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8"/>
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.8"/>
3535
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
3636
</artifact:dependencies>
3737

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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.8"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.8"/>
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/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.8"/>
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>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
<remoteRepository refid="main"/>
3030
<remoteRepository refid="java.net"/>
3131
<dependency groupId="org.springframework" artifactId="spring-core" version="2.5.6"/>
32-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
32+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.8"/>
3333
<dependency groupId="org.apache.ws.commons.axiom" artifactId="axiom-api" version="1.2.8"/>
3434
<dependency groupId="org.apache.ws.commons.axiom" artifactId="axiom-impl" version="1.2.8"/>
3535
</artifact:dependencies>
3636

3737
<artifact:dependencies pathId="runtime.classpath">
3838
<remoteRepository refid="main"/>
3939
<remoteRepository refid="java.net"/>
40-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
41-
<dependency groupId="org.springframework.ws" artifactId="spring-oxm" version="1.5.7"/>
42-
<dependency groupId="org.springframework.ws" artifactId="spring-oxm-tiger" version="1.5.7"/>
40+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.8"/>
41+
<dependency groupId="org.springframework.ws" artifactId="spring-oxm" version="1.5.8"/>
42+
<dependency groupId="org.springframework.ws" artifactId="spring-oxm-tiger" version="1.5.8"/>
4343
<dependency groupId="com.sun.xml.ws" artifactId="jaxws-rt" version="EA3"/>
4444
<dependency groupId="com.sun.xml.bind" artifactId="jaxb-impl" version="2.1-EA2"/>
4545
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>

samples/pox/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.8"/>
1515
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1616
</artifact:dependencies>
1717

samples/stockquote/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.8"/>
1515
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1616
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1717
</artifact:dependencies>

0 commit comments

Comments
 (0)