You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/08 07:25:03 UTC

[sling-org-apache-sling-installer-core] branch master updated: SLING-9342 : NoClassDefFoundError: org/apache/sling/installer/core/impl/feature/CloseShieldWriter

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 29e7948  SLING-9342 : NoClassDefFoundError: org/apache/sling/installer/core/impl/feature/CloseShieldWriter
29e7948 is described below

commit 29e79484eb1ab20eda7bc7726e4d4d47b380dd60
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 8 09:24:51 2020 +0200

    SLING-9342 : NoClassDefFoundError: org/apache/sling/installer/core/impl/feature/CloseShieldWriter
---
 bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 6ab1850..49f891e 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,5 +1,6 @@
 -includeresource: @org.apache.felix.configadmin-[0-9.]*.jar!/org/apache/felix/cm/file/ConfigurationHandler.*,\
-                  @org.apache.sling.feature.io-[0-9.]*.jar!/org/apache/sling/feature/io/ConfiguratorUtil.*
+                  @org.apache.sling.feature.io-[0-9.]*.jar!/org/apache/sling/feature/io/ConfiguratorUtil.*,\
+                  @org.apache.sling.feature.io-[0-9.]*.jar!/org/apache/sling/feature/io/CloseShieldWriter.*
 -conditionalpackage: org.apache.felix.configurator.impl.json,\
                      org.apache.felix.configurator.impl.model
 Provide-Capability:  osgi.service;objectClass:List<String>="org.apache.sling.installer.api.OsgiInstaller,org.apache.sling.installer.api.ResourceChangeListener,org.apache.sling.installer.api.info.InfoProvider,org.apache.sling.installer.api.tasks.RetryHandler",\