Skip to content

Commit 1ea1994

Browse files
committed
Releasing 1.5.0 RC2
1 parent c1fdc44 commit 1ea1994

File tree

11 files changed

+76
-22
lines changed

11 files changed

+76
-22
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.0-rc1</version>
18+
<version>1.5.0-rc2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.5.0-rc1</version>
23+
<version>1.5.0-rc2</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.5.0 RC2
6+
-------------------------
7+
8+
** Sub-task
9+
* [SWS-299] - WS-Addressing Documentation
10+
11+
** Bug
12+
* [SWS-307] - org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler uses tiger specific
13+
classes
14+
* [SWS-308] - WebServiceTemplate skips handling fault in response with checkConnectionForFault="false" when HTTP
15+
status code is not 200 or 500
16+
17+
** Improvement
18+
* [SWS-179] - Create and use some wrapper around javax.xml.validation.Schema
19+
* [SWS-304] - Support XsdSchema in AbstractValidatingInterceptor
20+
* [SWS-306] - Document DefaultWsdl11Defintion and WSDL Provider model
21+
* [SWS-310] - Add getters for ProviderBasedWsdl4jDefinition
22+
* [SWS-311] - Create RequestMessage in JmsSenderConnection constructor
23+
* [SWS-312] - Add FAQ entry for Websphere
24+
* [SWS-313] - Rewrite Airline sample to use Spring 2.5 features
25+
* [SWS-315] - Endpointsextending AbstractMarshallingPayloadEndpoint require a marshaller also for oneway style
26+
service
27+
28+
** New Feature
29+
* [SWS-84] - WS-Addressing support

notes.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Dear Spring community,
2+
3+
I'm pleased to announce that Spring Web Services 1.5.0 RC2 has been released!
4+
This release candidate contains new documentation, and some minor bug fixes.
5+
Check the changelog for more details.
6+
7+
Spring-WS 1.5.0 RC2 is the second milestone in the 1.5 series. The 1.5.0 series
8+
is 95% backwards compatible, though support for Java 1.3 has been dropped, in
9+
favor of Java 1.6. Java 1.6 is required to build.
10+
11+
The next release in this branch will be 1.5.0, to be released around the 28th
12+
of March. After 1.5.0 final has been released, there will be a 1.0.4,
13+
backporting all bugfixes in the 1.5 branch.
14+
15+
For Maven users, please note that this release is not published at the central
16+
maven repository. Instead it is published on Amazon's S3 service, like all
17+
Spring milestones. To use it, add the following repository to your POM:
18+
19+
<repository>
20+
<id>spring-milestone</id>
21+
<name>Spring Milestone Repository</name>
22+
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
23+
</repository>
24+
25+
For more information, see http://static.springframework.org/spring-ws/sites/1.5/

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.0 Release Candidate 1 (March 2008)
1+
SPRING WEB SERVICES 1.5.0 Release Candidate 2 (March 2008)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,40 +37,40 @@ 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.5.0-rc1.jar
40+
* spring-oxm-1.5.0-rc2.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.5.0-rc1.jar
45+
* spring-oxm-tiger-1.5.0-rc2.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.5.0-rc1.jar
49+
* spring-ws-core-1.5.0-rc2.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, WSDL4J]
5353

54-
* spring-ws-core-tiger-1.5.0-rc1.jar
54+
* spring-ws-core-tiger-1.5.0-rc2.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-support-1.5.0-rc1.jar
58+
* spring-ws-support-1.5.0-rc2.jar
5959
- Contents: The Spring-WS Support
6060
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
6161
[JMS, JavaMail]
6262

63-
* spring-ws-security-1.5.0-rc1.jar
63+
* spring-ws-security-1.5.0-rc2.jar
6464
- Contents: Spring-WS Security integration
6565
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6666
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
6767

68-
* spring-xml-1.5.0-rc1.jar
68+
* spring-xml-1.5.0-rc2.jar
6969
- Contents: Spring XML utility framework
7070
- Dependencies: Commons Logging, spring-beans, spring-core
7171
[StAX, Xalan, Jaxen]
7272

73-
* spring-ws-1.5.0.jar
73+
* spring-ws-1.5.0-rc2.jar
7474
- Contents: Convenient al-in-one jar containing all of the jars described above
7575

7676

samples/airline/client/jms/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<remoteRepository refid="spring-ext"/>
2525
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
2626
<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.0-rc1"/>
27+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc2"/>
2828
</artifact:dependencies>
2929

3030
<artifact:dependencies pathId="runtime.classpath">
3131
<remoteRepository refid="main"/>
3232
<remoteRepository refid="java.net"/>
3333
<remoteRepository refid="spring-ext"/>
3434
<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.0-rc1"/>
35+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.0-rc2"/>
3636
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
3737
</artifact:dependencies>
3838

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<artifact:dependencies pathId="classpath">
2121
<remoteRepository refid="main"/>
2222
<remoteRepository refid="java.net"/>
23-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc1"/>
24-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.0-rc1"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc2"/>
24+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.0-rc2"/>
2525
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
2626
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2727
<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
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc1"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc2"/>
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>

samples/pox/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.5.0-rc1"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc2"/>
1616
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1717
</artifact:dependencies>
1818

samples/stockquote/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.5.0-rc1"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-rc2"/>
1616
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1717
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
1818
</artifact:dependencies>

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.5.0-rc1 \
477+
-DarchetypeVersion=1.5.0-rc2 \
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.5.0-rc1</version>
637+
<version>1.5.0-rc2</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

0 commit comments

Comments
 (0)