matrei opened a new pull request, #16365: URL: https://github.com/apache/grails-core/pull/16365
Merges `7.1.x` up into `7.2.x`, carrying the latest `7.0.x` changes forward. > This branch is stacked on #16364 (merge: 7.0.x into 7.1.x) and contains its merge commit, since `7.1.x` itself has nothing new for `7.2.x` until that lands. #16364 should be merged first, with a merge commit (not squashed). - **fix: validate Map criterion values in GORM for MongoDB queries** (#16362) - **Stop the MongoDB TCK manager from recreating every collection per feature** (#16357) - **Declare docker-java-api as a test dependency** - **Cover the drop fallback of the MongoDB TCK cleanup with a view** - **Log when the MongoDB TCK cleanup falls back to dropping a collection** - **Update dependencies for 7.0.17** (#16358) - **Revert spring-boot-starter-sitemesh to 3.2.2** (#16363) — not applied here, see below Conflict resolution: - `dependencies.gradle`: the sitemesh revert from `7.0.x` conflicted with `7.2.x`. The `7.2.x` side is kept: `starter-sitemesh` and `spring-webmvc-sitemesh` stay at 3.2.3, because `grails-sitemesh3` on `7.2.x` depends on the `spring-webmvc-sitemesh` module introduced in 3.2.3 for the view-resolver integration. The "do not upgrade to 3.2.3" comment from `7.0.x` is therefore left out. Notes: - `slf4jVersion` is removed from the root `gradle.properties` (as in `7.0.x`); it is only used by the separate `grails-forge` build, which defines its own. - No dependency version on `7.2.x` is downgraded by the merge. -- 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]
