Skip to content

Possible wrong import from guava #4

@byungkyu-ju

Description

@byungkyu-ju

Spring boot 2.x 버전에서 , guava의 테스트용 TestPropertyValues가 확인되었습니다.

import com.google.common.collect.Streams;

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

guava의 테스트용 소스의 삭제가 필요합니다.

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