Releases: spring-projects/spring-ws
Releases · spring-projects/spring-ws
Spring Web Services v4.0.10
What's Changed
- Support jar:nested in SchemaFactoryUtils by @izeye in #1401
- Remove duplicate dependency declaration for httpclient by @cachescrubber in #1382
- Update springframwork to 6.0.16 by @corneil in #1402
New Contributors
- @izeye made their first contribution in #1401
- @cachescrubber made their first contribution in #1382
Full Changelog: v4.0.9...v4.0.10
v4.0.9
v4.0.8
v3.1.8
v4.0.7
v3.1.7
v4.0.6
Changes in version 4.0.6 (2023-09-18)
- #1380 - Upgrade to Spring Security 6.0.7.
- #1379 - Upgrade Spring HATEOAS to 2.0.6.
- #1378 - Upgrade smoke-tests to Spring Framework 6.0.12.
- #1377 - Test against WSS4j 3.0.0 on CI.
- #1376 - Connect builds to ge.spring.io.
- #1375 - Upgrade to Spring Framework 6.0.12.
- #1370 - Fix forgotten import for XMLUnit2 upgrade.
- #1369 - Extend testing to Spring Framework 6.1/Spring Security 6.1.
- #1368 - Fix integration between Logbook and HttpClient5.
- #1365 - PayloadDiffMatcher: Add "ignoreWhitespace".
- #1362 - generify ClientHttpRequestMessageSenderIntegrationTest.
- #1203 - Changed behavior for PayloadDiffMatcher.
v4.0.5
Changes in version 4.0.5 (2023-06-21)
- #1366 - Upgrade to Spring Framework 6.0.10.
- #1360 - spring-ws-security has a transitive dependency to pre jakarta javamail.
- #1357 - Apache HttpClient 5.0 followup.
- #1355 - Implement a JDK-based HttpClient MessageSender.
- #1354 - Upgrade maven-assembly-plugin to 3.5.0.
- #1342 - How to use JDK HttpClient with web services?.
- #1164 - Add support for Apache HttpClient 5.0.
v4.0.4
Changes in version 4.0.4 (2023-05-11)
- #1353 - Reintroduce custom container for release phase.
- #1352 - Upgrade smoke testing to Spring Boot 3.0.6.
- #1351 - Upgrade Artemis Jakarta Server to 2.28.0.
- #1350 - Upgrade to Spring Framework 6.0.9.
- #1348 - Use the Docker proxy service for CI.
- #1347 - Introduce smoke testing for the release process.
- #1346 - Introduce .sdkmanrc to automate switching between versions of Java.
v4.0.3
Changes in version 4.0.3 (2023-04-18)
- #1345 - Upgrade to Spring Security 6.0.3.
- #1343 - Upgrade to Spring Framework 6.0.8.
- #1339 - Upgrade to Spring Framework 6.0.6.
- #1336 - Use bulk operation addAll instead of iteration.
- #1335 - Use StandardCharsets.UTF_8 instead of a string UTF-8 value.
- #1334 - Remove unnecessary boxing for integers.
- #1332 - Upgrade to org.apache.santuario:xmlsec:3.0.2.
- #1298 - Bump woodstox-core from 6.2.8 to 6.4.0.
- #1150 - Wss4jSecurityInterceptor not propagating time to live values when validating ws-security soap header timestamp [SWS-1084].
- #1100 - wsa:to element is not optional [SWS-1031].
- #109 - Adds UserDetails to Authentication.