You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2018/11/12 16:23:00 UTC

[jira] [Resolved] (SLING-8076) Merge Handlers should also be called on the first extension being merged in

     [ https://issues.apache.org/jira/browse/SLING-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bosschaert resolved SLING-8076.
-------------------------------------
    Resolution: Fixed

Resolved with https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature.git;a=commitdiff;h=f7e74ebe1532c13ebfa96a935fa6fdcc544b6b43

> Merge Handlers should also be called on the first extension being merged in
> ---------------------------------------------------------------------------
>
>                 Key: SLING-8076
>                 URL: https://issues.apache.org/jira/browse/SLING-8076
>             Project: Sling
>          Issue Type: Bug
>          Components: Feature Model
>    Affects Versions: Feature Model 0.2.0
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>            Priority: Major
>             Fix For: Feature Model 0.2.2
>
>
> When feature model extensions are merged via BuilderUtil.mergeExtensions(Feature, Feature,
>  ArtifactMerge, BuilderContext) any merge extensions are only invoked when the second extension instance is being merged. The first extension is simply copied into the target. 
> However the Merge Handler may also need to perform some action on the first copy, for example record what feature the extension came from. This is currently not possible.
> Proposal is to also call the Merge Handlers for the first merge (which is currently just a copy), so that they can also act in these cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)