Skip to content

use guava issues  #3

@iru4062

Description

@iru4062

문제
In master for boot 2.x, it looks like TestPropertyValues has import from guava
Maybe this was a mistake and meant to use something from jdk? Anyway, guava is evil and should not be there.

소스
'import com.google.common.collect.Streams;

public static TestPropertyValues of(Iterable pairs) {
if (pairs == null) {
return empty();
}
return of(Streams.stream(pairs));
}
'

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