> @@ -61,7 +65,9 @@ public void start(BundleContext context) throws Exception {
> cacheProviderRegistration =
> context.registerService(CacheProvider.class.getName(), cacheProvider, new
> Hashtable<String, Object>());
>
>
> - chefServiceTracker = CacheUtils.createServiceCacheTracker(context,
> ChefService.class, chefCacheManager);
> + chefServiceTracker = CacheUtils.createServiceCacheTracker(context,
> new TypeToken<ApiContext<ChefApi>>() {
> + private static final long serialVersionUID = 1L;
> Are you OK leaving this as-is?
Sure!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/65/files#r29692164