alien11689 commented on code in PR #119:
URL: https://github.com/apache/aries-rsa/pull/119#discussion_r3305904270
##########
provider/fastbin/src/main/java/org/apache/aries/rsa/provider/fastbin/FastBinProvider.java:
##########
@@ -50,6 +57,8 @@ public class FastBinProvider implements DistributionProvider {
private static final Logger LOG =
LoggerFactory.getLogger(FastBinProvider.class);
+ static final String[] SUPPORTED_INTENTS = { "tck.test" }; // at least one
intent required by TCK
Review Comment:
is exactly the value `tck.test` necessary? or should we use some placeholder
value specific for our implementation?
--
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]