Skip to content

Bump spring-websocket from 6.1.0 to 6.1.1

Bumps spring-websocket from 6.1.0 to 6.1.1.

Release notes

Sourced from spring-websocket's releases.

v6.1.1

New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

:lady_beetle: Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports