Skip to content

Replace whitelist/blacklist with safe/block-list #2532

@ignasi35

Description

@ignasi35

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 {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions