[logback-dev] [qos-ch/logback] 55602a: illustrates that line 62 in ExecutorServiceUtil wi...
Carl Harris
ceharris at vt.edu
Wed May 1 12:35:57 CEST 2013
Branch: refs/heads/LOGBACK-848
Home: https://github.com/qos-ch/logback
Commit: 55602a4e2a43d098f7d38257fb605e764f296d90
https://github.com/qos-ch/logback/commit/55602a4e2a43d098f7d38257fb605e764f296d90
Author: Ceki Gulcu <ceki at qos.ch>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
A logback-core/src/test/java/ch/qos/logback/core/issue/LOGBACK_849/Basic.java
Log Message:
-----------
illustrates that line 62 in ExecutorServiceUtil will never be reached
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
Commit: c8c2109f7d635e46617c7a5dec096cf1133ecfe3
https://github.com/qos-ch/logback/commit/c8c2109f7d635e46617c7a5dec096cf1133ecfe3
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M logback-core/src/test/java/ch/qos/logback/core/issue/LOGBACK_849/Basic.java
Log Message:
-----------
removed unneeded parameter after ExecutorServiceUtil refactoring
Commit: 631cd7edfb6a59c44c684a9f1fe5ba4f880fb91f
https://github.com/qos-ch/logback/commit/631cd7edfb6a59c44c684a9f1fe5ba4f880fb91f
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:
-----------
removed unused constant
Commit: 3bb4d53a3a8b1ab33fa7d78113e007a96a2d3c6c
https://github.com/qos-ch/logback/commit/3bb4d53a3a8b1ab33fa7d78113e007a96a2d3c6c
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M logback-core/src/test/java/ch/qos/logback/core/issue/LOGBACK_849/Basic.java
Log Message:
-----------
removed references to removed constant
Commit: a3b532b6c1af771e0c38346267d6b4f73c61b06d
https://github.com/qos-ch/logback/commit/a3b532b6c1af771e0c38346267d6b4f73c61b06d
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/CoreConstants.java
M logback-core/src/main/java/ch/qos/logback/core/util/ExecutorServiceUtil.java
A logback-core/src/test/java/ch/qos/logback/core/issue/LOGBACK_849/Basic.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into LOGBACK-848
Compare: https://github.com/qos-ch/logback/compare/43e7693e8d34...a3b532b6c1af
More information about the logback-dev
mailing list