codeconsole opened a new pull request, #16355: URL: https://github.com/apache/grails-core/pull/16355
Release-line merge of `8.1.x` into `9.0.x`, not a squash. `projectVersion` remains `9.0.0-SNAPSHOT`. One conflict, on the `functional` job's `timeout-minutes` in `.github/workflows/gradle.yml`. 8.1.x set every test job to twice its slowest observed run (#16345), which would have given this job 150 minutes; 9.0.x had already capped it at 80 as a backstop to the Groovy 6 worker-teardown hang, above the 45 and 70 minute limits its own run step enforces with `timeout`. Kept the 9.0.x cap and its comment; every other test job takes the 8.1.x timeout. The other two files both lines touched, `gradle/hibernate5-test-config.gradle` and `gradle/mongodb-test-config.gradle`, merged cleanly: 8.1.x added `onlyNeo4jTests` to the skip list, 9.0.x's Spock Groovy-version-check flags are untouched. Carries from 8.1.x: the MongoDB `updateAll` association work, the embedded MongoDB shutdown-hang fix (#16338), the dirty-checking collection wrapper changes in `grails-datastore-core` and `grails-datamapping-core`, and gson views and graphql coverage work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
