Hi, I am seeing failures with things that implement the Resource api from the 2.0.8 bundle that are used by ResourceUtil.getName(resource) in the 2.0.9-SNAPSHOT bundle.
IIUC the Resource API from 2.0.9-SNAPSHOT has getName(). ResourceUtil.getName() in 2.0.9-SNAPSHOT calls resource.getName() which doesnt exist in 2.0.8 and earlier. AbstractMethodException follows. I think one solution would be a try catch in the deprecated methods to work with pre 2.0.8 implementations of Resource WDYT? Ian
