This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 4ada477550 Merge pull request #15392 from 
jamesfredley/fix/grails-cli-servlet-classpath
     add 534a3e58a2 fix: filter command options from Spring Boot args in 
GrailsApplicationContextCommandRunner and GrailsApplicationScriptRunner
     add f1c335af60 Simplify filterCommandOptions to idiomatic Groovy findAll 
per review feedback
     add 2c855f7f02 fix: add defensive null guard to filterCommandOptions
     new 9fea2dea0c Merge pull request #15397 from 
jamesfredley/fix/command-runner-spring-boot-arg-conflict

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 
grails-console/src/test/groovy/grails/ui/command/GrailsApplicationContextCommandRunnerSpec.groovy
 create mode 100644 
grails-console/src/test/groovy/grails/ui/script/GrailsApplicationScriptRunnerSpec.groovy

Reply via email to