[logback-dev] [qos-ch/logback] eeb09a: added unit test for ThreadPoolFactoryBean
Carl Harris
ceharris at vt.edu
Mon Apr 8 13:05:22 CEST 2013
Branch: refs/heads/master
Home: https://github.com/qos-ch/logback
Commit: eeb09af01a38675a18b25af6447a3d0c33a052bd
https://github.com/qos-ch/logback/commit/eeb09af01a38675a18b25af6447a3d0c33a052bd
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
A logback-core/src/test/java/ch/qos/logback/core/net/server/ThreadPoolFactoryBeanTest.java
Log Message:
-----------
added unit test for ThreadPoolFactoryBean
Commit: 56bdaab2da2100d9b54f8451c8dc07440a6ddeec
https://github.com/qos-ch/logback/commit/56bdaab2da2100d9b54f8451c8dc07440a6ddeec
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M logback-core/src/main/java/ch/qos/logback/core/net/server/ThreadPoolFactoryBean.java
Log Message:
-----------
ThreadPoolFactory bean now uses a SynchronousQueue when queueSize == 0
This ensures that no queuing occurs when the number of threads is less
than or equal to the maximumPoolSize. Also added constants for all of
the default values, and changed the defaults for maximumPoolSize and
keepAliveTime.
Commit: a531c855d84068ef00c380a87a75deb7718a2d7e
https://github.com/qos-ch/logback/commit/a531c855d84068ef00c380a87a75deb7718a2d7e
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M logback-core/src/main/java/ch/qos/logback/core/net/server/ThreadPoolFactoryBean.java
Log Message:
-----------
improved javadocs for ThreadPoolFactoryBean
Compare: https://github.com/qos-ch/logback/compare/401167005a0c...a531c855d840
More information about the logback-dev
mailing list