Lagom uses the terms whitelist/blackslit in a couple of places (internally and externally).
It'd be nice to adopt other naming (see for example TravisCI moving to safelist/blocklist).
There's at least the exception-whitelist:
|
# A whitelist of fqcn of Exceptions that the CircuitBreaker |
|
# should not consider failures. By default all exceptions are |
|
# considered failures. |
|
exception-whitelist = [] |
And the dependencyWhitelist:
|
val DependencyWhitelist: Def.Initialize[Seq[ModuleID]] = Def.setting { |
Lagom uses the terms whitelist/blackslit in a couple of places (internally and externally).
It'd be nice to adopt other naming (see for example TravisCI moving to safelist/blocklist).
There's at least the
exception-whitelist:lagom/service/core/client/src/main/resources/reference.conf
Lines 24 to 27 in d021b2a
And the
dependencyWhitelist:lagom/project/Dependencies.scala
Line 133 in d021b2a