jOOQ / jOOL

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.
http://www.jooq.org/products
Apache License 2.0
2.08k stars 167 forks source link

Release 0.9.12 not tagged correctly, Javadoc missing on website #268

Closed Xaerxess closed 7 years ago

Xaerxess commented 7 years ago

What about releasing new version of jOOL? :)

As simple as that, I have to note that previous version (0.9.12):

On the other hand it was uploaded on Maven central and is widely used (135 usages currently).

Can you fix 0.9.12, too?

lukaseder commented 7 years ago

Thanks for the pointer. Tag is now added and the Javadoc is being uploaded.

Hmm, about 0.9.13... I'd love to add some more features first, otherwise it'll be a very slim release. Do you have any ideas :)

lukaseder commented 7 years ago

(I'm closing this as the 0.9.12 missing tag/javadoc defect which is now fixed)

Xaerxess commented 7 years ago

Thanks!