mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8ed1906f43
SQLErrorCodeSQLExceptionTranslator#USER_PROVIDED_ERROR_CODES_FILE_PRESENT evaluation at build time combined with the lazy SQLErrorCodesFactory#instance initialization allow to avoid making SQLErrorCodesFactory constructor reachable when no custom sql-error-codes.xml is provided. Closes gh-29294