Merge branch '5.3.x' into main

This commit is contained in:
Rossen Stoyanchev
2021-11-29 17:38:23 +00:00
2 changed files with 19 additions and 4 deletions

View File

@@ -2968,6 +2968,8 @@ When using annotation-driven components or Java configuration, you can use the
----
[[beans-factory-scopes-application]]
==== Application Scope
@@ -3011,6 +3013,17 @@ following example shows how to do so:
[[beans-factory-scopes-websocket]]
==== WebSocket Scope
WebSocket scope is associated with the lifecycle of a WebSocket session and applies to
STOMP over WebSocket applications, see
<<web.adoc#websocket-stomp-websocket-scope,WebSocket scope>> for more details.
[[beans-factory-scopes-other-injection]]
==== Scoped Beans as Dependencies