jamesfredley opened a new pull request, #15811: URL: https://github.com/apache/grails-core/pull/15811
## What was found The runtime default for `grails.exceptionresolver.logRequestParameters` is environment-dependent: enabled in development and disabled otherwise. The Spring configuration metadata advertised an unconditional default, which could mislead IDE/config metadata consumers. ## What changed - Removed the unconditional metadata `defaultValue`. - Documented the environment-dependent default directly in the property description. ## Verification - `grails.exceptionresolver.logRequestParameters` metadata has no `defaultValue` and describes the development/non-development defaults. - `./gradlew.bat --no-daemon --no-parallel --max-workers=1 :grails-web-core:processResources` - `lsp_diagnostics` clean for `spring-configuration-metadata.json` - Review gate: Oracle GREEN, Codex GREEN -- 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]
