Scott Murphy
Scott Murphy
### Feature description AI assistants increasingly rely on local, chunkable documentation. Please make the latest (and each released) Grails documentation downloadable as archives so it can be embedded in tooling/LLM...
The following bean definitions are being overridden. It is inefficient to override beans. These should registered via AutoConfiguration or removed where duplicate. ``` Overriding bean definition for bean 'characterEncodingFilter' with...
The following should be analyzed because off hand it seems inefficient. Multipart requests are resolved multiple times for handling url mappings which appears to be real inefficient. https://github.com/grails/grails-core/blob/6f9d173e0af20a852971aad78a42cc42bba7fd80/grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/mvc/UrlMappingsHandlerMapping.groovy#L157 https://github.com/grails/grails-core/blob/6f9d173e0af20a852971aad78a42cc42bba7fd80/grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/mvc/GrailsControllerUrlMappings.java#L45-L67 https://github.com/grails/grails-core/blob/6f9d173e0af20a852971aad78a42cc42bba7fd80/grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/mvc/AbstractGrailsControllerUrlMappings.groovy#L185-L203...