Re: Jooq 3.10.4, codegen, and play 2.5 cannot find indexes

2018-02-15 Thread Lukas Eder
Hi Alex, You're right, I'm sorry - my bad. I should have followed through on the merge ticket for this fix. It was not merged to 3.10.x: https://github.com/jOOQ/jOOQ/issues/6773 So, the jpaVersion element is available only from jOOQ 3.11 onwards. I can see 4 workarounds: - Turn off the generati

Re: Jooq 3.10.4, codegen, and play 2.5 cannot find indexes

2018-02-15 Thread Alex Mueller
Lukas, Thanks. I took a look at this issue again last night for my local code. I am not seeing why I am seeing why I am getting "cannot find symbol" errors for class Index in package org.jooq when I have that referenced in my build.sbt when my play app runs. My steps are simple. Upgrade from J

Re: Jooq 3.10.4, codegen, and play 2.5 cannot find indexes

2018-02-02 Thread Lukas Eder
Hi Alex, Thanks for your message. Indeed, there had been a breaking change for some people in jOOQ 3.10.0, which got fixed in 3.10.2. We've introduced support for this annotation with https://github.com/jOOQ/jOOQ/issues/6323 ... without taking into account the JPA version. The @Index annotation w

Re: Jooq 3.10.4, codegen, and play 2.5 cannot find indexes

2018-02-01 Thread Alex Mueller
More information before I forgo upgrading to 3.10.4. Many of the Jooq code-generated classes all have an "indexes = {}" section within @Table that my app does not have a reference. This is where all of my "Cannot find symbol" errors are originating. Do I need to reference some dependency withi