Skip to content

v3.0.6

Choose a tag to compare

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

🐞 Bug Fixes

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

πŸ“” Documentation

  • Remove references to Slate #1027
  • Link to correct version of Hibernate Validator javadoc #1014

πŸ”¨ Dependency Upgrades

  • Upgrade to Jackson 2.21.3 #1048
  • Upgrade to Spring Framework 6.2.19 #1045

❀️ Contributors

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

@banseok1216, @config25, and @zzoe2346