laeubi commented on code in PR #452:
URL: https://github.com/apache/felix-dev/pull/452#discussion_r2484892651
##########
scr/src/main/java/org/apache/felix/scr/impl/metadata/ReferenceMetadata.java:
##########
@@ -101,7 +101,11 @@ public enum ReferenceScope {bundle, prototype,
prototype_required}
public static final String CONDITION_TRUE_FILTER =
"(osgi.condition.id=true)";
- // TODO this constant will be defined in the R8 Declarative Services spec
+ /**
+ * The reference name for the implicit satisfying condition as defined in
the
+ * OSGi R8 Declarative Services specification (see
https://github.com/osgi/osgi/pull/875).
+ * This reference is automatically added to components when a true
condition service is available.
+ */
Review Comment:
I created
- https://github.com/apache/felix-dev/pull/454
--
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]