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.09k stars 168 forks source link

Add Gradle build with Error-Prone in addition to maven #393

Closed magicprinc closed 2 years ago

magicprinc commented 2 years ago

For those who don't use maven

Google's Error prone is a great thing to find potential problems.

My English writing abilities are quite limited. Thus, sorry for short explanations, comments, and discussions. I have made several improvements required for an internal project and I just want to "give back to community". There will be several following PRs.

lukaseder commented 2 years ago

Thanks for your suggestion and the suggested PR.

I don't see why we should offer this. Please discuss suggestions first, then we might proceed to PRs, but often, they won't be necessary / rejected.

magicprinc commented 2 years ago

As I already said: writing in English is a painful activity for me :-) I have made all these changes for an internal projects. So I will "PR" them all to you, and you can choose what you like.

PS: Thank You very much for this great project.

lukaseder commented 2 years ago

So I will "PR" them all to you, and you can choose what you like.

Please don't. That's very time consuming. I'll just reject them all and won't look at them. Thanks for your understanding.

Some more insights into the rationale behind this, here: https://github.com/jOOQ/jOOQ/blob/main/CONTRIBUTING.md