Replace component-filter with component-blacklist
The component filter only used substring-matching, which makes it impossible to filter the "caf" component without also filtering "caf.flow". The new blacklist approach uses exact matches and also uses atoms instead of strings for the component names to speed up lookups.
Showing
Please register or sign in to comment