You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/06/18 22:04:30 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch r2f updated: [r2f] "artifacts" section renamed to "bundles" according to the Feature model nomenclature

This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a commit to branch r2f
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git


The following commit(s) were added to refs/heads/r2f by this push:
     new 32258c7  [r2f] "artifacts" section renamed to "bundles" according to the Feature model nomenclature
32258c7 is described below

commit 32258c787ae24e13e0df42c13e84e7576019fd68
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Wed Jun 19 00:04:23 2019 +0200

    [r2f] "artifacts" section renamed to "bundles" according to the Feature
    model nomenclature
---
 .../inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
index 13dca76..fc89538 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
@@ -54,7 +54,7 @@ public class BaseFeature2CurrentRuntimePrinter extends AbstractRuntimeEnvironmen
         Feature featureDiff = compareFeatures(new DefaultDiffRequest()
                                               .setPrevious(previousFeature)
                                               .setCurrent(currentFeature)
-                                              .addIncludeComparator("artifacts")
+                                              .addIncludeComparator("bundles")
                                               .addIncludeComparator("configurations")
                                               .setResultId(new ArtifactId(currentFeature.getId().getGroupId(),
                                                            currentFeature.getId().getArtifactId(),