You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2017/12/08 11:43:43 UTC

[karaf] branch KARAF-5376-overrides_v2 updated (4804c96 -> 0150a58)

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

ggrzybek pushed a change to branch KARAF-5376-overrides_v2
in repository https://gitbox.apache.org/repos/asf/karaf.git.


    omit 4804c96  [KARAF-5376] Do not install blacklisted features and add blacklisted repositories
    omit 34d56e1  [KARAF-5376] Implement feature overriding and dependency flag overriding
    omit 644b144  [KARAF-5273] Allow to use feature identifiers in karaf-maven-plugin:assembly config, profiles and profile builder
    omit e641148  [KARAF-5339] Add blacklisted.[repository|feature|bundle].xx properties support to profiles
    omit 91542cc  [KARAF-5376] Use etc/versions.properties (configurable) to resolve placeholders in etc/org.apache.karaf.features.xml
    omit a58532c  [KARAF-5376] Fix ListFeaturesCommandTest
    omit fb3ec2e  [KARAF-5376] Integrate features processor with Deployer and SubsystemResolver
    omit 0de25de  [KARAF-5468] Adjust JavaVersion enum: supportsEndorsedAndExtLibraries()
    omit a2ba5a1  [KARAF-5376] Generate/merge features processor configuration from external and Maven config, improve logging in karaf-maven-plugin:assembly
    omit 0d69eba  [KARAF-5376] Using "features processor" in profile builder (overrides, blacklist)
    omit 52b88df  [KARAF-5468] Add comments to generated target/assembly/etc/profile.cfg
    omit c1a2e14  [KARAF-5468] Cleaning up AssemblyMojo, Profiles and profile Builder
    omit ebd27fa  [KARAF-5376] Polish LocationPattern and FeaturePattern helpers for blacklist/override matching
    omit 4c5e7c1  [KARAF-5478] Provide org.apache.karaf.util.Version class
    omit f839d83  [KARAF-5376] Review BuilderTest
    omit 752d500  [KARAF-5376] Include new Features JAXB model info in feature:* commands
    omit 195b382  [KARAF-5376] Moving overrides and blacklist mechanisms to "features processor" service
     add 2140673  [KARAF-5527]the karaf.secured.command.compulsory.roles should only affect command ACL rules
     add 4603f63  [KARAF-5475] Try to avoid ArrayIndexOutOfBoundsException
     add ee2b093  [KARAF-5528] Stop refreshed bundles together with updated and deleted ones
     add 9ee9c89  Merge pull request #416 from apache/KARAF-5528
     add 2da30f9  Revert "[KARAF-5528] Stop refreshed bundles together with updated and deleted ones"
     add 310fd70  [KARAF-5376] Moving overrides and blacklist mechanisms to "features processor" service
     add 637e844  [KARAF-5376] Include new Features JAXB model info in feature:* commands
     add 3d0d8b5  [KARAF-5376] Review BuilderTest
     add 25eb1af  [KARAF-5478] Provide org.apache.karaf.util.Version class
     add 87acb40  [KARAF-5376] Polish LocationPattern and FeaturePattern helpers for blacklist/override matching
     add b594c04  [KARAF-5468] Cleaning up AssemblyMojo, Profiles and profile Builder
     add 98b1a98  [KARAF-5468] Add comments to generated target/assembly/etc/profile.cfg
     add 6129389  [KARAF-5376] Using "features processor" in profile builder (overrides, blacklist)
     add 6b37fad  [KARAF-5376] Generate/merge features processor configuration from external and Maven config, improve logging in karaf-maven-plugin:assembly
     add 7192404  [KARAF-5468] Adjust JavaVersion enum: supportsEndorsedAndExtLibraries()
     add 3d56829  [KARAF-5376] Integrate features processor with Deployer and SubsystemResolver
     add 7a69d5f  [KARAF-5376] Fix ListFeaturesCommandTest
     add 6fbb71b  [KARAF-5376] Use etc/versions.properties (configurable) to resolve placeholders in etc/org.apache.karaf.features.xml
     add 6610ccc  [KARAF-5339] Add blacklisted.[repository|feature|bundle].xx properties support to profiles
     add 60b0109  [KARAF-5273] Allow to use feature identifiers in karaf-maven-plugin:assembly config, profiles and profile builder
     add 5f3a0db  [KARAF-5376] Implement feature overriding and dependency flag overriding
     add 7b0d1aa  [KARAF-5376] Do not install blacklisted features and add blacklisted repositories
     add 0150a58  [KARAF-5376] Provide feature:refresh no-arg command that re-reads all feature XMLs and feature processing XML

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   (4804c96)
            \
             N -- N -- N   refs/heads/KARAF-5376-overrides_v2 (0150a58)

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:
 .../org/apache/karaf/audit/layout/SimpleLayout.java  |  2 +-
 .../features/command/RefreshFeaturesCommand.java     | 17 +++++++++--------
 .../org/apache/karaf/features/FeaturesService.java   |  2 ++
 .../internal/service/FeaturesServiceImpl.java        | 20 ++++++++++++++++++--
 .../service/guard/tools/ACLConfigurationParser.java  |  4 ++--
 5 files changed, 32 insertions(+), 13 deletions(-)
 copy instance/src/main/java/org/apache/karaf/instance/command/completers/StoppedInstanceCompleter.java => features/command/src/main/java/org/apache/karaf/features/command/RefreshFeaturesCommand.java (62%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@karaf.apache.org" <co...@karaf.apache.org>'].