jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
Like our other libraries (thus far: jOOR, jOOU, jOOX), we should also add an additional release for Java 9, which exposes the library as a module.
From version 0.9.13 onwards, the jool artifact will be compatible with the latest Java version (currently Java 9), whereas cross releases will have a relevant suffix of the minimum Java version requirement (e.g. jool-java-8)
Like our other libraries (thus far: jOOR, jOOU, jOOX), we should also add an additional release for Java 9, which exposes the library as a module.
From version 0.9.13 onwards, the jool artifact will be compatible with the latest Java version (currently Java 9), whereas cross releases will have a relevant suffix of the minimum Java version requirement (e.g. jool-java-8)