jdaugherty commented on code in PR #15731:
URL: https://github.com/apache/grails-core/pull/15731#discussion_r3428897627
##########
grails-core/src/main/groovy/org/grails/transaction/ChainedTransactionManager.java:
##########
@@ -88,7 +89,18 @@ public
ChainedTransactionManager(PlatformTransactionManager... transactionManage
this.synchronizationManager = synchronizationManager;
this.transactionManagers = new ArrayList<>();
- this.transactionManagers.addAll(Arrays.asList(transactionManagers));
+ // A single PlatformTransactionManager instance can be exposed under
more than one bean
Review Comment:
Let's simplify this comment?
##########
H7_GORM_BUG_REPORT.md:
##########
@@ -0,0 +1,99 @@
+<!--
+SPDX-License-Identifier: Apache-2.0
Review Comment:
Why is this checked in?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]