You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/05 15:01:01 UTC

[jira] [Commented] (SLING-7521) [Sling Feature Model] Order bundles in the generated app based on feature order and start order

    [ https://issues.apache.org/jira/browse/SLING-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386166#comment-16386166 ] 

ASF GitHub Bot commented on SLING-7521:
---------------------------------------

bosschaert commented on issue #7: SLING-7521 Order bundles in the generated app based on feature order and start order
URL: https://github.com/apache/sling-whiteboard/pull/7#issuecomment-370446225
 
 
   I have improved this code to be more generic and added more tests. Will create a new pull request for that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [Sling Feature Model] Order bundles in the generated app based on feature order and start order
> -----------------------------------------------------------------------------------------------
>
>                 Key: SLING-7521
>                 URL: https://issues.apache.org/jira/browse/SLING-7521
>             Project: Sling
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: David Bosschaert
>            Priority: Major
>
> When an application is generated from a number of features it needs to aggregate all bundles form these features and put them in the correct global order. Bundles have a start-order associated with them which is local within the feature, but outside of the feature needs to be relative to other features.
> The resulting application needs to have all bundles ordered in such an order that all dependencies by other bundles are started before the bundles that depend on them are started.
> Additionally, the start-order of bundles within the feature from which the bundles originate must be complied with.
> The result needs to be a bundle list that has a total ordering of bundles from all features that are part of the application.



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