jdaugherty commented on code in PR #15557: URL: https://github.com/apache/grails-core/pull/15557#discussion_r3328934917
########## gradle/boot4-disabled-integration-test-config.gradle: ########## @@ -15,13 +15,31 @@ * limitations under the License. */ -// TODO: BOOT4 - Integration tests disabled due to Spring Boot 4 incompatibilities. +// TODO: BOOT4 / GROOVY5 - Integration tests disabled due to known regressions. // // Modules applying this file have their integrationTest task disabled because of -// external plugin/library incompatibilities with Spring Boot 4 / Spring Framework 7. +// known incompatibilities that the PR has not yet fixed. STILL BROKEN - workaround +// only. Do NOT remove this apply without verifying each affected module's tests pass +// on Groovy 5.0.x with -PgrailsIndy=false. // // Known blockers: -// - SiteMesh3: Decorator/layout not compatible with Spring Framework 7 +// - SiteMesh3: Decorator/layout not compatible with Spring Framework 7. +// - Groovy 5 + indy=false: Controller action methods that declare parameters Review Comment: Is this still an issue? -- 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]
