This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 9fea2dea0cfb1d5e8aa5d56af6b2fee51f55bdfd Merge: 4ada477550 2c855f7f02 Author: James Fredley <[email protected]> AuthorDate: Wed Feb 18 15:12:32 2026 -0500 Merge pull request #15397 from jamesfredley/fix/command-runner-spring-boot-arg-conflict fix: GrailsApplicationContextCommandRunner and GrailsApplicationScriptRunner pass command options to Spring Boot, corrupting config grails-console/build.gradle | 1 + .../GrailsApplicationContextCommandRunner.groovy | 34 +++++- .../ui/script/GrailsApplicationScriptRunner.groovy | 9 +- ...railsApplicationContextCommandRunnerSpec.groovy | 136 +++++++++++++++++++++ .../GrailsApplicationScriptRunnerSpec.groovy | 54 ++++++++ 5 files changed, 232 insertions(+), 2 deletions(-)
