amichair commented on code in PR #119:
URL: https://github.com/apache/aries-rsa/pull/119#discussion_r3306582299
##########
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:
No, it's a dummy value, I just picked something that's clear it's related to
the tck test and obviously not a real one. If you have a better suggestion I'll
change it, it doesn't really matter.
--
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]