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
Prior to this commit, the WebSocket endpoint (MVC or WebFlux) would be
enabled by default. In the case of MVC, the presence of
`spring-websocket` and the required dependencies was an additional hint
that could enable/disable this support depending on the application.
This commit changes the websocket path configuration so that it doesn't
hold a default value anymore. Configuring this property will trigger the
WebSocket support.
Right now developers cannot configure it to be the same as the
`spring.graphql.path`, but this will be solved in spring-io#30.
This commit also revisits the configuration properties namespace for
clarity, moving the websocket bits under their own section.
Closesspring-iogh-31
philwebb
pushed a commit
to philwebb/spring-asciidoctor-backends
that referenced
this issue
Jul 7, 2021
If the toc is large linking to an anchor doesn't scroll the toc element into view.
The text was updated successfully, but these errors were encountered: