Skip to content

Bump spring-websocket from 6.0.6 to 6.0.7

Bumps spring-websocket from 6.0.6 to 6.0.7.

Release notes

Sourced from spring-websocket's releases.

v6.0.7

New Features

  • Improve diagnostics in SpEL for matches operator #30144
  • Improve diagnostics in SpEL for repeated text #30142
  • Increase scope of regex pattern cache for the SpEL matches operator #30140
  • Minor updates in HandlerMappingIntrospector #30127
  • Skip parameter name resolution when not needed in AbstractAutowireCapableBeanFactory #30103
  • Remove extra copy of headers/cookies in WebClient #30092
  • Assert non-null arguments in DefaultServerRequestBuilder methods #30046
  • Jetty 12 support in WebFlux #29575

:lady_beetle: Bug Fixes

  • Gradle task processAot fails when Bean Validation API present but no provider found #30130
  • ContentDisposition::parse does not support Windows paths #30111
  • BindException raised instead of MethodArgumentNotValidException subclass #30100
  • Ensure reactive transaction rollback on commit error #30096
  • CaffeineCacheManager getCache method cause thread block #30066
  • RequestedContentTypeResolver does not ignore quality factor when filtering */* media types #29915
  • @Autowired/@Value does not work on inner bean in native #29803
  • Avoid rollback after a commit failure in TransactionalOperator #27572
  • SpEL: cannot call methods declared in java.lang.Object on a JDK proxy #25316

📔 Documentation

  • Add anchor rewrites in the reference documentation #30132
  • Fix minor spacings in webflux docs #30078
  • Add a list of observations produced by Spring Framework #30060

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.5 #30133

Contributors

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

@​EnricSala, @​MrCoffee77, @​abelsromero, @​edyda99, @​liupeng12345, @​srivatsa-cfp, and @​yuzawa-san

Commits
  • da19cb3 Release v6.0.7
  • 202fa5c Polishing and minor refactoring in HandlerMappingIntrospector
  • 8010de8 Improve diagnostics in SpEL for matches operator
  • 5529294 Improve diagnostics in SpEL for repeated text
  • 935c29e Increase scope of regex pattern cache for the SpEL matches operator
  • 4a3518b Polishing
  • dd4a347 Stop printing to System.out in SpEL tests
  • 46bd6ad Mention JAR signing key in SECURITY.md
  • 19384ac Polishing
  • a0358a4 Upgrade to Reactor 2022.0.5 and Netty 4.1.90
  • 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