Mattias Reichel
Mattias Reichel
@ppazos I tried with Grails 3.3.16 and it works if you subclass `CommonsMultipartResolver` instead of `StandardServletMultipartResolver` and set the max file size in the bean config. ```groovy package grails3.upload.exception.test import...
@puneetbehl This looks solid to me!
@puneetbehl I also ran into this issue today. Is there something holding this PR back?
@puneetbehl The changes in this PR are not applied to branches 6.0.x and ~~6.1.x~~
I am still having issues with #11767. Example application showing the problem: https://github.com/matrei/mnPluginPropertiesBug
Should be fixed when 6.1.2 is released. Can be worked around by adding: ```groovy implementation 'org.grails.plugins:events:5.0.2' implementation 'org.grails.plugins:async:5.0.2' ``` Related grails/grails-core#13324 and grails/grails-core#13331
I think this is because there is no 4.1.4 release of [Grails Gradle Plugin](https://github.com/grails/grails-gradle-plugin/tags). Before Grails 5 the versions of Grails and the Grails Gradle Plugin where connected: https://docs.grails.org/5.0.0/guide/single.html#_grails_gradle_plugin So...
@dj-kevincr Start from a clean 5.3 app and try to re-create the issue. You will most probably understand what is causing this. Otherwise, you will at least have an example...
@codeconsole Is sitemesh2 going to be maintained going forward?
https://github.com/matrei/pingcrm-grails is currently at Grails 6.1.1 / Gradle 7.6.3 / Groovy 3.0.20 / Java 17. The documentation for Grails 6 has changed to only specify a minimum version of Java:...