Existing ConfigurationFactory::getConfiguration methods return null on failure. As discussed earlier (see this dev@ thread, or #3839), we should throw on failures instead. An example of this behaviour is implemented in #3921 for the newly added getConfiguration(LoggerContext,String,List<URI>) overload. This issue proposes change ConfigurationFactory::getConfiguration methods to throw on failures.
Existing
ConfigurationFactory::getConfigurationmethods return null on failure. As discussed earlier (see thisdev@thread, or #3839), we should throw on failures instead. An example of this behaviour is implemented in #3921 for the newly addedgetConfiguration(LoggerContext,String,List<URI>)overload. This issue proposes changeConfigurationFactory::getConfigurationmethods to throw on failures.