Skip to content

Bump spring-web from 5.3.5 to 5.3.6

Bumps spring-web from 5.3.5 to 5.3.6.

Release notes

Sourced from spring-web's releases.

v5.3.6

New Features

  • Make sure file storage directory exists before usage in DefaultPartHttpMessageReader #26790
  • Allow spring-expression to be more easily repackaged for embedding in third-party JARs #26779
  • Support 'Accept-Patch' header in MVC and WebFlux #26759
  • Invalid IPv6 Address with X-Forwarded-For leads to number format exception #26748
  • awaitBodyOrNull function to handle empty body #26731
  • Reactive AbstractErrorWebExceptionHandler#htmlEscape() may be blocking #26712
  • Improve Docs on Testing Streaming Responses in Spring MVC #26687
  • Exceptions for missing request values should expose information when they are missing after conversion #26679

🐞 Bug Fixes

  • Addition of fallback patterns to temporal parser loses cause in Spring 5.3.5 #26777
  • ResourceHttpRequestHandler fails to resolve encoded paths when PathPattern is used #26775
  • Scheduling a task that runs once a day results in March 28 being skipped #26744
  • Support UTF-8 in DefaultPartHttpMessageReader #26736
  • Root path resolution for java.nio.Path properties does not work on Linux anymore #26702
  • @DirtiesContext not applied when class-level @EnabledIf evaluates to false #26694
  • MappedInterceptor in 5.3 does not support all AntPatternMatcher patterns #26690
  • BridgeMethodResolver#isBridgeMethodFor return incorrect result for kotlin code in certain circumstance #26585

📔 Documentation

  • Update ref docs regarding RequiredAnnotationBeanPostProcessor registration #26783
  • Update documentation for <context:annotation-config/> #26782
  • Fix javadoc link syntax #26776

🔨 Dependency Upgrades

  • Upgrade to Objenesis 3.2 #26714
  • Upgrade to Reactor 2020.0.6 #26767

Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 83c6d10 Release v5.3.6
  • f31933e Nullability refinements
  • c7989c7 Polishing
  • f03ccd5 Fix Javadoc in AcceptHeaderLocaleResolver
  • bcc6171 Polish contribution
  • a80c5fc Improve @EventListener documentation in reference manual
  • 04ce8e0 Make URL path tests compatible with Windows
  • 74f7eb1 Polish "Upgrade to Reactor 2020.0.6"
  • e05b584 Ignore testWindowsAbsoluteFilePath exception if not on Windows
  • 29955a2 Polishing
  • Additional commits viewable in compare view

Merge request reports