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

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


    from 32ac3863a5 prevent duplicate loading of micronaut beans & fix bootJar 
task
     add f106a6e6e8 fix GRAILS_REPO_URL in profile app generation to not output 
a regular string for path based repositories
     add 010ab77e13 Merge pull request #15383 from jdaugherty/7.0.x
     add 6f9ae2ba52 Incorrect password mapping in DataSourceSettings
     add 1166c26602 Merge pull request #15381 from rahulshishodia/ds-mapping
     add b531f5d1c7 docs: Update Maven Central badge in Geb README.md
     add d44784efff Merge pull request #15390 from apache/matrei-patch-1
     add 890e2fd220 Remove MVCC=true from H2 urls
     add b697f35f36 Merge pull request #15389 from jdaugherty/7.0.x
     add a1257482f7 Bump actions/checkout from 4 to 6
     add ddf4afd358 Merge pull request #15380 from 
apache/dependabot/github_actions/actions/checkout-6
     add c59fe669f4 test: stabilize flaky scaffolding Geb tests for slow CI 
environments
     add dd973f5032 fix: remove waitFor from cleanup to prevent 
WaitTimeoutException in Geb lifecycle
     add 1d02a35cef test: cleanup tests with Page objects
     add af04a73cb4 Merge pull request #15394 from 
apache/fix/flaky-scaffolding-geb-tests
     add b5b7f46d16 Include jakarta.servlet-api in CLI runtime classpath
     add 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
     add 9fea2dea0c Merge pull request #15397 from 
jamesfredley/fix/command-runner-spring-boot-arg-conflict
     new 37f5114dbf Merge remote-tracking branch 'origin/7.0.x' into 
micronaut-fixes

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:
 .github/workflows/codeql.yml                       |   2 +-
 .github/workflows/codestyle.yml                    |   6 +-
 .github/workflows/forge-deploy-next.yml            |   6 +-
 .github/workflows/forge-deploy-prev-snapshot.yml   |   6 +-
 .github/workflows/forge-deploy-prev.yml            |   6 +-
 .github/workflows/forge-deploy-release.yml         |   6 +-
 .github/workflows/forge-deploy-snapshot.yml        |   6 +-
 .github/workflows/gradle.yml                       |  22 ++--
 .github/workflows/groovy-joint-workflow.yml        |   4 +-
 .github/workflows/rat.yml                          |   2 +-
 .github/workflows/release-close.yml                |   2 +-
 .github/workflows/release-publish-docs.yml         |   2 +-
 .github/workflows/release.yml                      |  14 +--
 grails-console/build.gradle                        |   1 +
 .../GrailsApplicationContextCommandRunner.groovy   |  34 +++++-
 .../ui/script/GrailsApplicationScriptRunner.groovy |   9 +-
 ...railsApplicationContextCommandRunnerSpec.groovy | 136 +++++++++++++++++++++
 .../GrailsApplicationScriptRunnerSpec.groovy       |  54 ++++++++
 grails-core/src/test/resources/application.yml     |   4 +-
 .../src/test/resources/foo-plugin-environments.yml |   4 +-
 .../grails-app/conf/application.yml                |   8 +-
 .../jdbc/connections/DataSourceSettings.groovy     |   2 +-
 .../guide/conf/dataSource/multipleDatasources.adoc |  12 +-
 grails-doc/src/en/guide/conf/environments.adoc     |   6 +-
 grails-geb/README.md                               |   2 +-
 grails-shell-cli/build.gradle                      |   2 +-
 .../cli/profile/commands/CreateAppCommand.groovy   |   8 +-
 .../com/example/UserCommunityControllerSpec.groovy |  26 ++--
 .../groovy/com/example/UserControllerSpec.groovy   |  24 ++--
 ...outPage.groovy => CommunityUserListPage.groovy} |  12 +-
 .../groovy/com/example/pages/LoginPage.groovy      |  17 ++-
 .../groovy/com/example/pages/LogoutPage.groovy     |  15 ++-
 .../{LogoutPage.groovy => UserListPage.groovy}     |  12 +-
 33 files changed, 346 insertions(+), 126 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
 copy 
grails-test-examples/scaffolding/src/integrationTest/groovy/com/example/pages/{LogoutPage.groovy
 => CommunityUserListPage.groovy} (79%)
 copy 
grails-test-examples/scaffolding/src/integrationTest/groovy/com/example/pages/{LogoutPage.groovy
 => UserListPage.groovy} (82%)

Reply via email to