jamesfredley commented on PR #16040: URL: https://github.com/apache/grails-core/pull/16040#issuecomment-5705779725
This still needs a rebase onto current `8.0.x` before it can merge. Once rebased, please also move the leftover `grails.controllers.upload` references that landed in #16149: - `ControllersAutoConfiguration.java` — keep the current `dispatcherServlet(Environment)` / hidden-method wiring; only drop the Grails `multipartConfigElement` bean and use Boot's `MultipartConfigElement` via `ObjectProvider` - `THREAT_MODEL.md` / `threat-model.yaml` — describe Boot's 1 MB / 10 MB defaults instead of Grails overriding them - Upgrade guide oversized-upload notes — point at `spring.servlet.multipart` instead of `grails.controllers.upload` and the 128000-byte defaults - `FileUploadSpec` — update the over-limit test's `given:` label I approve this after that rebase and cleanup are done. Please squash on 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]
