Merged back changes from 1.5.5 release (14414:14424)
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-oxm</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.5.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws-core</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.5.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -2,6 +2,42 @@ SPRING WEB SERVICES CHANGELOG
|
||||
=============================
|
||||
http://www.springframework.org/spring-ws
|
||||
|
||||
Changes in version 1.5.5
|
||||
-------------------------
|
||||
** Bug
|
||||
* [SWS-405] - Spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2
|
||||
* [SWS-408] - Incorrect URL to Bamboo in pom
|
||||
* [SWS-410] - AxiomSoapMessage does not work fine in Spring-WS with CastorMarshaller
|
||||
* [SWS-411] - When using permanent replyTo queues, their JNDI names can't start with jms/ in the defaultUri property of the WebServiceGateway
|
||||
* [SWS-412] - PayloadTransformingInterceptor does not work with a DomPoxMessage - the transformation clears the document
|
||||
* [SWS-416] - Wss4jSecurityInterceptor loosing SOAPAction header
|
||||
* [SWS-417] - spring-ws-core-tiger should be declared as an OSGi fragment since it contributes classes to packages from spring-ws-core
|
||||
* [SWS-418] - Castor mappings are added multiple times
|
||||
* [SWS-419] - Packaging: Wrong castor version in distribution.
|
||||
* [SWS-420] - AxiomSoapMessage + SOAP1.2 SoapAction
|
||||
* [SWS-422] - Class AxiomUtils is not java 1.4 compatible
|
||||
* [SWS-427] - AbstractEndpointExceptionResolver.resolveException() does not let subclasses have full access to the MethodEndpoint that raised an exception
|
||||
* [SWS-432] - AxiomSoap12Body.getFault() returns object of type AxiomSoap11Fault
|
||||
* [SWS-437] - Method addOmittedFields in XStreamMarshaller should access XStream instance via getter.
|
||||
* [SWS-439] - Reference guide, chapter 5.3.1.1., contains typo
|
||||
|
||||
** Improvement
|
||||
* [SWS-409] - CommonsXsdSchemaCollection / Apache Schema exceptions do not contain enough detail
|
||||
* [SWS-425] - Upgrade xmlsec to 1.4.1, since 1.4.0 has problems with UTF-8
|
||||
* [SWS-433] - Extension of AbstractSoapFaultDefinitionExceptionResolver to support SOAP 1.2 faults
|
||||
* [SWS-443] - Javadoc State Thread Safety Level PayloadEndpoint Implementers Must Support
|
||||
* [SWS-444] - XwssMessageInterceptorEncryptTest testDecrypt() can be enabled again - problem solution known
|
||||
|
||||
** New Feature
|
||||
* [SWS-413] - SchemaCollection issues with classpath resources and relative schema imports
|
||||
* [SWS-426] - Allow Wss4jSecurityInterceptor to accept arbitrary client certificate in validation phase
|
||||
|
||||
** Refactoring
|
||||
* [SWS-403] - bundles ws.core and ws.support have a circular dependency
|
||||
|
||||
** Task
|
||||
* [SWS-431] - Document Spring Security integration
|
||||
|
||||
Changes in version 1.5.4
|
||||
-------------------------
|
||||
** Bug
|
||||
|
||||
15
notes.txt
15
notes.txt
@@ -1,17 +1,14 @@
|
||||
Dear Spring community,
|
||||
|
||||
I'm pleased to announce that Spring Web Services 1.5.4 has been released!
|
||||
I'm pleased to announce that Spring Web Services 1.5.5 has been released!
|
||||
|
||||
This is the fourth bug fix and enhancement release in the Spring-WS 1.5
|
||||
series. It fixes all bugs reported since 1.5.3 and introduces various
|
||||
This is the latest bug fix and enhancement release in the Spring-WS 1.5
|
||||
series. It fixes all bugs reported since 1.5.4 and introduces various
|
||||
enhancements throughout the framework:
|
||||
|
||||
* Client-side XSD validation in the WebServiceTemplate, which allows you to
|
||||
make sure you conform to a provided schema.
|
||||
* Ability to point the WebServiceTemplate to a WSDL Resource, extracting the
|
||||
location from it.
|
||||
* Major speed inprovements in the DOM-based endpoint base classes
|
||||
(AbstractDomPayloadEndpoint, AbstractJdomPayloadEndpoint, etc.).
|
||||
* Various OSGi manifest fixes.
|
||||
* JDK 1.4 compativility.
|
||||
* Improvements of the JMS transport when using JNDI destinations
|
||||
|
||||
and more, including more documentation. Please see the changelog for details.
|
||||
|
||||
|
||||
18
readme.txt
18
readme.txt
@@ -1,4 +1,4 @@
|
||||
SPRING WEB SERVICES 1.5.4 (August 2008)
|
||||
SPRING WEB SERVICES 1.5.5 (November 2008)
|
||||
-------------------------------
|
||||
http://www.springframework.org/spring-ws
|
||||
http://forum.springframework.org/forumdisplay.php?f=39
|
||||
@@ -39,40 +39,40 @@ 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-oxm-1.5.4.jar
|
||||
* spring-oxm-1.5.5.jar
|
||||
- Contents: The Spring Object/XML Mapping framework
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core
|
||||
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
|
||||
|
||||
* spring-oxm-tiger-1.5.4.jar
|
||||
* spring-oxm-tiger-1.5.5.jar
|
||||
- Contents: The Spring Object/XML Mapping framework for Java 5
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
|
||||
|
||||
* spring-ws-core-1.5.4.jar
|
||||
* spring-ws-core-1.5.5.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-core-tiger-1.5.4.jar
|
||||
* spring-ws-core-tiger-1.5.5.jar
|
||||
- Contents: The Spring-WS Core for Java 5
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
|
||||
|
||||
* spring-ws-support-1.5.4.jar
|
||||
* spring-ws-support-1.5.5.jar
|
||||
- Contents: The Spring-WS Support
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
|
||||
[JMS, JavaMail]
|
||||
|
||||
* spring-ws-security-1.5.4.jar
|
||||
* spring-ws-security-1.5.5.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-xml-1.5.4.jar
|
||||
* spring-xml-1.5.5.jar
|
||||
- Contents: Spring XML utility framework
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core
|
||||
[StAX, Xalan, Jaxen]
|
||||
|
||||
* spring-ws-1.5.4.jar
|
||||
* spring-ws-1.5.5.jar
|
||||
- Contents: Convenient al-in-one jar containing all of the jars described above
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<remoteRepository refid="spring-ext"/>
|
||||
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
|
||||
<dependency groupId="org.apache.activemq" artifactId="activemq-core" version="4.1.1"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
<artifact:dependencies pathId="runtime.classpath">
|
||||
@@ -31,7 +31,7 @@
|
||||
<remoteRepository refid="java.net"/>
|
||||
<remoteRepository refid="spring-ext"/>
|
||||
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.5"/>
|
||||
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<artifact:dependencies pathId="classpath">
|
||||
<remoteRepository refid="main"/>
|
||||
<remoteRepository refid="java.net"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.5"/>
|
||||
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
|
||||
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
|
||||
<dependency groupId="xmlbeans" artifactId="xbean" version="2.2.0"/>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</typedef>
|
||||
|
||||
<artifact:dependencies pathId="classpath">
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
|
||||
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
|
||||
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</typedef>
|
||||
|
||||
<artifact:dependencies pathId="classpath">
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
|
||||
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</typedef>
|
||||
|
||||
<artifact:dependencies pathId="classpath">
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.4"/>
|
||||
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.5"/>
|
||||
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
|
||||
<dependency groupId="log4j" artifactId="log4j" version="1.2.13"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-ws-parent</artifactId>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.5.5-SANDBOX</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-ws-sandbox</artifactId>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</moduleSets>
|
||||
<files>
|
||||
<file>
|
||||
<source>target/${artifactId}-${version}.jar</source>
|
||||
<source>target/${artifactId}-${version}-all.jar</source>
|
||||
<outputDirectory>dist</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
|
||||
@@ -474,7 +474,7 @@
|
||||
</para>
|
||||
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
|
||||
-DarchetypeArtifactId=spring-ws-archetype \
|
||||
-DarchetypeVersion=1.5.4 \
|
||||
-DarchetypeVersion=1.5.5 \
|
||||
-DgroupId=com.mycompany.hr \
|
||||
-DartifactId=holidayService
|
||||
</screen>
|
||||
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
|
||||
<dependency>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws-core</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.5.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jdom</groupId>
|
||||
|
||||
@@ -6,9 +6,9 @@ Downloads
|
||||
|
||||
* Get the latest Spring Web Services releases here
|
||||
|
||||
* <<Spring-WS 1.5.4 is the current production release (JDK 1.4+)>>
|
||||
* <<Spring-WS 1.5.5 is the current production release (JDK 1.4+)>>
|
||||
|
||||
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=617117}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=58204}Announcement}}
|
||||
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.5/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=63045}Announcement}}
|
||||
|
||||
* <<Spring-WS 1.0.4 is the previous production release (JDK 1.3)>>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Snapshot Builds
|
||||
<dependency>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws-core</artifactId>
|
||||
<version>1.5.5-SNAPSHOT</version>
|
||||
<version>1.5.6-SNAPSHOT</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user