This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.2.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit ed2e1c378e115c3ce384789adfc10f03410cd186 Merge: 42c903f451 a4c54d42b4 Author: James Daugherty <[email protected]> AuthorDate: Fri Aug 21 10:28:29 2026 -0400 Merge branch '7.1.x' into 7.2.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(-)
