Skip to content

Releases: spring-projects/spring-ws

v4.1.0-M1

18 Mar 16:57
Compare
Choose a tag to compare
v4.1.0-M1 Pre-release
Pre-release

⚠️ Noteworthy

⭐ New Features

  • Remove endpoint support classes #1487
  • Deprecate WsConfigurerAdapter #1480
  • Handle "If-Modified-Since" request headers in WSDL and XSD handlers #1470
  • Reinstantiate support for Apache Axiom now that is supports jakarta #1454
  • Add support for WSS4J subject cert constraints #1419
  • Remove deprecated code in Spring Web Services 2.x #1321
  • Add Automatic-Module-Name to manifest #1208
  • spring-ws-support should not have split packages with spring-ws-core #1202
  • Add support for configuring WSS4J's USE_SINGLE_CERTIFICATE option #153
  • Add support for providing an AttachmentCallbackHandler to WSS4J RequestData #107
  • Add support for customizing AxiomSoapMessage#writeTo #540

🐞 Bug Fixes

  • Connection timeout in HttpComponents5MessageSender is not respected #1494

🔨 Dependency Upgrades

  • Upgrade to Apache WSS4J 4.0.0 #1429
  • Upgrade to Spring Framework 6.2.4 #1489
  • Upgrade to Spring Security 6.5.0-M3 #1490

❤️ Contributors

Thank you to all the contributors who worked on this release:

@ammachado, @bclozel, @cjsr, @elfogre, and @wandi34

v4.0.12

18 Mar 16:06
Compare
Choose a tag to compare

⭐ New Features

  • Allow usage of XMLUnit placeholders in request and response matchers #1417

🐞 Bug Fixes

  • The default version of Spring Security is no longer supported #1500
  • The default version of Spring Framework is no longer supported #1499
  • DelegatingWsConfiguration should load WsConfigurer lazily #1477
  • spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation #1462
  • Connection timeout in HttpComponents5MessageSender is not respected #1436
  • WsConfigurer can trigger early initialization that prevents other post processors to run successfully #1435
  • SaajSoapMessageFactory should only split mime type header values #1421
  • LocationTransformerObjectSupport#transformLocation should not append port if it is already present #1420
  • DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it #622

📔 Documentation

  • Review reference guide #1475
  • Fix typos in security doc #1452

❤️ Contributors

Thank you to all the contributors who worked on this release:

@flx5 and @tdinev

Spring Web Services v4.0.10

12 Jan 12:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.9...v4.0.10

v4.0.9

15 Dec 08:23
Compare
Choose a tag to compare

Changes in version 4.0.8 (2023-11-20)

  • iterate over entry-set in getFaultDefinition by @hduelme in #1396

New Contributors

Full Changelog: v4.0.8...v4.0.9

v4.0.8

20 Nov 16:28
v4.0.8
7ff6d41
Compare
Choose a tag to compare

Changes in version 4.0.8 (2023-11-20)

  • #1390 - Test against Spring Security 6.2.0 on CI.
  • #1387 - Upgrade to Spring Framework 6.0.14.

v3.1.8

16 Nov 20:03
v3.1.8
bce4cbc
Compare
Choose a tag to compare

Changes in version 3.1.8 (2023-11-16)

  • #1389 - Test against Spring Security 5.6.12 on CI.
  • #1388 - Upgrade to Spring Framework 5.3.31.

v4.0.7

23 Oct 21:30
v4.0.7
19d6231
Compare
Choose a tag to compare

Changes in version 4.0.7 (2023-10-23)

  • #1384 - Upgrade to xmlsec 3.0.3.

v3.1.7

19 Sep 02:29
v3.1.7
cb527f4
Compare
Choose a tag to compare

Changes in version 3.1.7 (2023-09-18)

  • #1381 - Test against Spring Security 5.7.11 on CI.
  • #1371 - Performance issue in 3.1.x.
  • #1349 - Upgrade to Spring Framework 5.3.30.

v4.0.6

18 Sep 19:25
v4.0.6
ac48370
Compare
Choose a tag to compare

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

22 Jun 04:47
v4.0.5
3fa08e6
Compare
Choose a tag to compare

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.