You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:26:44 UTC

[sling-org-apache-sling-commons-threads] 03/06: SLING-5425 - Set webconsole.configurationFactory.nameHint for thread pool configurations

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

rombert pushed a commit to annotated tag org.apache.sling.commons.threads-3.2.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git

commit a29a87e8cb8620bb63742f6c83cab98965e26c03
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jan 12 13:09:29 2016 +0000

    SLING-5425 - Set webconsole.configurationFactory.nameHint for thread pool configurations
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/threads@1724221 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/OSGI-INF/metatype/metatype.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/OSGI-INF/metatype/metatype.xml b/src/main/resources/OSGI-INF/metatype/metatype.xml
index f1f7f4d..bbb9e75 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.xml
+++ b/src/main/resources/OSGI-INF/metatype/metatype.xml
@@ -67,6 +67,8 @@
             <metatype:Option value="MIN" label="Min" />
             <metatype:Option value="MAX" label="Max" />
         </metatype:AD>
+        <metatype:AD id="webconsole.configurationFactory.nameHint"
+            type="String" default="{name}" />
     </metatype:OCD>
     <metatype:Designate
         pid="org.apache.sling.commons.threads.impl.DefaultThreadPool.factory"

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.