Why, when configuring Logback from XML, DriverManagerConnectionSource is not starting resulting in failed connections?
After upgrading to slf4j 2.0.13, logback 1.5.6 and logback-db 1.2.11.1, the XML configuration for logback that was previously just fine is failing. As near as I can tell, the framework is trying to initialize loggers before the DriverManagerConnectionSource is initialized. My suspicion is that I have missed a new configuration requirement.