Releases: spring-projects/spring-ws
Releases · spring-projects/spring-ws
v4.0.2
Changes in version 4.0.2 (2023-02-22)
- #1337 - Upgrade to Spring Framework 6.0.5.
- #1328 - Fix broken image links in ref docs.
- #1327 - Use Collections.emptyIterator() instead of iterator of an emptyList.
- #1326 - Remove null checks from instanceof checks.
- #1325 - replace Collections.sort() by List.sort().
- #1324 - Better conversion from ByteArrayOutputStream to String.
- #1323 - Make EhCache an optional dependency.
- #1320 - Add SECURITY details.
- #1318 - use String.contains() instead String.indexOf().
- #1317 - Use StringBuilder instead of StringBuffer.
- #1316 - Use enhanced for loop instead of iterator.
- #1308 - Simplify SimpleNamespaceContext using modern Map APIs.
- #1300 - Add ability to override inclusive option in wss4j.
- #1249 - Add LICENSE file.
- #150 - Location tranformation now uses X-Forwarded-* headers if present.
v4.0.1
Changes in version 4.0.1 (2023-01-12)
- #1312 - Release Spring WS 4.0.1.
- #1311 - Upgrade to Spring HATEOAS 2.0.1.
- #1310 - Upgrade to Spring Security 6.0.1.
- #1309 - Upgrade to Spring Framework 6.0.4.
- #1305 - Change JAXB dependency coordinates.
- #1303 - Inline the creation of a new TransformerFactory.
- #1299 - Fix sample code's syntax highlighting to match the fragment's language.
- #1290 - Introduce Spring WS BOM.
- #1193 - spring-ws-test - IllegalArgumentException during request comparison.
v3.1.5
v4.0.0
Changes in version 4.0.0 (2022-11-21)
- #1297 - Upgrade to nexus-staging-maven-plugin 1.6.13.
- #1296 - Upgrade to Spring Security 6.0.0.
- #1295 - Use GitHub releases to track official releases.
- #1292 - Upgrade to Spring Framework 6.0.0.
- #1289 - Upgrade to Jakarta EE 10 specifications.
- #1248 - Collapse identical catch branches.
- #1161 - Update Syntax and spellings.
v3.1.4
v4.0.0-RC1
v4.0.0-M3
v4.0.0-M2
v3.1.3
v4.0.0-M1
- #1231 - Upgrade to Spring Security 6.0.0-M1.
- #1230 - Upgrade to Spring Framework 6.0.0-M2.
- #1225 - Upgrade to log4j2 2.17.1.
- #1219 - Servlet API dependency is provided in 3.1 but compile-scoped in 4.0 snapshots.
- #1217 - In 4.0 snapshots, spring-ws-core has compile-scoped dependencies on jakarta.mail:jakarta.mail-api and com.sun.mail:jakarta.mail.
- #1216 - In 4.0 snapshots, spring-ws-core has compile-scoped dependencies on jetty-server and jetty-servlet.
- #1215 - Drop dependency on jakarta.platform:jakarta.jakartaee-api in favor of individual spec jars.
- #1213 - Upgrade to Jakarta EE 9.