You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2019/08/20 15:36:45 UTC

[GitHub] [sling-org-apache-sling-feature] karlpauls commented on a change in pull request #13: SLING-8644: Improve Startorder handling during merge

karlpauls commented on a change in pull request #13: SLING-8644: Improve Startorder handling during merge
URL: https://github.com/apache/sling-org-apache-sling-feature/pull/13#discussion_r315761575
 
 

 ##########
 File path: src/main/java/org/apache/sling/feature/builder/BuilderUtil.java
 ##########
 @@ -249,6 +255,29 @@ static void mergeBundles(final Bundles target,
                 fromTarget + " and " + fromSource + ". The rule must be specified for " + commonPrefixes);
     }
 
+    private static Artifact selectStartOder(Artifact a, Artifact b, Artifact target) {
 
 Review comment:
   yup
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


With regards,
Apache Git Services