[weld-commits] [weld/core] c3a029: Replace cached impl of ExecutorServices with exten...

GitHub noreply at github.com
Tue Sep 4 16:14:07 EDT 2012


  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: c3a0293db5b5f7a5d24ebeb0b8abefeaf8282134
      https://github.com/weld/core/commit/c3a0293db5b5f7a5d24ebeb0b8abefeaf8282134
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2012-09-04 (Tue, 04 Sep 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bootstrap/BootstrapConfiguration.java
    R impl/src/main/java/org/jboss/weld/executor/CachedThreadPoolExecutorServices.java
    M impl/src/main/java/org/jboss/weld/executor/ExecutorServicesFactory.java
    A impl/src/main/java/org/jboss/weld/executor/TimingOutFixedThreadPoolExecutorServices.java
    R tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/configuration/CachedThreadPoolBootstrapConfigurationTest.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/configuration/TimingOutFixedThreadPoolBootstrapConfigurationTest.java

  Log Message:
  -----------
  Replace cached impl of ExecutorServices with extended fixed impl
- threads are terminated if no new tasks arrive withing keep-alive time





More information about the weld-commits mailing list