mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
With this commit, if a ContextCustomizerFactory cannot be loaded due to a ClassNotFoundException or NoClassDefFoundError, we skip it and log a DEBUG message. This aligns with the "skipping" logic already in place for TestExecutionListeners. Closes gh-29034