I don't know how to fix this (without introducing a lot of code). The problem is that the fallback for Queues list(ListQueuesOptions options); is EmptyPaginatedCollectionOnNotFoundOr404
EmptyPaginatedCollectionOnNotFoundOr404 returns PaginatedCollection<Object> However Queues extends PaginatedCollection<Queue> and not Object. What is the clean way to fix this? Note: this problem probably occurs in other places that use EmptyPaginatedCollectionOnNotFoundOr404 Another note: I would not mind if the API just returned a null instead of an empty collection. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/96#issuecomment-42496159
