Skip to content

Bump spring-websocket from 6.0.3 to 6.0.4

Bumps spring-websocket from 6.0.3 to 6.0.4.

Release notes

Sourced from spring-websocket's releases.

v6.0.4

New Features

  • Add native support for @Convert on JPA entities #29771
  • @RequestPart dto not configured for reflection in aot #29749
  • Avoid wasted memory on empty maps and sets #29742
  • Compatibility with Hibernate ORM 6.2 #29736
  • Add Kotlin DSL support for MockMVC andExpectAll #29727
  • Add ExecutingResponseCreator to delegate request and response #29721
  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29706
  • Extract ResourceEntityResolver HTTPS schema resolution fallback #29697
  • @Configuration classes with Kotlin in native-image are broken #29663
  • Introduce Kotlin DSL for ResultActions.andExpectAll() #27317

:lady_beetle: Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29712
  • Conflict on insert gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 #29699

📔 Documentation

  • fix typo in core-aot.adoc #29788
  • Polish #29727: Mention Kotlin andExpectAll in reference manual #29766
  • Update Jakarta Mail info in ref docs #29707
  • Trigger/TriggerContext reference documentation outdated #29702
  • Improve documentation for literals in SpEL expressions #29700
  • Small fixes and improvements to the reference documentation #29694
  • Fix manipulating property sources example in Javadoc for ConfigurableEnvironment #29693

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.3 #29802
  • Upgrade to Reactor 2022.0.2 #29797

Contributors

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

@​Dunemaster, @​IDJack, @​diguage, @​izeye, @​quim3ra, and @​simonbasle

Commits
  • 38206d0 Release v6.0.4
  • 3d571e8 Upgrade to Micrometer 1.10.3
  • c7cfdfc Downgrade to Mockito 4.9 for spring-beans tests
  • 4d27aee Upgrade to Checkstyle 10.6
  • 63f0beb Upgrade to Reactor 2022.0.2
  • 8dbdfb0 Polishing
  • d5fb5d0 Polish contribution
  • 3738a45 Avoid wasted memory on empty maps and sets
  • fd3e99c Upgrade to JUnit 5.9.2
  • 4396801 Add reflection hints for Kotlin reflection on functions
  • 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