-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
110 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
SPRING WEB SERVICES CHANGELOG | ||
============================= | ||
http://www.springframework.org/spring-ws | ||
|
||
Changes in version 1.5.0 Milestone 1 | ||
------------------------- | ||
|
||
** Bug | ||
* [SWS-225] - Spring-WS doesn't send "Content-Transfer-Encoding: binary" with MTOM part and this creates interoperability issue with .NET 3.0 | ||
* [SWS-226] - Exception mapping corrupts the 'defaultFault' instance | ||
* [SWS-227] - NPE when "mustUnderstand" attribute is in SOAP header and no Interceptors have been defined | ||
* [SWS-229] - JibxMarshaller should support marshalling/unmarshalling of all mapped classes | ||
* [SWS-230] - AxiomSoapMessageFactory throws NPE | ||
* [SWS-232] - PayloadValidatingInterceptor refuses to validate correct message with a top-level attribute | ||
* [SWS-238] - AbstractMethodEndpointMapping does not support JDK Proxies | ||
* [SWS-239] - Marshalling with Castor and Axiom results in a XMLStreamException | ||
* [SWS-241] - NullPointerException during processing message with empty body | ||
* [SWS-244] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl | ||
* [SWS-245] - SAXParseException when using HttpURLConnection | ||
* [SWS-247] - Exception thrown when schemaPrefix is empty in XsdBasedSoap11Wsdl4jDefinitionBuilder | ||
* [SWS-248] - DomPoxMessage not clearing DOM on setting the result | ||
|
||
** Improvement | ||
* [SWS-223] - Use BeanClassLoader in Jaxb marshallers | ||
* [SWS-233] - OSGi bundles | ||
* [SWS-235] - XStreamMarshaller - support for custom HierarchicalStreamDriver | ||
* [SWS-240] - spring-ws-with-dependencies distribution | ||
|
||
** New Feature | ||
* [SWS-108] - JMS transport support | ||
* [SWS-121] - Spring Namespace support | ||
* [SWS-139] - Mail transport support | ||
* [SWS-187] - SOAP 1.2 Compatible WSDL descriptor generation | ||
* [SWS-228] - Support Spring 2.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
I'm pleased to announce that Spring Web Services 1.5.0 M1 has been released! This milestone release introduces: | ||
|
||
* JMS transport support, for both client- and server-side | ||
* Email transport support, also for both client and server | ||
* Two new Spring namespaces, which drastically decrease the amount of XML to configure marshallers and typical | ||
Spring-WS constructs | ||
* SOAP 1.2 Compatible WSDL descriptor generation | ||
* Spring-WS jars are now OSGi bundles | ||
|
||
Additionally, there are other minor improvements and bug fixes. | ||
|
||
Spring-WS 1.5.0 M1 is the first milestone in the 1.5 series, which - in addition to the aforementioned features - will | ||
include support for WS-Addressing, WS-Security for the client-side and Java 1.4, @Endpoint component scanning, | ||
and more. The 1.5.0 series is 99% backwards compatible, though support for Java 1.3 has been dropped, in favor of | ||
Java 1.6. The next release will be 1.0.3, to be released around the 21st of December, and probably the last bug fix | ||
release in the 1.0 branch. | ||
|
||
For Maven users, please note that this release is not published at the central maven repository. Instead it is | ||
published on Amazon's S3 service, like all Spring milestones. To use it, add the following repository to your POM: | ||
|
||
<repository> | ||
<id>spring-milestone</id> | ||
<name>Spring Milestone Repository</name> | ||
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> | ||
</repository> | ||
|
||
For more information, see http://static.springframework.org/spring-ws/sites/1.5/ | ||
|
||
Cheers, | ||
|
||
Arjen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters