> @Consumes(MediaType.APPLICATION_JSON)
> - @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> - ProductPackage getProductPackage(@PathParam("id") long id);
> + @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)
> + Set<SoftwareDescription> getAllObjects();
I'd rather use the `listSoftwareDescriptions` one, but it is a matter of taste.
Let's see if anyone has a different opinion. @demobox?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r10468218