jamesfredley commented on PR #15558: URL: https://github.com/apache/grails-core/pull/15558#issuecomment-4884439855
Rebased, review-gated, and force-pushed the Groovy 6 canary branch against `8.0.x`. Review fixes added during the final gate cleanup: - Preserved the Spock Groovy-version opt-out in Mongo compile and test JVM args. - Rejected malformed nested Spring configuration maps instead of silently creating defaults or using fallback config. - Rejected malformed scalar nested configuration values before using fallback config. - Preserved empty nested map defaults where Spring cannot convert the nested value directly. Latest local validation includes: ```text ./gradlew.bat :grails-datamapping-core:test --tests org.grails.compiler.gorm.GormEntityTransformSpec ./gradlew.bat :grails-datamapping-core:test ./gradlew.bat :grails-shell-cli:cyclonedxDirectBom ./gradlew.bat :grails-data-hibernate7-core:compileGroovy ./gradlew.bat :grails-validation:compileTestGroovy ./gradlew.bat :grails-validation:test --tests "grails.validation.ValidateableTraitSpec.test a Java class which references a Groovy class marked with @Validateable" ./gradlew.bat :grails-data-mongodb-core:compileTestGroovy ./gradlew.bat :grails-data-mongodb-bson:compileTestGroovy ./gradlew.bat :grails-data-mongodb-bson:test --tests "org.grails.datastore.bson.query.BsonQuerySpec" ./gradlew.bat :grails-data-mongodb-core:test --tests "org.apache.grails.data.mongo.core.GrailsDataMongoTckManagerSpec" ./gradlew.bat :grails-datastore-core:test --tests "org.grails.datastore.mapping.config.ConfigurationBuilderSpec" ./gradlew.bat :grails-datastore-core:test ./gradlew.bat :grails-datastore-core:check ./gradlew.bat :grails-test-report:check --continue -PmaxTestParallel=1 ``` Final pre-push Oracle and Codex review were green for `origin/8.0.x...HEAD` at hash `3b66a659aa1c54b3f9619d131fd5aec73471c4c4`. -- 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]
