I've just finished backporting your code to java 7. Take a look at my branch port-java7.
I can't suggest a pull request to a new branch on your side (there's no option in github for that) but I thought you might like to have it and it seems you could do this using command line.
The only discrepancies are the tests that used CompletableFuture which I haven't rewritten for java 7.
Otherwise all tests pass. I haven't yet built it but I wanted to share this work early as it's already on github.
I think this may be usefull to people who can't yet afford to switch to Java 8.
Please let me know what you think about it.
Hi,
I've just finished backporting your code to java 7. Take a look at my branch port-java7. I can't suggest a pull request to a new branch on your side (there's no option in github for that) but I thought you might like to have it and it seems you could do this using command line.
The only discrepancies are the tests that used
CompletableFuture
which I haven't rewritten for java 7. Otherwise all tests pass. I haven't yet built it but I wanted to share this work early as it's already on github.I think this may be usefull to people who can't yet afford to switch to Java 8. Please let me know what you think about it.