With JEP 101: Generalized Target-Type Inference, this
final List bools = Arrays.asList(true,false, true); final List string = boo
It just works fine under IntelliJ Idea 13 which seems ahead of Eclipse for Java8 support. So I guess you just have to wait until Eclipse will be able to compile this.