jamesfredley commented on issue #15164: URL: https://github.com/apache/grails-core/issues/15164#issuecomment-3438604429
@codeconsole I only wanted to make sure we continued to support overriding the default format(s) using the same historical config locations. `default.date.format` varies by local in apps generated by shell and forge and I do not have an opinion on changing the default. - https://github.com/apache/grails-core/tree/7.0.x/grails-forge/grails-forge-core/src/main/resources/i18n - https://github.com/apache/grails-core/tree/7.0.x/grails-profiles/base/skeleton/grails-app/i18n I had not had time to look at #15146 in depth, so the databinding config was not relevant. In general I have found the default list for databinding dateFormats to be missing a few common formats, but I will keep overriding it and would not want to risk breaking other apps to change the default list. https://github.com/apache/grails-core/blob/c27742f9ad64b361ad39dabe9e090e938dc256ca/grails-databinding/src/main/groovy/org/grails/plugins/databinding/AbstractDataBindingGrailsPlugin.groovy#L50-L56 -- 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]
