Just wondering if Adobe is planning to address the deprecation of the create(); method for the ModifyingResourceProvider (org.apache.sling.api.resource.ModifyingResourceProvider) class that SocialResourceProvider extends.
The method create(ResourceResolver, String, Map<String,Object>) from the type ModifyingResourceProvider is deprecated
Needing to mark my class methods with @SuppressWarnings("deprecation") is not fun. :(