This is an automated email from the ASF dual-hosted git repository.
simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new cd178f3 [cp2fm] added JSON OSGi configuration support
cd178f3 is described below
commit cd178f3a4996a726db356ee8f60f8160e238b5d9
Author: Simo Tripodi <[email protected]>
AuthorDate: Mon Mar 4 13:57:35 2019 +0100
[cp2fm] added JSON OSGi configuration support
---
.../resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler | 1 +
1 file changed, 1 insertion(+)
diff --git
a/content-package-2-feature-model/src/main/resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler
b/content-package-2-feature-model/src/main/resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler
index 40956f0..2e06d7b 100644
---
a/content-package-2-feature-model/src/main/resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler
+++
b/content-package-2-feature-model/src/main/resources/META-INF/services/org.apache.sling.cp2fm.spi.EntryHandler
@@ -1,5 +1,6 @@
org.apache.sling.cp2fm.handlers.BundleEntryHandler
org.apache.sling.cp2fm.handlers.ConfigurationEntryHandler
org.apache.sling.cp2fm.handlers.ContentPackageEntryHandler
+org.apache.sling.cp2fm.handlers.JsonConfigurationEntryHandler
org.apache.sling.cp2fm.handlers.PropertiesConfigurationEntryHandler
org.apache.sling.cp2fm.handlers.XmlConfigurationEntryHandler