Skip to content

v4.0.1

Latest

Choose a tag to compare

@spring-builds spring-builds released this 09 Jun 09:02
· 3 commits to main since this release

🐞 Bug Fixes

  • XML context is not always handled correctly #1050
  • UriModifyingContentModifier.modifyContent decodes with the request charset but re-encodes with the platform default #1044
  • WebTestClientRequestConverter mishandles cookies whose value contains = #1042
  • MockMvcRequestConverter uses US_ASCII for URL decoding while encoding uses UTF-8 #1037
  • HTTP request snippet for PATCH, POST and PUT requests with no body has an incorrectly inferred Content-Type header #1036

πŸ“” Documentation

  • Remove references to Slate #1028
  • Update the documentation to use latest versions of the Asciidoctor build plugins #1016
  • Link to correct version of Hibernate Validator javadoc #1015

πŸ”¨ Dependency Upgrades

  • Upgrade to Jackson 3.1.3 #1047
  • Upgrade to Spring Framework 7.0.8 #1046

❀️ Contributors

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

@banseok1216, @config25, and @zzoe2346