Skip to content

Bump spring-web from 5.3.9 to 5.3.15

Bumps spring-web from 5.3.9 to 5.3.15.

Release notes

Sourced from spring-web's releases.

v5.3.15

New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

:lady_beetle: Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

Contributors

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

v5.3.14

New Features

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Merge request reports