Skip to content

Explore how to prohibit using certain new Guava classes #3859

@dondonz

Description

@dondonz

The goal is to have as few dependencies as possible. To remove a dependency on Guava, we shade in selected classes such as ImmutableMap.

One gotcha is if new code uses a Guava class that's not on our shaded list, we don't have an automated way to detect that it would blow up later.

We could add an ArchUnit test to check for any Guava classes that aren't on our shaded list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions