alien11689 commented on code in PR #119:
URL: https://github.com/apache/aries-rsa/pull/119#discussion_r3306735371


##########
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:
   maybe? 
   ```
   static final String[] DEFAULT_NOT_EMPTY_INTENTS = { "aries.rsa.default" };
   ```
   BTW we should make the comment a javadoc



-- 
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]

Reply via email to