Skip to content

Commit d3bb36a

Browse files
author
Arjen Poutsma
committed
Preparing for 2.1.4.RELEASE
1 parent f3445a8 commit d3bb36a

File tree

6 files changed

+35
-31
lines changed

6 files changed

+35
-31
lines changed

changelog.txt

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

5+
Changes in version 2.1.4.RELEASE
6+
--------------------------------
7+
8+
** Bug
9+
* [SWS-831] - BspCompliant is always set to true in Wss4jSecurityInterceptor
10+
* [SWS-833] - All JMS headers ignored, if the are not contained in CONVERSION_TABLE or prefixed with SOAPJMS_
11+
* [SWS-837] - Typo in embedded HTTP server documentation
12+
* [SWS-840] - I can't set transformSchemaLocation attribute in MessageDispatcherServlet class through web.xml file
13+
* [SWS-844] - WebServiceTemplate(Marshaller marshaller) constructor doesn't call initDefaultStrategies()
14+
* [SWS-845] - checkForUtf8ByteOrderMark() will not detect BOM with some TLSv1 implementations
15+
16+
** Improvement
17+
* [SWS-644] - ejb 2.1 dependency jar - change to freely available jar in M2 Central
18+
* [SWS-835] - HttpComponentsMessageSender inintuitive constructor
19+
* [SWS-838] - HttpComponentsMessageSender: Use the PoolingClientConnectionManager instead of the deprecated ThreadSafeClientConnManager
20+
* [SWS-839] - Update documentation to use HttpComponentsMessageSender in favour of deprecated CommonsHttpMessageSender
21+
22+
** New Feature
23+
* [SWS-832] - Add support for programmatically instantiating MessageDispatcherServlet
24+
25+
** Support
26+
* [SWS-841] - NullPointerException on First invocation to Spring WS Service with Nonce
27+
528
Changes in version 2.1.3.RELEASE
629
--------------------------------
730

notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear Spring community,
22

3-
I'm pleased to announce that Spring Web Services 2.1.3.RELEASE has been released!
3+
I'm pleased to announce that Spring Web Services 2.1.4.RELEASE has been released!
44

55
This is the latest GA release in the 2.1 release cycle. It mainly
66
consists of bug fixes.

parent/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,11 @@
2727
<url>s3://maven.springframework.org/milestone</url>
2828
</repository>
2929
-->
30-
<repository>
31-
<id>spring-local-repo</id>
32-
<url>file:///Users/arjen/Projects/Spring/repo</url>
33-
</repository>
34-
<!--
3530
<repository>
3631
<id>spring-release</id>
3732
<name>Spring Release Repository</name>
3833
<url>s3://maven.springframework.org/release</url>
3934
</repository>
40-
-->
4135
<snapshotRepository>
4236
<id>spring-snapshot</id>
4337
<name>Spring Snapshot Repository</name>
@@ -54,10 +48,10 @@
5448
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
5549
</scm>
5650
<properties>
57-
<osgi.version>2.1.3.RELEASE</osgi.version>
51+
<osgi.version>2.1.4.RELEASE</osgi.version>
5852
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
59-
<spring.framework.version>3.2.2.RELEASE</spring.framework.version>
60-
<spring.framework.osgi.range>"[3.2.2, 4.0.0)"</spring.framework.osgi.range>
53+
<spring.framework.version>3.2.4.RELEASE</spring.framework.version>
54+
<spring.framework.osgi.range>"[3.2.4, 4.0.0)"</spring.framework.osgi.range>
6155
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6256
</properties>
6357
<pluginRepositories>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,11 @@
8585
<url>s3://maven.springframework.org/milestone</url>
8686
</repository>
8787
-->
88-
<repository>
89-
<id>spring-local-repo</id>
90-
<url>file:///Users/arjen/Projects/Spring/repo</url>
91-
</repository>
92-
<!--
9388
<repository>
9489
<id>spring-release</id>
9590
<name>Spring Release Repository</name>
9691
<url>s3://maven.springframework.org/release</url>
9792
</repository>
98-
-->
9993
<snapshotRepository>
10094
<id>spring-snapshot</id>
10195
<name>Spring Snapshot Repository</name>
@@ -112,7 +106,7 @@
112106
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
113107
</scm>
114108
<properties>
115-
<spring.framework.version>3.2.2.RELEASE</spring.framework.version>
109+
<spring.framework.version>3.2.4.RELEASE</spring.framework.version>
116110
</properties>
117111
<modules>
118112
<module>parent</module>

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 2.1.3.RELEASE (April 2013)
1+
SPRING WEB SERVICES 2.1.4.RELEASE (August 2013)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,31 +37,31 @@ 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-ws-core-2.1.3.RELEASE.jar
40+
* spring-ws-core-2.1.4.RELEASE.jar
4141
- Contents: The Spring-WS Core
4242
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
4343
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J]
4444

45-
* spring-ws-support-2.1.3.RELEASE.jar
45+
* spring-ws-support-2.1.4.RELEASE.jar
4646
- Contents: The Spring-WS Support
4747
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
4848
[JMS, JavaMail]
4949

50-
* spring-ws-security-2.1.3.RELEASE.jar
50+
* spring-ws-security-2.1.4.RELEASE.jar
5151
- Contents: Spring-WS Security integration
5252
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
5353
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
5454

55-
* spring-ws-test-2.1.3.RELEASE.jar
55+
* spring-ws-test-2.1.4.RELEASE.jar
5656
- Contents: Spring-WS Testing framework
5757
- Dependencies: JUnit, XMLUnit
5858

59-
* spring-xml-2.1.3.RELEASE.jar
59+
* spring-xml-2.1.4.RELEASE.jar
6060
- Contents: Spring XML utility framework
6161
- Dependencies: Commons Logging, spring-beans, spring-core
6262
[StAX, Xalan, Jaxen]
6363

64-
* spring-ws-2.1.3.RELEASE-all.jar
64+
* spring-ws-2.1.4.RELEASE-all.jar
6565
- Contents: Convenient al-in-one jar containing all of the jars described above
6666

6767

samples/airline/server/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
</dependencies>
6161
</profile>
6262
</profiles>
63-
<repositories>
64-
<repository>
65-
<id>spring-ext</id>
66-
<name>Spring External Dependencies Repository</name>
67-
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
68-
</repository>
69-
</repositories>
7063
<build>
7164
<plugins>
7265
<plugin>

0 commit comments

Comments
 (0)