If I call
ruleFinder.findAll(RuleQuery.create().withRepositoryKey("squid"));
Only 10 results are called, despite the fact that the active profile has considerably more than this enabled from the squid repository.
Presumably this is an intentional (but undocumented) limit on the number of returned results.
Can this be worked around or is there another way for a server side component to get access to the active rules? The ActiveRules
interface looks to be batch side only.