Follow up PR for https://github.com/jclouds/jclouds-labs-google/pull/141. It includes the OAuth authentication exception fix that was made in the main repo; in 1.9.x the OAuth API has not been promoted to avoid changing the groupId of the artifact in a bugfix release.
/cc @abayer I'm running the live tests right now. and will merge the PR once they are green :) You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs-google/pull/149 -- Commit Summary -- * Propagate an AuthorizationException on OAuth client errors * JCLOUDS-925: Add support to start and stop instances in the ComputeService -- File Changes -- M google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineService.java (30) M google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceAdapter.java (8) M google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/config/GoogleComputeEngineServiceContextModule.java (6) M google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/functions/Resources.java (14) R google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/predicates/GroupIsEmpty.java (9) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceLiveTest.java (58) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceMockTest.java (15) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/functions/OrphanedGroupsFromDeadNodesTest.java (66) A google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/compute/functions/ResourcesMockTest.java (126) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/internal/BaseGoogleComputeEngineApiMockTest.java (4) D google-compute-engine/src/test/resources/GoogleComputeEngineServiceExpectTest/network_get.json (10) R google-compute-engine/src/test/resources/firewall_list_compute.json (2) A google-compute-engine/src/test/resources/test (27) M oauth/src/main/java/org/jclouds/oauth/v2/AuthorizationApi.java (5) A oauth/src/main/java/org/jclouds/oauth/v2/OAuthFallbacks.java (57) M oauth/src/test/java/org/jclouds/oauth/v2/AuthorizationApiMockTest.java (82) -- Patch Links -- https://github.com/jclouds/jclouds-labs-google/pull/149.patch https://github.com/jclouds/jclouds-labs-google/pull/149.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/149
