Created a new pool thread exclusive to jclouds-chef. This way we do not have anymore the problem related in the ticket above. The creation of this new pool led to little refactors in several classes. You can merge this Pull Request by running:
git pull https://github.com/luciano-sabenca-movile/jclouds-chef master Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-chef/pull/46 -- Commit Summary -- * JCLOUDS-624 - Fixed bug in ListNodes -- File Changes -- M core/src/main/java/org/jclouds/chef/ChefApiMetadata.java (7) M core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java (87) M core/src/main/java/org/jclouds/chef/config/ChefProperties.java (8) M core/src/main/java/org/jclouds/chef/functions/GroupToBootScript.java (4) M core/src/main/java/org/jclouds/chef/strategy/internal/ListCookbookVersionsImpl.java (33) M core/src/main/java/org/jclouds/chef/strategy/internal/ListEnvironmentsImpl.java (13) M core/src/main/java/org/jclouds/chef/strategy/internal/ListNodesImpl.java (10) M core/src/main/java/org/jclouds/chef/strategy/internal/ListNodesInEnvironmentImpl.java (28) M core/src/test/java/org/jclouds/chef/functions/GroupToBootScriptTest.java (120) -- Patch Links -- https://github.com/jclouds/jclouds-chef/pull/46.patch https://github.com/jclouds/jclouds-chef/pull/46.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/46
