From d719f3fc06962f3aa22881cd53ffcf3a013e6c1f Mon Sep 17 00:00:00 2001 From: K Date: Wed, 31 May 2023 18:23:27 +0900 Subject: [PATCH 1/2] Fix invalid link in transaction resources See gh-30570 --- .../modules/ROOT/pages/data-access/transaction/resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc b/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc index ca14bac7e4e..25bd81274a2 100644 --- a/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc +++ b/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc @@ -4,7 +4,7 @@ For more information about the Spring Framework's transaction support, see: -* https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html[Distributed +* link:++https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html++[Distributed transactions in Spring, with and without XA] is a JavaWorld presentation in which Spring's David Syer guides you through seven patterns for distributed transactions in Spring applications, three of them with XA and four without. From 08240bbcac9cdab162a54c4d3de765f265ea74cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 31 May 2023 12:26:32 +0200 Subject: [PATCH 2/2] Polish "Fix invalid link in transaction resources" See gh-30570 --- .../ROOT/pages/data-access/transaction/resources.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc b/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc index 25bd81274a2..a8697e77094 100644 --- a/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc +++ b/framework-docs/modules/ROOT/pages/data-access/transaction/resources.adoc @@ -4,10 +4,10 @@ For more information about the Spring Framework's transaction support, see: -* link:++https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html++[Distributed - transactions in Spring, with and without XA] is a JavaWorld presentation in which - Spring's David Syer guides you through seven patterns for distributed - transactions in Spring applications, three of them with XA and four without. +* link:++https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html++[ + Distributed transactions in Spring, with and without XA] is a JavaWorld presentation in + which Spring's David Syer guides you through seven patterns for distributed transactions + in Spring applications, three of them with XA and four without. * https://www.infoq.com/minibooks/JTDS[_Java Transaction Design Strategies_] is a book available from https://www.infoq.com/[InfoQ] that provides a well-paced introduction to transactions in Java. It also includes side-by-side examples of how to configure