Copilot commented on code in PR #16320:
URL: https://github.com/apache/grails-core/pull/16320#discussion_r3942915258
##########
grails-gradle/plugins/src/test/groovy/org/grails/gradle/plugin/core/BomPlatformFunctionalSpec.groovy:
##########
@@ -66,36 +66,4 @@ class BomPlatformFunctionalSpec extends GradleSpecification {
result.output.contains('HAS_BOM_PROPERTY_OVERRIDES=true')
}
Review Comment:
This spec removed the functional coverage for the Micronaut Hibernate BOM
variants (e.g. `grails-hibernate7-micronaut-bom`) even though the Grails Gradle
plugin still has explicit handling for these BOM names (including
enforcedPlatform validation). To keep the PR’s promise of preserving consumer
support, please reintroduce a TestKit scenario that exercises at least one
Micronaut-variant BOM path (auto `grails { bom = ... }` and/or manual
`enforcedPlatform(...)`), using a published version or a locally published stub
BOM in the test setup.
--
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]