Added support for latest jOOQ version
Hi, Here's a start. I'm not sure about "comsat-jooq-latest", perhaps "comsat-jooq-java8" is more appropriate. Please let me know of any comments or reservations.
Thank you! This looks good, but please change jooq-latest to jooq-java8 as you suggested. Also, take a look at the Quasar build file to see how to exclude subprojects from the build when built using Java 7.
No problem. Could you be more explicit regarding the subproject build exclusion? Thanks
On my machine, the exclusion of the tests from the sourceSet deletes the test class for some reason, not sure why..
@pron Could you review the gradle solution to make sure it's appropriate? Anything else I can do to further this along? Thanks
The sources & javadocs artifacts are inherited from the parent build.gradle it seems. Added them explicitly.
The comsat-jooq-java8 build and tests seem OK. The reported build error is a test in the okhttp integration.
A previous build for the same PR (with no changes to the PR code) failed in WebActorServletTest.
I'm not sure if these are related to this PR.