mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
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