[
https://issues.apache.org/jira/browse/SLING-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380189#comment-16380189
]
ASF GitHub Bot commented on SLING-7521:
---------------------------------------
bosschaert opened a new pull request #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
Order bundles in the resulting application based on the order of
resolved features and then also in the order of the start order within
the feature.
----------------------------------------------------------------
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:
[email protected]
> [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)