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

kwin pushed a commit to branch feature/embed-felix-cm-json
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git

commit 357f5ca9f25097c391ce76c4ce005f0a3923b3e1
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jul 30 10:06:38 2020 +0200

    SLING-9618 embed Felix cm.json
---
 bnd.bnd | 2 ++
 pom.xml | 8 ++------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 2b7804b..4674e18 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,3 +1,5 @@
 -includeresource: 
@org.apache.felix.configadmin-[0-9.]*.jar!/org/apache/felix/cm/file/ConfigurationHandler.*
 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",\
                      
osgi.service;objectClass:List<String>="org.apache.sling.installer.api.event.InstallationListener,org.apache.sling.installer.api.jmx.InstallerMBean"
+-conditionalpackage: org.apache.felix.cm.json.*
+Bundle-DocURL: 
https://sling.apache.org/documentation/bundles/osgi-installer.html
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 621715d..8c94eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,12 +71,8 @@
                                     
<shadedPattern>org.apache.sling.installer.core.impl.felix.cm</shadedPattern>
                                 </relocation>
                                 <relocation>
-                                    
<pattern>org.apache.sling.feature.io</pattern>
-                                    
<shadedPattern>org.apache.sling.installer.core.impl.feature</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                    
<pattern>org.apache.felix.configurator.impl</pattern>
-                                    
<shadedPattern>org.apache.sling.installer.core.impl.configurator</shadedPattern>
+                                    <pattern>org.apache.felix.cm.json</pattern>
+                                    
<shadedPattern>org.apache.sling.installer.core.impl.felix.cm.json</shadedPattern>
                                 </relocation>
                             </relocations>
                         </configuration>

Reply via email to