Skip to content

Commit bbcfa6b

Browse files
committed
Preparing for 2.1.2.RELEASE
1 parent dfd9626 commit bbcfa6b

File tree

5 files changed

+36
-14
lines changed

5 files changed

+36
-14
lines changed

changelog.txt

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

5+
Changes in version 2.1.2.RELEASE
6+
--------------------------------
7+
8+
** Bug
9+
* [SWS-797] - XsdSchemaHandlerAdapter does not transform schema locations
10+
* [SWS-806] - @ symbol in the content-id is converted to %40. The receiving web server is not able to handle it
11+
12+
** Defect
13+
* [SWS-804] - WebServiceMessageReceiverHandlerAdapter not easily overridable to produce SOAP faults
14+
15+
16+
** Improvement
17+
* [SWS-796] - Ability to specify SAML properties file in Wss4jInterceptor
18+
* [SWS-798] - Ensure that only valid Java Identifiers are added to JMS headers
19+
* [SWS-803] - WebServiceTemple -> add logRequest method analogue to existing logResponse
20+
* [SWS-811] - When using annotation-driven register the SoapHeaderElementMethodArgumentResolver by default.
21+
* [SWS-812] - Document @SoapHeader in reference guide
22+
23+
** New Feature
24+
* [SWS-807] - Introduce FactoryBean for javax.net.ssl.KeyManagerFactory
25+
* [SWS-808] - add support to pass in sslSocketFactory to org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
26+
527
Changes in version 2.1.1.RELEASE
628
--------------------------------
729

notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Dear Spring community,
22

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

5-
This is the second GA release in the 2.1 release cycle. It mainly
5+
This is the latest GA release in the 2.1 release cycle. It mainly
66
consists of bug fixes.
77

88
Please see the changelog for more details.

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<url>s3://maven.springframework.org/milestone</url>
2828
</repository>
2929
-->
30-
<!--
3130
<repository>
3231
<id>spring-local-repo</id>
3332
<url>file:///Users/arjen/Projects/Spring/repo</url>
3433
</repository>
35-
-->
34+
<!--
3635
<repository>
3736
<id>spring-release</id>
3837
<name>Spring Release Repository</name>
3938
<url>s3://maven.springframework.org/release</url>
4039
</repository>
40+
-->
4141
<snapshotRepository>
4242
<id>spring-snapshot</id>
4343
<name>Spring Snapshot Repository</name>
@@ -54,7 +54,7 @@
5454
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
5555
</scm>
5656
<properties>
57-
<osgi.version>2.1.1.RELEASE</osgi.version>
57+
<osgi.version>2.1.2.RELEASE</osgi.version>
5858
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
5959
<spring.framework.version>3.1.3.RELEASE</spring.framework.version>
6060
<spring.framework.osgi.range>"[3.1.0, 4.0.0)"</spring.framework.osgi.range>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@
8585
<url>s3://maven.springframework.org/milestone</url>
8686
</repository>
8787
-->
88-
<!--
8988
<repository>
9089
<id>spring-local-repo</id>
9190
<url>file:///Users/arjen/Projects/Spring/repo</url>
9291
</repository>
93-
-->
92+
<!--
9493
<repository>
9594
<id>spring-release</id>
9695
<name>Spring Release Repository</name>
9796
<url>s3://maven.springframework.org/release</url>
9897
</repository>
98+
-->
9999
<snapshotRepository>
100100
<id>spring-snapshot</id>
101101
<name>Spring Snapshot Repository</name>

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.1.RELEASE (September 2012)
1+
SPRING WEB SERVICES 2.1.2.RELEASE (December 2012)
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.1.RELEASE.jar
40+
* spring-ws-core-2.1.2.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.1.RELEASE.jar
45+
* spring-ws-support-2.1.2.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.1.RELEASE.jar
50+
* spring-ws-security-2.1.2.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.1.RELEASE.jar
55+
* spring-ws-test-2.1.2.RELEASE.jar
5656
- Contents: Spring-WS Testing framework
5757
- Dependencies: JUnit, XMLUnit
5858

59-
* spring-xml-2.1.1.RELEASE.jar
59+
* spring-xml-2.1.2.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.1.RELEASE-all.jar
64+
* spring-ws-2.1.2.RELEASE-all.jar
6565
- Contents: Convenient al-in-one jar containing all of the jars described above
6666

6767

0 commit comments

Comments
 (0)