This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.3.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 93110e544743f4086fee54719bb1914259c0a36f Author: Stefan Seifert <[email protected]> AuthorDate: Sun Feb 22 20:39:07 2015 +0000 remove service description and vendor for this mock service - makes problems with baseline check git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1661556 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/testing/mock/sling/MockAdapterManagerImpl.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java b/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java index 271bb14..df56615 100644 --- a/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java +++ b/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java @@ -33,8 +33,6 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.apache.felix.scr.annotations.Component; -import org.apache.felix.scr.annotations.Properties; -import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotations.Reference; import org.apache.felix.scr.annotations.ReferenceCardinality; import org.apache.felix.scr.annotations.ReferencePolicy; @@ -43,7 +41,6 @@ import org.apache.sling.api.SlingConstants; import org.apache.sling.api.adapter.AdapterFactory; import org.apache.sling.api.adapter.AdapterManager; import org.apache.sling.commons.osgi.PropertiesUtil; -import org.osgi.framework.Constants; import org.osgi.framework.ServiceReference; import org.osgi.service.component.ComponentContext; import org.osgi.service.event.Event; @@ -58,10 +55,6 @@ import org.slf4j.LoggerFactory; */ @Component(immediate=true) @Service -@Properties({ - @Property(name=Constants.SERVICE_DESCRIPTION, value="Sling Adapter Manager"), - @Property(name=Constants.SERVICE_VENDOR, value="The Apache Software Foundation") -}) @Reference(name="AdapterFactory", referenceInterface=AdapterFactory.class, cardinality=ReferenceCardinality.OPTIONAL_MULTIPLE, policy=ReferencePolicy.DYNAMIC) public class MockAdapterManagerImpl implements AdapterManager { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
