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

[sling-whiteboard] branch misc-fixes updated (ff02acb -> 82ed655)

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

davidb pushed a change to branch misc-fixes
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    omit ff02acb  Fix system bundle fragments handling
    omit 24f1898  Include new artifacts in the feature-appplicationbuilder
     add 4e4185f  Split feature util into io and assembly parts
     add 895d701  Include new artifacts in the feature-appplicationbuilder
     add 82ed655  Fix system bundle fragments handling

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff02acb)
            \
             N -- N -- N   refs/heads/misc-fixes (82ed655)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../feature/launcher/impl/FeatureProcessor.java    |   2 +-
 .../modelconverter/impl/FeatureToProvisioning.java |   2 +-
 .../modelconverter/impl/ModelConverterTest.java    |  55 +++---
 .../apache/sling/feature/support/FeatureUtil.java  | 196 +--------------------
 .../feature/support/{ => io}/FeatureUtil.java      | 114 +-----------
 .../feature/support/{ => io}/FeatureUtilTest.java  |   6 +-
 .../apache/sling/feature/maven/Preprocessor.java   |  21 ++-
 7 files changed, 55 insertions(+), 341 deletions(-)
 copy featuremodel/feature-support/src/main/java/org/apache/sling/feature/support/{ => io}/FeatureUtil.java (64%)
 rename featuremodel/feature-support/src/test/java/org/apache/sling/feature/support/{ => io}/FeatureUtilTest.java (97%)

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.