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/21 22:35:10 UTC

[sling-org-apache-sling-commons-threads] branch master updated (5a85b22 -> df279b0)

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-commons-threads.git.


    from 5a85b22  [maven-release-plugin] prepare for next development iteration
     new 7779a48  fix typo in javadoc
     new df279b0  SLING-7606 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/commons/threads/impl/ThreadPoolFacade.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-commons-threads] 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-commons-threads.git

commit 7779a48fbf49a52407d59bed71fa734be7592b23
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 00:30:06 2018 +0200

    fix typo in javadoc
---
 .../java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java b/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
index 94c8198..1d5e5e5 100644
--- a/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
+++ b/src/main/java/org/apache/sling/commons/threads/impl/ThreadPoolFacade.java
@@ -26,7 +26,7 @@ import org.apache.sling.commons.threads.ThreadPoolConfig;
 
 /**
  * This is a facade which is delivered to clients. It allows
- * to change the thread pool behind the facacde without affecting
+ * to change the thread pool behind the facade without affecting
  * the client.
  */
 public final class ThreadPoolFacade implements ThreadPool {

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

[sling-org-apache-sling-commons-threads] 02/02: SLING-7606 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-commons-threads.git

commit df279b022af2409f9aba82769ad79d7f4159734e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 00:34:57 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 4a0aa61..42d16a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,10 @@
                         <Bundle-Activator>
                             org.apache.sling.commons.threads.impl.Activator
                         </Bundle-Activator>
+                        <Provide-Capability>
+                            osgi.service;objectClass=org.apache.sling.commons.threads.ThreadPoolManager,
+                            osgi.service;objectClass=org.apache.sling.commons.threads.jmx.ThreadPoolMBean
+                        </Provide-Capability>
                     </instructions>
                 </configuration>
             </plugin>

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