[
https://issues.apache.org/jira/browse/SLING-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tommaso Teofili resolved SLING-7360.
------------------------------------
Resolution: Fixed
Assignee: Dirk Rudolph
> Support creation of DistributionPackages for delete by
> DistributionContentSerializer
> ------------------------------------------------------------------------------------
>
> Key: SLING-7360
> URL: https://issues.apache.org/jira/browse/SLING-7360
> Project: Sling
> Issue Type: Improvement
> Components: Content Distribution
> Reporter: Dirk Rudolph
> Assignee: Dirk Rudolph
> Priority: Minor
> Fix For: Content Distribution Core 0.2.12
>
>
> For the integration into systems or then sling, that support
> creation/deletion as part of their API [1], we can implement a
> {{DistributionContentSerializer}} writing the format the API expects. That
> currently works well for creation but not for deletion because both
> {{FileDistributionPackageBuilder}} and {{ResourceDistributionPackageBuilder}}
> inherit from {{AbstractDistributionPackageBuilder}} which [returns a
> SimpleDistributionPackage|https://github.com/apache/sling-org-apache-sling-distribution-core/blob/master/src/main/java/org/apache/sling/distribution/packaging/impl/AbstractDistributionPackageBuilder.java#L72]
> for {{DistributionRequestType.DELETE}}.
> The other system's API might expect a different format then the one written
> by {{SimpleDistributionPackage}} so it would be create if it would be
> possible to delegate the creation of a deletion package to the serializer as
> well, in case the serializer supports that.
> [1]
> https://lucene.apache.org/solr/guide/7_2/uploading-data-with-index-handlers.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)