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

jdaugherty pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit a4c54d42b405424d054aeede4e77381cd0c9031e
Merge: 959af4200f 63479045c8
Author: James Daugherty <[email protected]>
AuthorDate: Fri Aug 21 10:27:26 2026 -0400

    Merge branch '7.0.x' into 7.1.x

 .github/scripts/ossIndexReport.sh                  |  94 ++++++++++++++
 .github/scripts/postStickyComment.sh               |  60 +++++++++
 .github/workflows/vulnerability-scan.yml           | 135 ++++++++++++++++-----
 .../src/en/guide/testing/testingMongodb.adoc       |  74 +++++++++++
 grails-doc/src/en/guide/toc.yml                    |   1 +
 .../feature/database/MongoDBTestingSupport.java    |  76 ++++++++++++
 .../database/MongoDBTestingSupportValidator.java   |  47 +++++++
 .../database/MongoDBTestingSupportSpec.groovy      |  76 ++++++++++++
 .../profiles/tasks/ProfileCompilerTask.groovy      |   4 +-
 .../profiles/tasks/ProfileCompilerTaskSpec.groovy  |  75 ++++++++++++
 10 files changed, 612 insertions(+), 30 deletions(-)

diff --cc grails-doc/src/en/guide/toc.yml
index d856c4711e,d9d8778c2b..53a7f47add
--- a/grails-doc/src/en/guide/toc.yml
+++ b/grails-doc/src/en/guide/toc.yml
@@@ -306,7 -304,7 +306,8 @@@ testing
      usefulProperties: Useful Properties
    integrationTesting: Integration Testing
    functionalTesting: Functional Testing
 +  testPhases: Custom Test Phases
+   testingMongodb: Testing GORM for MongoDB
  bestPractices:
    title: Building a Successful Application
    codeAnalysisGroovy: Code Analysis and Styling for Groovy

Reply via email to