mirror of
https://github.com/apache/jclouds.git
synced 2025-02-11 20:46:11 +00:00
In Chef Server 0.10 the way the cookbooks are returned has changed. For this reason, a couple of domain classes have been added to support this new model. Also added a @Provider in the ChefParserModule that will inject the appropriate parser depending on the jclouds.api-version property set on the context. This way the ChefAsyncClient method signatures remain unchanged and the parser used to parse the cookbooks will be choosen at runtime depending on the version used to create the context.