mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
21760a8b6b
Introduce new 'style' property to DefaultMessageCodesResolver allowing for alternative message styles. Current styles are PREFIX_ERROR_CODE and POSTFIX_ERROR_CODE. The default style retains existing behavior. Issue: SPR-9707