Anybody sees a problem with increasing the minimum Java version fro 5 to 7 in the coming release, 2.3.30? (But at least to 6. I again need to access some 6 API-s, and while I could do it with reflection, I think it's pointless to support Java 5 at this point. And, not having proper @Override, and diamonds, and try-with-resource is annoying.)
Also, in 2.3.31, or something like that, we should really add Java 8 date/time support. Starting from that, 1.8 will be the minimum requirement anyway. Otherwise it would be way too complicated to add support for that, because, the Java 8 classes will have to appear in the corresponding new TemplateModel sub-interfaces, not just in its implementations. -- Best regards, Daniel Dekany
