You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Adrian Cole <no...@github.com> on 2014/10/04 08:17:29 UTC

[jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

You can merge this Pull Request by running:

  git pull https://github.com/adriancole/jclouds-labs-aws adrian.unasync-glacier

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-labs-aws/pull/57

-- Commit Summary --

  * JCLOUDS-40 unasync glacier.

-- File Changes --

    M glacier/src/main/java/org/jclouds/glacier/GlacierApiMetadata.java (23)
    D glacier/src/main/java/org/jclouds/glacier/GlacierAsyncClient.java (354)
    M glacier/src/main/java/org/jclouds/glacier/GlacierClient.java (255)
    D glacier/src/main/java/org/jclouds/glacier/blobstore/GlacierAsyncBlobStore.java (125)
    M glacier/src/main/java/org/jclouds/glacier/blobstore/config/GlacierBlobStoreContextModule.java (9)
    R glacier/src/main/java/org/jclouds/glacier/config/GlacierHttpApiModule.java (9)
    M glacier/src/test/java/org/jclouds/glacier/GlacierClientMockTest.java (2)

-- Patch Links --

https://github.com/jclouds/jclouds-labs-aws/pull/57.patch
https://github.com/jclouds/jclouds-labs-aws/pull/57.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
@nacx we usually use Api when the apis are organized into delegates.. I think I'd like to do the renaming as a part of that.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57921638

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Ignasi Barrera <no...@github.com>.
+1.
Minor note. Should we consider renaming the Api interfaces from *Client to *Api in master?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57921617

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
FYI jclouds-labs-aws-pull-requests failure is false negative; it is misconfigured to use an old version of maven

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913601

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-labs-aws-pull-requests #120](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/120/) FAILURE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913144

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
Closed #57.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#event-174171085

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
cherry-picked into master, 1.8.x

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57921833

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
another false negative. modernizer had a glitch reading a file.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913764

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-labs-aws-pull-requests #122](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/122/) FAILURE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913543

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by BuildHive <no...@github.com>.
[jclouds » jclouds-labs-aws #1400](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/1400/) FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57896152

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-labs-aws-pull-requests #119](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/119/) FAILURE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57896146

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by BuildHive <no...@github.com>.
[jclouds » jclouds-labs-aws #1407](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/1407/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913482

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
bumped as snapshots seem to now be current.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913076

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
ok now fixed modernizer. and... live tests pass 100$

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913489

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-labs-aws-pull-requests #121](https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-pull-requests/121/) FAILURE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913378

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by BuildHive <no...@github.com>.
[jclouds » jclouds-labs-aws #1406](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/1406/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913244

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
Reopened #57.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#event-174171088

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by BuildHive <no...@github.com>.
[jclouds » jclouds-labs-aws #1408](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-aws/1408/) FAILURE
Looks like there's a problem with this pull request
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913662

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
Closed #57.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#event-174200699

Re: [jclouds-labs-aws] JCLOUDS-40 unasync glacier. (#57)

Posted by Adrian Cole <no...@github.com>.
ok. this time, fixing the pom :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/57#issuecomment-57913351