Skip to content

Possible wrong import from guava #1

@withgit-contributor

Description

@withgit-contributor

In master for boot 2.x, it looks like TestPropertyValues has import from guava

import com.google.common.collect.Streams;

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

Maybe this was a mistake and meant to use something from jdk? Anyway, guava is evil and should not be there.

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