ResourceFilterStream is always null after adapting from a resource
I followed this article to try to use Resource Filter Stream, project builds and deploys fine, however rfs is always null, any ideas? Am I missing something? Thanks in advance.
ResourceFilterStream rfs = resource.adaptTo(ResourceFilterStream.class);
