spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel 339f75d309 Fix GraphQL WebSocket HandlerMapping bean ordering
Prior to this commit, the GraphQL WebSocket HandlerMapping bean would be
ordered at position "2", before the RouterFunction variant defined by
Spring Framework at position "3".

Since then, the Spring Framework team changed the default order value
for this one at "-1", see spring-projects/spring-framework#30278.
This prevents the WebSocket upgrade, as the request is handled by the
RouterFunction instead of the WebSocket handler.

This commit updates the handlermapping order and introduces a test to
prevent issues in the future.

Fixes gh-37892
2023-10-16 12:11:31 +02:00
..
src Fix GraphQL WebSocket HandlerMapping bean ordering 2023-10-16 12:11:31 +02:00
build.gradle Upgrade to Kafka 3.6.0 2023-10-09 13:46:52 +01:00