Hi all,

We are currently using class
org.apache.sling.servlets.post.AbstractPostOperation but it is deprecated
(seems to have been for a while). We found non-deprecated class
org.apache.sling.servlets.post.impl.operations.AbstractPostOperation which
seems to be almost the same (save for a thrown exception in one of its
methods) but it is not found when deploying a bundle to Sling. It is part
of the the org.apache.sling.servlets.post bundle, but the deployment fails
as the package cannot be found.

Could you provide some guidance on which is the correct class to use to
implement Post operations?

Regards.

Reply via email to