rgoers opened a new pull request, #2062: URL: https://github.com/apache/logging-log4j2/pull/2062
Fix 1799 When errors are encountered creating a LoggerContext Log4j will return a SimpleLoggerContext. This usually fails as it doesn't extend LoggerContext in log4j-core. This change creates an InternalLoggerContext that is a wrapper to SimpleLoggerContext to avaoid this problem. Spring 33450 During Shutdown a call to PropertiesUtil is made which calls the SpringPropertySource. However the Spring environment has already shutdown so an exception is thrown. This change handles the exception and ignores the ProeprtySource. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
