hi,

What is the minimum version of JOOQ which supports Java 17.
We were using 3.8 version of JOOQ earlier and now need to migrate to Java 
17.

Also on migration we are getting number of issues like the 
GeneratorStrategy.
Earlier we were implementing custom strategy which use to implement 
GeneratorStrategy.

In older version we were able to override following:
@Override
    public final String getFileName(Definition definition) {
        return getFileName(definition, Mode.DEFAULT);
    }

Now in new its giving error that Final cannot be overridden.

Any help will be appreciated where we are implementing custom strategy.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/b22196b6-f335-4447-9c2e-4f9c698d896en%40googlegroups.com.

Reply via email to