gsartori commented on code in PR #16040:
URL: https://github.com/apache/grails-core/pull/16040#discussion_r3637722519
##########
grails-doc/src/en/guide/upgrading/upgrading80x.adoc:
##########
@@ -136,6 +138,34 @@ spring:
database: mydb
----
+===== 4.2 Multipart Upload Configuration
+
+The `grails.controllers.upload.*` configuration properties are no longer
supported.
+Applications that still define any property under `grails.controllers.upload`
fail at startup with migration instructions.
+Move those settings to Spring Boot's `spring.servlet.multipart.*` namespace:
+
+[source,yaml]
+.application.yml - Before (Grails 7)
+----
+grails:
+ controllers:
+ upload:
+ maxFileSize: 200MB
Review Comment:
Nope, I've corrrected it
--
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]