This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 88252a0436f5ef762845e09794f8d021c26c8d03 Merge: da6bf78e32 8d50b750a3 Author: James Daugherty <[email protected]> AuthorDate: Wed Feb 25 09:37:38 2026 -0500 Merge pull request #15448 from jamesfredley/fix/where-query-transactional-variable-scope fix: where query variable scoping fails inside @Transactional methods .../grails/gorm/tests/WhereMethodSpec.groovy | 84 ++++++++++++++++ .../transform/DetachedCriteriaTransformer.java | 16 ++- .../gorm/WhereQueryVariableScopeService.groovy | 86 ++++++++++++++++ ...TransactionalWhereQueryVariableScopeSpec.groovy | 109 +++++++++++++++++++++ 4 files changed, 291 insertions(+), 4 deletions(-)
