[logback-dev] [qos-ch/logback] 371e13: removed awaitTermination and related noise from Ex...
Carl Harris
ceharris at vt.edu
Wed May 1 11:05:06 CEST 2013
Branch: refs/heads/master
Home: https://github.com/qos-ch/logback
Commit: 371e1338414db4075f0a4ef06f4388cca4b77f1f
https://github.com/qos-ch/logback/commit/371e1338414db4075f0a4ef06f4388cca4b77f1f
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java
M logback-core/src/main/java/ch/qos/logback/core/ContextBase.java
M logback-core/src/main/java/ch/qos/logback/core/util/ExecutorServiceUtil.java
Log Message:
-----------
removed awaitTermination and related noise from ExecutorServiceUtil
ExecutorService.shutdownNow returns the list of jobs that never
executed, not the list of jobs that didn't terminate.
Commit: 94808311d3033e51f20152dd9a823d7db5d11214
https://github.com/qos-ch/logback/commit/94808311d3033e51f20152dd9a823d7db5d11214
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M logback-core/src/main/java/ch/qos/logback/core/CoreConstants.java
Log Message:
-----------
added missing final in from what should have been a constant
Compare: https://github.com/qos-ch/logback/compare/55602a4e2a43...94808311d303
More information about the logback-dev
mailing list