gagan031992 opened a new pull request, #2: URL: https://github.com/apache/sling-org-apache-sling-tenant/pull/2
In [OSGI documentation](https://docs.osgi.org/javadoc/r6/cmpn/org/osgi/service/component/annotations/Reference.html) , i found that binding of service is possible on method level or field level & not on class level. In [SCR documentation](https://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html#_reference), it written it should be on class level or field level Currently it is set on [class level](https://github.com/apache/sling-org-apache-sling-tenant/blob/org.apache.sling.tenant-1.1.4/src/main/java/org/apache/sling/tenant/internal/TenantProviderImpl.java#L73) , on moving binding to method level tenant creation is working. Any inputs? Please correct me if my understanding here is incorrect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
