From 0c0de4219ec490a25496d42689f7db7d4dd38223 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 16 Apr 2013 11:00:54 +0200 Subject: [PATCH] Preparing for 2.1.3.RELEASE --- changelog.txt | 21 +++++++++++++++++++++ notes.txt | 2 +- parent/pom.xml | 6 +++--- pom.xml | 2 +- readme.txt | 14 +++++++------- 5 files changed, 33 insertions(+), 12 deletions(-) diff --git a/changelog.txt b/changelog.txt index 51ea5491d..d0fbb211e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,27 @@ SPRING WEB SERVICES CHANGELOG ============================= http://www.springframework.org/spring-ws +Changes in version 2.1.3.RELEASE +-------------------------------- + +** Bug + * [SWS-814] - EndPointIntercepters do not respect the (Autowired) properties provided in beans XML + * [SWS-815] - Error loading SAML properties file + * [SWS-816] - Missing encoding in dom4j element/document + * [SWS-817] - Camel Spring-WS and AbstractAddressingEndpointMapping + * [SWS-819] - SimpleNamespaceContext.removeBinding() does not clean up all references + * [SWS-822] - NoSuchMethodError after upgrading to AXIOM 1.2.14 + * [SWS-824] - In v 2.1.0, dispatch method of MessageDispatcher does not call processEndpointException method if response schema validation fails + * [SWS-825] - Binary data get inlined when using JAXB for marshaling MTOM-enabled Axiom SOAP messages + * [SWS-828] - Setting bspCompliant = false has effect only for first request + +** Improvement + * [SWS-813] - Cannot use jms MessagePostProcessor support with WebServiceMessageDrivenBean + * [SWS-821] - Not possible to create wrapped doc/literal wsdls with SuffixBasedPortTypesProvider + +** Task + * [SWS-774] - Migrate to springsource github + Changes in version 2.1.2.RELEASE -------------------------------- diff --git a/notes.txt b/notes.txt index 8f9a27dfb..4661d8c83 100644 --- a/notes.txt +++ b/notes.txt @@ -1,6 +1,6 @@ Dear Spring community, -I'm pleased to announce that Spring Web Services 2.1.2.RELEASE has been released! +I'm pleased to announce that Spring Web Services 2.1.3.RELEASE has been released! This is the latest GA release in the 2.1 release cycle. It mainly consists of bug fixes. diff --git a/parent/pom.xml b/parent/pom.xml index 2e02c29c5..aeab1c692 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -54,10 +54,10 @@ https://fisheye.springframework.org/browse/spring-ws/trunk - 2.1.2.RELEASE + 2.1.3.RELEASE "${osgi.version:[=.=.=, =.=.+1)}" - 3.1.3.RELEASE - "[3.1.0, 4.0.0)" + 3.2.2.RELEASE + "[3.2.2, 4.0.0)" UTF-8 diff --git a/pom.xml b/pom.xml index bf29cea7e..2e7bac013 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ https://fisheye.springframework.org/browse/spring-ws/trunk - 3.1.3.RELEASE + 3.2.2.RELEASE parent diff --git a/readme.txt b/readme.txt index 4639483f7..2e936b0ac 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB SERVICES 2.1.2.RELEASE (December 2012) +SPRING WEB SERVICES 2.1.3.RELEASE (April 2013) ------------------------------- http://www.springframework.org/spring-ws 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 third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files. -* spring-ws-core-2.1.2.RELEASE.jar +* spring-ws-core-2.1.3.RELEASE.jar - Contents: The Spring-WS Core - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm [Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J] -* spring-ws-support-2.1.2.RELEASE.jar +* spring-ws-support-2.1.3.RELEASE.jar - Contents: The Spring-WS Support - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core [JMS, JavaMail] -* spring-ws-security-2.1.2.RELEASE.jar +* spring-ws-security-2.1.3.RELEASE.jar - Contents: Spring-WS Security integration - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core [Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J] -* spring-ws-test-2.1.2.RELEASE.jar +* spring-ws-test-2.1.3.RELEASE.jar - Contents: Spring-WS Testing framework - Dependencies: JUnit, XMLUnit -* spring-xml-2.1.2.RELEASE.jar +* spring-xml-2.1.3.RELEASE.jar - Contents: Spring XML utility framework - Dependencies: Commons Logging, spring-beans, spring-core [StAX, Xalan, Jaxen] -* spring-ws-2.1.2.RELEASE-all.jar +* spring-ws-2.1.3.RELEASE-all.jar - Contents: Convenient al-in-one jar containing all of the jars described above