Spring Web Services 2.4.1 和 3.0.0RC1 发布 。Spring Web Services(Spring WS)是基于 Spring 框架的 Web 服务框架,主要侧重于基于文档驱动的Web服务,提供 SOAP 服务开发,允许通过多种方式创建 Web 服务。
Spring Web Services 现在官方有两个分支:master(3.0+)和2.x(维护旧的2.x系列)。 只要支持Spring Framework 4.x,那么将继续维护 2.x 系列,但是在主分支上将进行任何新的工作。
2.4.1.RELEASE是一个小的补丁版本,而3.0.1.RC1是一个主要的升级。
3.0.0.RC1:
Rebases Spring Web Services to run on Spring Framework 5.0 and Java 8
Drops support for the older Apache WSS4J 1.x line covered by the org.springframework.ws.soap.security.wss4j package. Instead, we only support WSS4J 2.x (in the org.springframework.ws.soap.security.wss4j2 package).
Upgrades our XMPP library Smack support to 4.2.
This version is planned to be picked up by Spring Boot 2.0 as well as Spring IO Platform Cairo.
2.4.1.RELEASE:
Maintains our existing baseline of dependencies, making movements on latest supported versions of Spring Framework and Spring Security
We’ll maintain the 2.x version as long as Spring Framework 4.x is supported.
Based on several of the gaps between Spring Framework 4.x and 5.x, there will be no more compatibility checks of our 2.x branch against Spring Framework 5.x If you need Spring Framework 5, you really need to upgrade to our 3.x branch.
Spring Web Services 2.4.1 和 3.0.0RC1 发布
Spring Web Services 2.4.1 和 3.0.0RC1 发布 。Spring Web Services(Spring WS)是基于 Spring 框架的 Web 服务框架,主要侧重于基于文档驱动的Web服务,提供 SOAP 服务开发,允许通过多种方式创建 Web 服务。
Spring Web Services 现在官方有两个分支:master(3.0+)和2.x(维护旧的2.x系列)。 只要支持Spring Framework 4.x,那么将继续维护 2.x 系列,但是在主分支上将进行任何新的工作。
2.4.1.RELEASE是一个小的补丁版本,而3.0.1.RC1是一个主要的升级。
3.0.0.RC1:
Rebases Spring Web Services to run on Spring Framework 5.0 and Java 8
Drops support for the older Apache WSS4J 1.x line covered by the org.springframework.ws.soap.security.wss4j package. Instead, we only support WSS4J 2.x (in the org.springframework.ws.soap.security.wss4j2 package).
Upgrades our XMPP library Smack support to 4.2.
This version is planned to be picked up by Spring Boot 2.0 as well as Spring IO Platform Cairo.
2.4.1.RELEASE:
Maintains our existing baseline of dependencies, making movements on latest supported versions of Spring Framework and Spring Security
We’ll maintain the 2.x version as long as Spring Framework 4.x is supported.
Based on several of the gaps between Spring Framework 4.x and 5.x, there will be no more compatibility checks of our 2.x branch against Spring Framework 5.x If you need Spring Framework 5, you really need to upgrade to our 3.x branch.
更多请查看发布主页。
Spring Web Services 2.4.1 下载地址:
Source code (zip)
Source code (tar.gz)
Spring Web Services 3.0.0RC1下载地址:
Source code (zip)
Source code (tar.gz)