This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 4431eced56c96a7989ee46b64d2cb3b841a6fa93 Merge: fa1e14756d daaa4048b0 Author: James Daugherty <[email protected]> AuthorDate: Thu Aug 13 10:32:24 2026 -0400 Merge pull request #16144 from codeconsole/feature/gsp-escaped-dollar-8.0.x Support escaping a GSP expression with a backslash \${} .../theWebLayer/gsp/GSPBasics/expressions.adoc | 12 +++++ grails-gsp/core/build.gradle | 1 + .../org/grails/gsp/compiler/GroovyPageParser.java | 3 ++ .../org/grails/gsp/compiler/GroovyPageScanner.java | 13 ++++- .../gsp/GroovyPagesTemplateEngineTests.groovy | 58 ++++++++++++++++++++++ .../org/grails/gsp/GspCompileStaticSpec.groovy | 9 ++++ .../groovy/org/grails/gsp/compiler/ScanTests.java | 33 ++++++++++++ 7 files changed, 128 insertions(+), 1 deletion(-)
