Dirk Rudolph created SLING-12784: ------------------------------------ Summary: Call DistributionPackageBuilder for DELETE Key: SLING-12784 URL: https://issues.apache.org/jira/browse/SLING-12784 Project: Sling Issue Type: Improvement Components: Content Distribution Reporter: Dirk Rudolph Fix For: Content Distribution Journal Core 0.5.2
Currently only an ADD action calls the DistributionPackageBuilder in the process of creating a new PackageMessage by the PackageMessageFactory. To allow implementations to create custom packages for ADD and DELETE we should call the DistributionPackageBuilder also for DELETE. The implementation may then decide to return null which would signal the DistributionPublisher to drop the request. -- This message was sent by Atlassian Jira (v8.20.10#820010)