This is an automated email from the ASF dual-hosted git repository.
cschneider pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
The following commit(s) were added to refs/heads/master by this push:
new 907020f GRANITE-30810 - Fix topic configuration PID
907020f is described below
commit 907020f7f75254453b98f624707e4d8ab7b47819
Author: Christian Schneider <[email protected]>
AuthorDate: Wed Jul 8 15:20:08 2020 +0200
GRANITE-30810 - Fix topic configuration PID
---
src/main/java/org/apache/sling/distribution/journal/shared/Topics.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/distribution/journal/shared/Topics.java
b/src/main/java/org/apache/sling/distribution/journal/shared/Topics.java
index c9ce5e2..b605732 100644
--- a/src/main/java/org/apache/sling/distribution/journal/shared/Topics.java
+++ b/src/main/java/org/apache/sling/distribution/journal/shared/Topics.java
@@ -26,7 +26,7 @@ import
org.osgi.service.metatype.annotations.ObjectClassDefinition;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-@Component(service = Topics.class)
+@Component(service = Topics.class, configurationPid =
"org.apache.sling.distribution.journal.impl.shared.Topics")
@Designate(ocd = Topics.TopicsConfiguration.class)
public class Topics {