You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/09/09 12:49:36 UTC

[sling-org-apache-sling-serviceusermapper] branch master updated: SLING-11573 : Inventory printer should define name

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

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


The following commit(s) were added to refs/heads/master by this push:
     new daa5ff4  SLING-11573 : Inventory printer should define name
daa5ff4 is described below

commit daa5ff40420767b5d05daecbd5f00b3e894db016
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Sep 9 14:49:29 2022 +0200

    SLING-11573 : Inventory printer should define name
---
 .../apache/sling/serviceusermapping/impl/MappingInventoryPrinter.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/serviceusermapping/impl/MappingInventoryPrinter.java b/src/main/java/org/apache/sling/serviceusermapping/impl/MappingInventoryPrinter.java
index 0050b34..3f44ffb 100644
--- a/src/main/java/org/apache/sling/serviceusermapping/impl/MappingInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/serviceusermapping/impl/MappingInventoryPrinter.java
@@ -40,6 +40,7 @@ import org.osgi.service.component.annotations.Reference;
                    InventoryPrinter.FORMAT + "=JSON",
                    InventoryPrinter.FORMAT + "=TEXT",
                    InventoryPrinter.TITLE + "=Sling Service User Mappings",
+                   InventoryPrinter.NAME + "=sling-serviceusermappings",
                    InventoryPrinter.WEBCONSOLE + ":Boolean=true"
            })
 public class MappingInventoryPrinter implements InventoryPrinter {