You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/04/12 15:24:29 UTC

[sling-org-apache-sling-feature-cpconverter] branch bugfix/treat-config-and-install-similarly updated (6bb0afa -> 022b886)

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

kwin pushed a change to branch bugfix/treat-config-and-install-similarly
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git.


    from 6bb0afa  SLING-10278 allow configurations below "install" and bundles below "config"
     add 022b886  Optionally enforce OSGi configuration below folder "config" and OSGi bundles below folder "install"

No new revisions were added by this update.

Summary of changes:
 ...ntentPackage2FeatureModelConverterLauncher.java |   5 +-
 .../AbstractConfigurationEntryHandler.java         |  11 +-
 .../cpconverter/handlers/BundleEntryHandler.java   |  62 ++---
 .../handlers/DefaultEntryHandlersManager.java      |   7 +-
 .../handlers/BundleEntryHandlerGAVTest.java        |  10 +-
 .../handlers/ConfigurationEntryHandlerTest.java    | 253 +++++++++++----------
 6 files changed, 197 insertions(+), 151 deletions(-)