Konrad Windszus
Konrad Windszus
Include further information about the notification functionality of the Jenkins GIT plugin being leveraged.
Sometimes DS implementations should only become active if certain classes can be loaded. Usually this is determined while the service is retrieved (i.e. BundleContext.getService() is being called). It would be...
Although https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-component.property.value.coercion states > If there is no corresponding component property for a component property type method, the component property type method must: > ... > Return null for String,...
Sometimes a declarative service should only be active in case a framework property is set or set to a specific value. For a concrete use case look at https://issues.apache.org/jira/browse/SLING-9648?focusedCommentId=17173899&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17173899
The new recommended way to register Sling Servlet is via the annotations maintained at https://github.com/apache/sling-org-apache-sling-servlets-annotations (compare with https://sling.apache.org/documentation/the-sling-engine/servlets.html). Using those meta annotations without `@Component` should emit a warning. Would be...