Hi! About to address the ticket[1], but need to verify something first. The description indicates that: > *..should not use the 404 fallbacks that silently return null*..* The fallbacks should be removed*..
Some OpenStack API, for instance Trove[2], uses `FalseOnNotFoundOr404`, thus returning false on 404. I can't exactly change the interface right away (i.e.: change boolean to void, and remove fallback), can I? If not, will removing 404 fallbacks for void-returning types (if there's still any) suffice to close the ticket? [1] https://issues.apache.org/jira/browse/JCLOUDS-691 [2] https://github.com/jclouds/jclouds/blob/master/apis/openstack-trove/src/main/java/org/jclouds/openstack/trove/v1/features/DatabaseApi.java#L74