openmessaging / openmessaging-java

OpenMessaging Runtime Interface for Java
http://openmessaging.cloud/
Apache License 2.0
723 stars 220 forks source link

Support JDK8 #24

Closed vesense closed 6 years ago

vesense commented 6 years ago

As we all know, JDK8 bring some cool features like lambda. And this is very convenient for users to process collections or streams. In the upcoming Stream API, it's better if we can support this. So, I suggest to separate a jdk8 module/branch to add these features. How about this idea?

vongosling commented 6 years ago

This is a similar issue like https://github.com/openmessaging/openmessaging-java/issues/23