Re: [jclouds] Deprecate WriteTo (#302)

2014-02-21 Thread Andrew Gaul
Pushed to 1.7.x. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/302#issuecomment-35789888

Re: [jclouds] Deprecate WriteTo (#302)

2014-02-21 Thread Andrew Gaul
Closed #302. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/302

Re: [jclouds] Deprecate WriteTo (#302)

2014-02-21 Thread Andrew Gaul
> public interface WriteTo { > > /** > * Writes the payload content to the output stream. > * > * @throws IOException > +* @deprecated use Payload.getInput and Guava helpers instead Done. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/

Re: [jclouds] Deprecate WriteTo (#302)

2014-02-20 Thread Andrew Phillips
> public interface WriteTo { > > /** > * Writes the payload content to the output stream. > * > * @throws IOException > +* @deprecated use Payload.getInput and Guava helpers instead Add a code example? --- Reply to this email directly or view it on GitHub: https://githu

Re: [jclouds] Deprecate WriteTo (#302)

2014-02-19 Thread CloudBees pull request builder plugin
[jclouds-java-7-pull-requests #1086](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1086/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/302#issuecomment-35594921

Re: [jclouds] Deprecate WriteTo (#302)

2014-02-19 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #615](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/615/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/302#issuecomment-35594691

[jclouds] Deprecate WriteTo (#302)

2014-02-19 Thread Andrew Gaul
Use Payload.getInput and Guava helpers instead You can merge this Pull Request by running: git pull https://github.com/maginatics/jclouds remove-write-to-1.7.x Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/302 -- Commit Summary -- * Deprec