If the System.out object is cached, callers that have invoked System.setOut will observe that the new stream is not used and the original file descriptor continues to be used by jclouds-karaf commands. You can merge this Pull Request by running:
git pull https://github.com/maginatics/jclouds-karaf do_not_cache_system.out Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-karaf/pull/47 -- Commit Summary -- * Do not cache System.out in commands. -- File Changes -- M commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobListCommand.java (4) M commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobMetadataCommand.java (8) M commands/src/main/java/org/jclouds/karaf/commands/blobstore/ContainerMetadataCommand.java (8) -- Patch Links -- https://github.com/jclouds/jclouds-karaf/pull/47.patch https://github.com/jclouds/jclouds-karaf/pull/47.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/47
