Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to use jOOQ-checker with Java 8 - 11 #8326

Open
lukaseder opened this issue Feb 14, 2019 · 0 comments
Open

Document how to use jOOQ-checker with Java 8 - 11 #8326

lukaseder opened this issue Feb 14, 2019 · 0 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Feb 14, 2019

With #5899, we've introduced support for the ErrorProne framework, in addition to the checker framework. Unfortunately, both frameworks are picky with what JDK versions they work with. The checker framework is based on JDK 8 (and regrettably doesn't support newer JDKs). The ErrorProne framework is based on JDK 9, can be made to work with JDK 8, but doesn't seem to support newer JDKs. We should definitely also have a separate section about how to use the ErrorProne framework.

The burden of figuring out how to configure these lies with the user. In addition to that, the jOOQ Open Source Edition 3.12 is based on JDK 11, whereas the jOOQ Open Source Edition 3.11 is based on JDK 8. (Commercial distributions exist for JDK 6 and 8)

This definitely needs documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant