Skip to content

Commit 9597350

Browse files
committed
Released 1.5.2
1 parent 4961aae commit 9597350

File tree

14 files changed

+235
-31
lines changed

14 files changed

+235
-31
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.1</version>
18+
<version>1.5.2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.5.1</version>
23+
<version>1.5.2</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.5.2
6+
-------------------------
7+
** Bug
8+
* [SWS-345] - WSS4J interceptor creates creates invalid digest for SAAJ messages
9+
* [SWS-353] - Schema inlining results in duplicate inlining of files referenced from multiple files
10+
* [SWS-355] - mistakes in the Spring webservices online tutorial
11+
12+
** Improvement
13+
* [SWS-302] - Need to prevent parsing server-side responses and client-side requests into axiom trees if using axiom and payload caching is off
14+
* [SWS-329] - SaajContentHandler shouldn't repeat namespace declarations
15+
* [SWS-344] - Add @Endpoints support to AbstractEndpointExceptionResolver
16+
17+
18+
** Task
19+
* [SWS-354] - Document AbstractValidatingMarshallingPayloadEndpoint and AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
20+
21+
Changes in version 1.5.1
22+
-------------------------
23+
** Bug
24+
* [SWS-300] - SAAJ0539: Unable to get header stream in saveChanges
25+
* [SWS-321] - Update artifact version in tutorial
26+
* [SWS-323] - Fix xmlsec dependency
27+
* [SWS-328] - Error creating signed message with WSS4J
28+
* [SWS-330] - WebServiceTemplate hasFaut skips check for fault in response if the connection implements FaultAwareWebServiceConnection
29+
* [SWS-333] - Transport streams not closed in WebServiceConnection
30+
* [SWS-334] - Calls to lifecycleMonitor.notifyAll() in AbstractStandaloneMessageReceiver are superfluous
31+
* [SWS-335] - SaajXmlReader NullPointerException / jboss / mac in interceptors
32+
* [SWS-339] - XML namespace (http://www.w3.org/XML/1998/namespace) mapped to wrong prefix when building WSDL with inlined schemas
33+
* [SWS-341] - Wss4jSecurityInterceptor and AcegiDigestPasswordValidationCallbackHandler do not correctly work together to update the Acegi security context.
34+
* [SWS-342] - NPE in AbstractAnnotationMethodEndpointMapping on line 47 during postProcessAfterInitialization
35+
* [SWS-345] - WSS4J interceptor creates creates invalid digest for SAAJ messages
36+
* [SWS-347] - Error using AxiomSoapMessageFactory with comments in request
37+
38+
** Improvement
39+
* [SWS-287] - Spring Web Services does not seem to work with Castor 1.2
40+
* [SWS-309] - Add namespaceMappings property to CastorMarshaller
41+
* [SWS-319] - Document MessageTracing logging
42+
* [SWS-320] - Add timeout properties to Client-side transport
43+
* [SWS-324] - Make Import-package: javax.wsdl.extensions.soap12 in MANIFEST.MF optional
44+
* [SWS-325] - Spring WS modules require spring modules 2.5.0
45+
* [SWS-326] - Separate MessageTracing logger between sent and received messages
46+
* [SWS-332] - Upgrade to Spring Security 2.0
47+
* [SWS-336] - Fix Airline C# client build script
48+
* [SWS-337] - WebServiceTemplate problem when invoking oneway style services with marshalSendAndReceive
49+
* [SWS-338] - Inspect Content-Type in WebServiceTemplate
50+
* [SWS-350] - Upgrade Airline sample to use Spring Security
51+
52+
** New Feature
53+
* [SWS-281] - add support for imported xsd in static wsdl as well as xsd's that import other xsd's
54+
* [SWS-317] - Integrate spring OXM with Spring core JMS support / OXM MessageConverter
55+
* [SWS-331] - Spring MVC View based on OXM marshaller
56+
* [SWS-340] - Create new MessagesProvider that only includes elements with the given suffixes
57+
58+
** Task
59+
* [SWS-327] - Document Embedded HTTP Server transport
60+
61+
Changes in version 1.5.0
62+
-------------------------
63+
64+
** Bug
65+
* [SWS-316] - Unresolvable dependency in parent pom
66+
67+
Changes in version 1.5.0 RC2
68+
-------------------------
69+
70+
** Sub-task
71+
* [SWS-299] - WS-Addressing Documentation
72+
73+
** Bug
74+
* [SWS-307] - org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler uses tiger specific
75+
classes
76+
* [SWS-308] - WebServiceTemplate skips handling fault in response with checkConnectionForFault="false" when HTTP
77+
status code is not 200 or 500
78+
79+
** Improvement
80+
* [SWS-179] - Create and use some wrapper around javax.xml.validation.Schema
81+
* [SWS-304] - Support XsdSchema in AbstractValidatingInterceptor
82+
* [SWS-306] - Document DefaultWsdl11Defintion and WSDL Provider model
83+
* [SWS-310] - Add getters for ProviderBasedWsdl4jDefinition
84+
* [SWS-311] - Create RequestMessage in JmsSenderConnection constructor
85+
* [SWS-312] - Add FAQ entry for Websphere
86+
* [SWS-313] - Rewrite Airline sample to use Spring 2.5 features
87+
* [SWS-315] - Endpointsextending AbstractMarshallingPayloadEndpoint require a marshaller also for oneway style
88+
service
89+
90+
** New Feature
91+
* [SWS-84] - WS-Addressing support
92+
93+
Changes in version 1.5.0 RC1
94+
-------------------------
95+
96+
** Sub-task
97+
* [SWS-297] - Server-side support for WS-Addressing
98+
* [SWS-298] - Client-side support for WS-Addressing
99+
100+
** Bug
101+
* [SWS-285] - Clear SecurityContext in Acegi Callbacks
102+
* [SWS-286] - WSS4J AcegiDigestPasswordValidationCallbackHandler does not set Acegi SecurityContext
103+
* [SWS-292] - Add documentation for SoapFaultAnnotationExceptionResolver
104+
* [SWS-293] - Response should be cleared in case of exception in WS-Security securement
105+
* [SWS-294] - WSS4J interceptor shouldn't verify that validationDecryptionCrypto != null
106+
* [SWS-295] - WSS4J interceptor lacks a property to set WSHandlerConstants.ENC_KEY_NAME option
107+
* [SWS-301] - The key used in Wss4j interceptor's Signature tests has expired
108+
* [SWS-305] - CommonsXsdSchema has issues with schema prefixes
109+
110+
** Improvement
111+
* [SWS-249] - POX Sample
112+
* [SWS-271] - Request to inline included XSD's in auto generated WSDL's
113+
* [SWS-282] - Document Wss4jInterceptor
114+
* [SWS-284] - WSS4J jars missing from the "with-dependencies" distribution
115+
* [SWS-289] - Add diagnostic information to threadlocals
116+
* [SWS-290] - Support Spring IDE in NamespaceHandlers
117+
* [SWS-296] - Allow logger name to bet set in PayloadLoggingInterceptor & SoapEnvelopeLoggingInterceptor
118+
* [SWS-303] - WS-Security documentation typo's
119+
120+
** New Feature
121+
* [SWS-252] - Create Spring Security handlers for WS-Security
122+
* [SWS-259] - Support Java 6 HTTP server
123+
* [SWS-281] - add support for imported xsd in static wsdl as well as xsd's that import other xsd's
124+
125+
126+
127+
Changes in version 1.5.0 Milestone 2
128+
-------------------------
129+
130+
** Bug
131+
* [SWS-257] - Infinite loop in XsdBasedSoap11Wsdl4jDefinitionBuilder#buildMessages method
132+
* [SWS-258] - getting error when trying to use IBM MQ JMS implementation as transport.
133+
* [SWS-264] - XPathExpressionFactory should fallback to Jaxen if no JAXP 1.3 XPath implementation is available
134+
* [SWS-265] - AbstractStaxXmlReader should support the required standard SAX features (namespace, namespace-prefixes...)
135+
* [SWS-266] - AxiomContentHandler should empty the response body before adding the transformation result
136+
* [SWS-267] - code bugs in Reference docs section 4.3.1
137+
* [SWS-268] - cope typos in reference docs section 6.2.4 and 6.2.5
138+
* [SWS-274] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl - Part II
139+
* [SWS-275] - NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
140+
* [SWS-276] - PayloadTransformingInterceptor has a typo in the example
141+
142+
** Improvement
143+
* [SWS-92] - JAXP 1.4 support
144+
* [SWS-148] - WebServiceTemplte needs two more methods in order to easy enable ws security client support
145+
* [SWS-231] - @Endpoint component scanning
146+
* [SWS-243] - AxiomSoapHeaderElement has no convenient way to access child elements of the header element
147+
* [SWS-246] - Better support for large Axiom attachments
148+
* [SWS-251] - Improve OSGi manifest
149+
* [SWS-253] - Tiger jars should not include non-tiger classes
150+
* [SWS-255] - Support for javax.jms.TextMessage
151+
* [SWS-261] - There are more default HandlerAdapters in Spring-MVC
152+
* [SWS-262] - Endpoint annotation should be annotated as @Inherited
153+
* [SWS-269] - OSGi bundleSymName
154+
* [SWS-270] - Changes for WS XSD for tooling
155+
* [SWS-272] - Add removeHeaderElement(QName) to SoapHeader
156+
* [SWS-278] - Add traffic logging when response is fault
157+
158+
** New Feature
159+
* [SWS-143] - Client-side WS-Security support
160+
* [SWS-194] - Add Interceptor functionality to WebServiceTemplate
161+
* [SWS-207] - WSS4J-based WS-Security implementation
162+
* [SWS-277] - URI-based routing
163+
* [SWS-279] - AcegiUsernamePasswordCallbackHandler
164+
165+
Changes in version 1.5.0 Milestone 1
166+
-------------------------
167+
168+
** Bug
169+
* [SWS-225] - Spring-WS doesn't send "Content-Transfer-Encoding: binary" with MTOM part and this creates interoperability issue with .NET 3.0
170+
* [SWS-226] - Exception mapping corrupts the 'defaultFault' instance
171+
* [SWS-227] - NPE when "mustUnderstand" attribute is in SOAP header and no Interceptors have been defined
172+
* [SWS-229] - JibxMarshaller should support marshalling/unmarshalling of all mapped classes
173+
* [SWS-230] - AxiomSoapMessageFactory throws NPE
174+
* [SWS-232] - PayloadValidatingInterceptor refuses to validate correct message with a top-level attribute
175+
* [SWS-238] - AbstractMethodEndpointMapping does not support JDK Proxies
176+
* [SWS-239] - Marshalling with Castor and Axiom results in a XMLStreamException
177+
* [SWS-241] - NullPointerException during processing message with empty body
178+
* [SWS-244] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl
179+
* [SWS-245] - SAXParseException when using HttpURLConnection
180+
* [SWS-247] - Exception thrown when schemaPrefix is empty in XsdBasedSoap11Wsdl4jDefinitionBuilder
181+
* [SWS-248] - DomPoxMessage not clearing DOM on setting the result
182+
183+
** Improvement
184+
* [SWS-223] - Use BeanClassLoader in Jaxb marshallers
185+
* [SWS-233] - OSGi bundles
186+
* [SWS-235] - XStreamMarshaller - support for custom HierarchicalStreamDriver
187+
* [SWS-240] - spring-ws-with-dependencies distribution
188+
189+
** New Feature
190+
* [SWS-108] - JMS transport support
191+
* [SWS-121] - Spring Namespace support
192+
* [SWS-139] - Mail transport support
193+
* [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation
194+
* [SWS-228] - Support Spring 2.5

notes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Dear Spring community,
2+
3+
I'm pleased to announce that Spring Web Services 1.5.2 has been released!
4+
5+
This is the second bug fix and enhancement release in the Spring-WS 1.5 series.
6+
It fixes all bugs reported since 1.5.1 and introduces various enhancements
7+
throughout the framework:
8+
9+
* Fixed WS-Security signatures when using WSS4J in combination with SAAJ
10+
messages (for real this time ;) )
11+
* Drastically improved performance of writing to Axiom Message payloads
12+
13+
and more. Please see the changelog for details.
14+
15+
For more information, see http://static.springframework.org/spring-ws/site/

readme.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
SPRING WEB SERVICES 1.5.1 (May 2008)
1+
SPRING WEB SERVICES 1.5.2 (May 2008)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
55

66
1. INTRODUCTION
77

88
Spring Web Services (Spring-WS) is a product of the Spring community focused on creating document-driven Web services.
9-
Spring-WS aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services
9+
Spring-WS aims to facilitate contract-first SOAP service devel1.5.2opment, allowing for the creation of flexible web services
1010
using one of the many ways to manipulate XML payloads.
1111

1212
Spring-WS consists of two major modules: a flexible Object/XML Mapping abstraction with support for JAXB 1 and 2,
@@ -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.1.jar
42+
* spring-oxm-1.5.2.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.1.jar
47+
* spring-oxm-tiger-1.5.2.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.1.jar
51+
* spring-ws-core-1.5.2.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.1.jar
56+
* spring-ws-core-tiger-1.5.2.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.1.jar
60+
* spring-ws-support-1.5.2.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.1.jar
65+
* spring-ws-security-1.5.2.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.1.jar
70+
* spring-xml-1.5.2.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.1.jar
75+
* spring-ws-1.5.2.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<project name="spring-ws-airline-sample-jms-client" default="build"
43
xmlns:artifact="urn:maven-artifact-ant">
54
<property name="bin.dir" value="bin"/>
@@ -24,15 +23,15 @@
2423
<remoteRepository refid="spring-ext"/>
2524
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
2625
<dependency groupId="org.apache.activemq" artifactId="activemq-core" version="4.1.1"/>
27-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.1"/>
26+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.2"/>
2827
</artifact:dependencies>
2928

3029
<artifact:dependencies pathId="runtime.classpath">
3130
<remoteRepository refid="main"/>
3231
<remoteRepository refid="java.net"/>
3332
<remoteRepository refid="spring-ext"/>
3433
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
35-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.1"/>
34+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.2"/>
3635
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
3736
</artifact:dependencies>
3837

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<project name="spring-ws-airline-sample-spring-ws-client" default="build" xmlns:artifact="urn:maven-artifact-ant">
43
<property name="bin.dir" value="bin"/>
54
<property name="src.dir" value="src"/>
@@ -20,8 +19,8 @@
2019
<artifact:dependencies pathId="classpath">
2120
<remoteRepository refid="main"/>
2221
<remoteRepository refid="java.net"/>
23-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.1"/>
24-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.1"/>
22+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.2"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.2"/>
2524
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
2625
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2726
<dependency groupId="xmlbeans" artifactId="xbean" version="2.2.0"/>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<project name="spring-ws-echo-sample-spring-ws-client" default="build" xmlns:artifact="urn:maven-artifact-ant">
43
<property name="bin.dir" value="bin"/>
54
<property name="src.dir" value="src"/>
@@ -12,7 +11,7 @@
1211
</typedef>
1312

1413
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.1"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.2"/>
1615
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1716
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
1817
</artifact:dependencies>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<project name="spring-ws-pox-sample-spring-ws-client" default="build" xmlns:artifact="urn:maven-artifact-ant">
43
<property name="bin.dir" value="bin"/>
54
<property name="src.dir" value="src"/>
@@ -12,7 +11,7 @@
1211
</typedef>
1312

1413
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.1"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.2"/>
1615
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1716
</artifact:dependencies>
1817

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<project name="spring-ws-stock-sample-spring-ws-client" default="build" xmlns:artifact="urn:maven-artifact-ant">
43
<property name="bin.dir" value="bin"/>
54
<property name="src.dir" value="src"/>
@@ -12,7 +11,7 @@
1211
</typedef>
1312

1413
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.1"/>
14+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.2"/>
1615
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1716
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1817
</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.1</version>
6+
<version>1.5.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-sandbox</artifactId>

0 commit comments

Comments
 (0)