simple-slack-api
simple-slack-api copied to clipboard
Java 8 support?
Any reason shouldn't use Java 8 for the library?
If it ain't broke, don't fix it :)
It compiles and runs with no problem under Java 8
Question was about, if project is going to use Java8's features in the future, which will prevent non Java8 project to use this lib.
Well, it is not planned now (although I'd like to) since some users are still bound to use jkd7 to build their bots. It might evolve later on since jkd7 is officially deprecated (maybe by the time JDK 9 will be out)