Hello, There are two things in effect here:
1. Starting with jOOQ 3.12, versioned SQLDialects are available to the commercial distributions only. The jOOQ Open Source Edition now only has a SQLDialect.POSTGRES dialect, which corresponds to the latest PostgreSQL version supported by jOOQ. This goes along with our strategy of offering the added value of old version support only to our paying customers, such as support for old Java versions, or old Scala versions, etc. 2. Starting with jOOQ 3.11, in order to be ready for JPMS, we had removed our split packages and renamed all split org.jooq.util packages. You should see some additional information in the error messages, or here: https://github.com/jOOQ/jOOQ/issues/7419 Please let me know if you have any questions, and I'll be very happy to help, Lukas On Thu, May 21, 2020 at 10:47 PM [email protected] < [email protected]> wrote: > Hi, I have a Scala project using JOOQ 3.7.X and want to update to 3.13.x. > Have found some errors such as: “value POSTGRES_9_4 is not a member of > object org.jooq.SQLDialect” and “java.lang.ClassNotFoundException: > org.jooq.util.GenerationTool” > > Could you please provide reference to migration steps ? > > Thank you > > -- > 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/6c784c55-19d3-4e28-bda1-cde37d1fc039%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/6c784c55-19d3-4e28-bda1-cde37d1fc039%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAB4ELO5a3oKkhM2ctsEaet%3DV2tq%2BYFyv8bmmaHWbDXU4p_%2Bp%3DA%40mail.gmail.com.
