
Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: eeb09af01a38675a18b25af6447a3d0c33a052bd https://github.com/qos-ch/logback/commit/eeb09af01a38675a18b25af6447a3d0c33a... Author: Carl Harris <ceharris@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/56bdaab2da2100d9b54f8451c8dc07440a6... Author: Carl Harris <ceharris@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/a531c855d84068ef00c380a87a75deb7718... Author: Carl Harris <ceharris@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