
Prior to this commit, a failure to load a ConnectionDetailsFactory caused startup to fail. This causes problems when some of a factory's required classes were not available, for examle when using spring-boot-docker-compose without Actuator. Fixes gh-35100