-
Notifications
You must be signed in to change notification settings - Fork 315
Spring Web Services 5.0.0 M1 Release Notes
Classes, methods, and properties that were deprecated in Spring Web Services 4.1 and marked for removal in 5.0 have been removed in this release. Please ensure that you aren’t calling deprecated methods before upgrading.
Support for XMLUnit 1 has been dropped.
For consistency, the e org.springframework.ws.test.support.matcher.xmlunit2
package has been renamed to e org.springframework.ws.test.support.matcher.xmlunit
.
Support for JSpecify has been added.
Whenever an API accepts a potentially null
value or may return a null
value an explicit org.jspecify.annotations.Nullable
has been added.
This follows the lead of Spring Framework 7, see the reference documentation for more details.
Spring Web Services 5.0.0-M1 moves to new versions of several Spring projects:
Third-party dependencies have also been updated, some of the more noteworthy of which are the following:
*