
Branch: refs/heads/LOGBACK-849 Home: https://github.com/qos-ch/logback Commit: a249dd4dfa17b5bd765ff190edd6f146290c2bdc https://github.com/qos-ch/logback/commit/a249dd4dfa17b5bd765ff190edd6f146290... Author: Carl Harris <ceharris@vt.edu> Date: 2013-04-29 (Mon, 29 Apr 2013) Changed paths: M logback-classic/src/test/java/ch/qos/logback/classic/turbo/ReconfigureOnChangeTest.java M logback-core/src/main/java/ch/qos/logback/core/ContextBase.java Log Message: ----------- use the simplest possible orderly shutdown of the executor service This neglects the potential that there are interruptible tasks in the executor that won't exit unless interrupted, but it does address the immediate need identified in LOGBACK-849; namely, ensuring that the executor service is shut down when the context is stopped.