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

jamesfredley pushed a commit to branch test/h7-functional-coverage
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 8b7958a2e847b41f19793925044d9d7b4e3445fb
Merge: 95e7400568 634c9e8e5e
Author: James Fredley <[email protected]>
AuthorDate: Thu Jun 11 09:57:14 2026 -0400

    Merge remote-tracking branch 'origin/ci/hibernate-matrix-testing' into 
test/h7-functional-coverage

 .github/workflows/gradle.yml                       | 11 +++-
 H7_GORM_BUG_REPORT.md                              | 74 ++++++++++++++++++++++
 dependencies.gradle                                |  5 +-
 gradle/functional-test-config.gradle               | 70 +++++++++++++++++++-
 grails-forge/gradle.properties                     |  1 +
 .../grails-forge-analytics-postgres/build.gradle   |  2 +
 .../gorm/grails-app/conf/application.yml           |  6 +-
 .../hyphenated/grails-app/conf/application.yml     |  7 +-
 8 files changed, 166 insertions(+), 10 deletions(-)

diff --cc .github/workflows/gradle.yml
index b13790bf31,e5e236b1ab..0838387d1d
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@@ -259,11 -256,12 +261,13 @@@ jobs
        - name: "🐘 Setup Gradle"
          uses: 
gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
          with:
 +          cache-provider: basic # 'basic' uses the MIT-licensed, open-source 
cache provider; the default 'enhanced' provider (v6+) is proprietary (Gradle 
commercial Terms of Use)
            develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY  }}
        - name: "🔍 Setup TestLens"
 -        uses: testlens-app/setup-testlens@v1
 +        uses: 
testlens-app/setup-testlens@d96a555133c275a00949d2cc77b70fe9a4242ebf # v1.9.2
        - name: "🏃 Run Functional Tests"
+         env:
+           GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
          run: >
            ./gradlew bootJar check
            --continue

Reply via email to