Skip to content

Commit d55cad9

Browse files
committed
Minor changes for 1.0.1
1 parent 4c25eac commit d55cad9

File tree

10 files changed

+66
-19
lines changed

10 files changed

+66
-19
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.0.0</version>
18+
<version>1.0.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.0.0</version>
23+
<version>1.0.1</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.0.1
6+
-------------------------
7+
8+
** Bug
9+
* [SWS-164] - Null pointer while handling empty SOAP Body
10+
* [SWS-165] - GZIP decompression handling in client
11+
* [SWS-166] - No Java extensionType found to represent a '{http://www.w3.org/2001/XMLSchema}schema' element in the context of a 'javax.wsdl.Types'.
12+
* [SWS-167] - Reference documentation - Chapter 3.5 - Creating the project
13+
* [SWS-168] - Reference documentation - Chapter 4.0 - spelling
14+
* [SWS-170] - AxiomSoapMessageFactory + PayloadRootAnnotationMethodEndpointMapping allways falls to DOM parsing
15+
* [SWS-171] - Jaxb2Marshaller.supports(Class clazz) is too eager
16+
* [SWS-175] - SAAJ0511: Unable to create envelope from given source
17+
* [SWS-176] - PayloadValidatingInterceptor ignores schema list
18+
* [SWS-177] - Fix MTOM sample
19+
* [SWS-182] - Order of setting properties in WebServiceGatewaySupport
20+
* [SWS-188] - WS-Security exception not being handled
21+
* [SWS-189] - XPathExpression is not thread-safe
22+
* [SWS-191] - Loading default key store overwrites truststore
23+
* [SWS-195] - Incorrect javadoc in org.springframework.ws.soap.SoapFault
24+
* [SWS-198] - SaajUtils wrong way to detect SAAJ version
25+
* [SWS-200] - Thread safe problem during wsdl generation
26+
27+
** Improvement
28+
* [SWS-169] - Document conventions of XsdBasedSoap11Wsdl4jDefinitionBuilder
29+
* [SWS-172] - Document SimpleWsdl11Definition
30+
* [SWS-173] - Remove JAXB1 references from airline sample
31+
* [SWS-178] - Mention TransportContext in docs
32+
* [SWS-185] - Mention usage of Spring-WS in a normal DispatcherServlet context
33+
* [SWS-190] - Document Java6 & SAAJ behavior
34+
35+
** New Feature
36+
* [SWS-104] - Allow alternative schema location in XsdBasedSoap11Wsdl4jDefinitionBuilder
37+
* [SWS-162] - The XsdBasedSoap11Wsdl4jDefinitionBuilder does not support multiple xsds in generating a WSDL file.
38+
39+
** Task
40+
* [SWS-174] - Update WebServiceTemplate documentation for the new method names
41+
* [SWS-181] - Option to allow marshaller skip xml declarations
42+
* [SWS-183] - typo in source-example of reference documentation

notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
I'm pleased to announce that Spring Web Services 1.0.1 has been released.
2+
3+
Spring-WS 1.0.1 is a bugfix and enhancement release, addressing issues
4+
reported since 1.0.0 and introducing further improvements. We recommend to
5+
upgrade to Spring-WS 1.0.1 from the previous 1.0.0 release.

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 1.0.0 (August 2007)
1+
SPRING WEB SERVICES 1.0.1 (September 2007)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,30 +37,30 @@ The following distinct jar files are included in the distribution. This list spe
3737
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
3838
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
3939

40-
* spring-oxm-1.0.0.jar
40+
* spring-oxm-1.0.1.jar
4141
- Contents: The Spring Object/XML Mapping framework
4242
- Dependencies: Commons Logging, spring-beans, spring-core
4343
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
4444

45-
* spring-oxm-tiger-1.0.0.jar
45+
* spring-oxm-tiger-1.0.1.jar
4646
- Contents: The Spring Object/XML Mapping framework for Java 5
4747
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
4848

49-
* spring-ws-core-1.0.0.jar
49+
* spring-ws-core-1.0.1.jar
5050
- Contents: The Spring-WS Core
5151
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
5252
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
5353

54-
* spring-ws-core-tiger-1.0.0.jar
54+
* spring-ws-core-tiger-1.0.1.jar
5555
- Contents: The Spring-WS Core for Java 5
5656
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
5757

58-
* spring-ws-security-1.0.0.jar
58+
* spring-ws-security-1.0.1.jar
5959
- Contents: Spring-WS Security integration
6060
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6161
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
6262

63-
* spring-xml-1.0.0.jar
63+
* spring-xml-1.0.1.jar
6464
- Contents: Spring XML utility framework
6565
- Dependencies: Commons Logging, spring-beans, spring-core
6666
[StAX, Xalan, Jaxen]

samples/airline/client/spring-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:dependencies pathId="classpath">
17-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.0"/>
17+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.1"/>
1818
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1919
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2020
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>

samples/echo/client/spring-ws/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:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.0"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.1"/>
1616
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1717
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
1818
</artifact:dependencies>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-ws</artifactId>
66
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>spring-ws-sandbox</artifactId>

src/docbkx/tutorial.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
</para>
475475
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
476476
-DarchetypeArtifactId=spring-ws-archetype \
477-
-DarchetypeVersion=1.0.0 \
477+
-DarchetypeVersion=1.0.1 \
478478
-DgroupId=com.mycompany.hr \
479479
-DartifactId=holidayService
480480
</screen>
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
634634
<dependency>
635635
<groupId>org.springframework.ws</groupId>
636636
<artifactId>spring-ws-core</artifactId>
637-
<version>1.0.0</version>
637+
<version>1.0.1</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

src/site/apt/downloads/releases.apt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 1.0.0 is the current production release>>
9+
* <<Spring-WS 1.0.1 is the current production release>>
1010

11-
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=532966}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.0/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=42788}Announcement}}
11+
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=542737}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=44351}Announcement}}
1212

1313

14-
* <<Spring-WS 1.0.1 is the upcoming development release>>
14+
* <<Spring-WS 1.0.2 is the upcoming development release>>
1515

1616
* {{{snapshots.html}Download nighly snapshots}}

src/site/apt/downloads/snapshots.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Snapshot Builds
2323
<dependency>
2424
<groupId>org.springframework.ws</groupId>
2525
<artifactId>spring-ws-core</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.2-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

3030
Additionally, there are
31-
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.1-SNAPSHOT/}zips}}
31+
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.2-SNAPSHOT/}zips}}
3232
available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.

0 commit comments

Comments
 (0)