You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/04/22 14:23:54 UTC

[sling-org-apache-sling-installer-core] branch master updated (1c2032d -> 791ecb8)

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

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


    from 1c2032d  SLING-7467 : JcrInstaller fails to startup if wrong sling:OsgiConfig is present
     new f276502  fix typo in javadoc
     new 791ecb8  SLING-7610 Add missing OSGi capabilities

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                               | 4 ++++
 .../java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-installer-core] 02/02: SLING-7610 Add missing OSGi capabilities

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 791ecb8c54e1d91ad8d5320d8c13dfbf57979d67
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 16:23:46 2018 +0200

    SLING-7610 Add missing OSGi capabilities
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7d72412..22320a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,10 @@
                             org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*",
                             org.apache.sling.commons.osgi;inline="org/apache/sling/commons/osgi/ManifestHeader*.*|org/apache/sling/commons/osgi/PropertiesUtil.*|org/apache/sling/commons/osgi/SortingServiceTracker.*"
                         </Embed-Dependency>
+            <Provide-Capability><![CDATA[
+              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"
+            ]]></Provide-Capability>
 					</instructions>
 				</configuration>
 			</plugin>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-installer-core] 01/02: fix typo in javadoc

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f2765021c42e96c8235643330921e22b621a78a4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 16:22:39 2018 +0200

    fix typo in javadoc
---
 .../java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java b/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java
index 49a0a17..019cafe 100644
--- a/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java
+++ b/src/main/java/org/apache/sling/installer/core/impl/OsgiInstallerImpl.java
@@ -151,7 +151,7 @@ implements OsgiInstaller, ResourceChangeListener, RetryHandler, InfoProvider, Ru
     /**
      *  Constructor
      *
-     *  Most of the initialization is defered to the background thread
+     *  Most of the initialization is deferred to the background thread
      */
     public OsgiInstallerImpl(final BundleContext ctx) {
         this.ctx = ctx;

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.