You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of spring-projects/spring-framework#30278, Spring Framework revisited the default ordering of the RouterFunctionMapping bean. The GraphQL WebSocket auto-configuration relied on a fixed order value for that bean so as to make the WebSocketHandlerMapping first.
We should fix the auto-configuration to make it first again and introduce a dedicated test to check for that.
The text was updated successfully, but these errors were encountered:
As of spring-projects/spring-framework#30278, Spring Framework revisited the default ordering of the
RouterFunctionMapping
bean. The GraphQL WebSocket auto-configuration relied on a fixed order value for that bean so as to make theWebSocketHandlerMapping
first.We should fix the auto-configuration to make it first again and introduce a dedicated test to check for that.
The text was updated successfully, but these errors were encountered: