-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
boot2.x 버전의 마스터에서, TestPropertyValues는 guava로 부터 import 되어진 것으로 보입니다.
import com.google.common.collect.Streams;
public static TestPropertyValues of(Iterable<String> pairs) {
if (pairs == null) {
return empty();
}
return of(Streams.stream(pairs));
}
이 내용은 실수로 보이며 JDK로 부터 사용하려고 했던 것인가요? 어쨋든, guava의 사용은 옳지 않다고 생각됩니다.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels