Good! Have you been able to run the live tests for the affected APIs?
>By the way how is the @ApiVersion actually injected in places like FormSigner, >for example? I think the value is being taken from AWSEC2ApiMetadata but I >couldn't work out how jclouds configures Guice (or whatever) to actually wire >them together. The default value is taken from the metadata. It can [be overridden when creating the context](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/ContextBuilder.java#L269), and it is configured and bound [in a Guice module](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/providers/config/BindProviderMetadataContextAndCredentials.java#L72) when [creating the context](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/ContextBuilder.java#L403). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1102#issuecomment-302557163
