From 5eca512c462ad20aa7c058a224447cd717e7a2e2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 5 Feb 2019 00:41:53 +0100 Subject: [PATCH] Ref doc mentions SimpleTransactionScope next to SimpleThreadScope Closes gh-22180 --- src/docs/asciidoc/core/core-beans.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index e434098c49..411d840038 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -2586,10 +2586,11 @@ The following table describes the supported scopes: the context of a web-aware Spring `ApplicationContext`. |=== -NOTE: As of Spring 3.0, a thread scope is available but is not registered by default. For -more information, see the documentation for -{api-spring-framework}/context/support/SimpleThreadScope.html[`SimpleThreadScope`]. -For instructions on how to register this or any other custom scope, see +NOTE: As of Spring 3.0, a thread scope is available but is not registered by default: +see {api-spring-framework}/context/support/SimpleThreadScope.html[`SimpleThreadScope`]. +As of Spring 4.2, a transaction scope is available as well: +{api-spring-framework}/transaction/support/SimpleTransactionScope.html[`SimpleTransactionScope`]. +For instructions on how to register these or any other custom scopes, see <>.