Skip to content

Commit 1b89695

Browse files
committed
Changes for 1.5.5
1 parent 280373a commit 1b89695

File tree

14 files changed

+67
-34
lines changed

14 files changed

+67
-34
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.4</version>
18+
<version>1.5.5</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.5.4</version>
23+
<version>1.5.5</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

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

5+
Changes in version 1.5.5
6+
-------------------------
7+
** Bug
8+
* [SWS-405] - Spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2
9+
* [SWS-408] - Incorrect URL to Bamboo in pom
10+
* [SWS-410] - AxiomSoapMessage does not work fine in Spring-WS with CastorMarshaller
11+
* [SWS-411] - When using permanent replyTo queues, their JNDI names can't start with jms/ in the defaultUri property of the WebServiceGateway
12+
* [SWS-412] - PayloadTransformingInterceptor does not work with a DomPoxMessage - the transformation clears the document
13+
* [SWS-416] - Wss4jSecurityInterceptor loosing SOAPAction header
14+
* [SWS-417] - spring-ws-core-tiger should be declared as an OSGi fragment since it contributes classes to packages from spring-ws-core
15+
* [SWS-418] - Castor mappings are added multiple times
16+
* [SWS-419] - Packaging: Wrong castor version in distribution.
17+
* [SWS-420] - AxiomSoapMessage + SOAP1.2 SoapAction
18+
* [SWS-422] - Class AxiomUtils is not java 1.4 compatible
19+
* [SWS-427] - AbstractEndpointExceptionResolver.resolveException() does not let subclasses have full access to the MethodEndpoint that raised an exception
20+
* [SWS-432] - AxiomSoap12Body.getFault() returns object of type AxiomSoap11Fault
21+
* [SWS-437] - Method addOmittedFields in XStreamMarshaller should access XStream instance via getter.
22+
* [SWS-439] - Reference guide, chapter 5.3.1.1., contains typo
23+
24+
** Improvement
25+
* [SWS-409] - CommonsXsdSchemaCollection / Apache Schema exceptions do not contain enough detail
26+
* [SWS-425] - Upgrade xmlsec to 1.4.1, since 1.4.0 has problems with UTF-8
27+
* [SWS-433] - Extension of AbstractSoapFaultDefinitionExceptionResolver to support SOAP 1.2 faults
28+
* [SWS-443] - Javadoc State Thread Safety Level PayloadEndpoint Implementers Must Support
29+
* [SWS-444] - XwssMessageInterceptorEncryptTest testDecrypt() can be enabled again - problem solution known
30+
31+
** New Feature
32+
* [SWS-413] - SchemaCollection issues with classpath resources and relative schema imports
33+
* [SWS-426] - Allow Wss4jSecurityInterceptor to accept arbitrary client certificate in validation phase
34+
35+
** Refactoring
36+
* [SWS-403] - bundles ws.core and ws.support have a circular dependency
37+
38+
** Task
39+
* [SWS-431] - Document Spring Security integration
40+
541
Changes in version 1.5.4
642
-------------------------
743
** Bug

notes.txt

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

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

5-
This is the fourth bug fix and enhancement release in the Spring-WS 1.5
6-
series. It fixes all bugs reported since 1.5.3 and introduces various
5+
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.4 and introduces various
77
enhancements throughout the framework:
88

9-
* Client-side XSD validation in the WebServiceTemplate, which allows you to
10-
make sure you conform to a provided schema.
11-
* Ability to point the WebServiceTemplate to a WSDL Resource, extracting the
12-
location from it.
13-
* Major speed inprovements in the DOM-based endpoint base classes
14-
(AbstractDomPayloadEndpoint, AbstractJdomPayloadEndpoint, etc.).
9+
* Various OSGi manifest fixes.
10+
* JDK 1.4 compativility.
11+
* Improvements of the JMS transport when using JNDI destinations
1512

1613
and more, including more documentation. Please see the changelog for details.
1714

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.4 (August 2008)
1+
SPRING WEB SERVICES 1.5.5 (November 2008)
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.4.jar
42+
* spring-oxm-1.5.5.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.4.jar
47+
* spring-oxm-tiger-1.5.5.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.4.jar
51+
* spring-ws-core-1.5.5.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.4.jar
56+
* spring-ws-core-tiger-1.5.5.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.4.jar
60+
* spring-ws-support-1.5.5.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.4.jar
65+
* spring-ws-security-1.5.5.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.4.jar
70+
* spring-xml-1.5.5.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.4.jar
75+
* spring-ws-1.5.5.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.4"/>
26+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
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.4"/>
34+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.5"/>
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.4"/>
23-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.4"/>
22+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.5"/>
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.4"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
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/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.4"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
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.4"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
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>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.4</version>
6+
<version>1.5.5-SANDBOX</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-sandbox</artifactId>

0 commit comments

Comments
 (0)