Hi Chris, Thank you very much for your message.
jOOQ has not been modularised yet, as jOOQ's optional dependencies have made this difficult in the past (e.g. H2, Hibernate, JAXB, checker framework, depending on whether you're using extensions). We'll try again in the future, but this hasn't been a priority for us, since also IDEs have caused a lot of trouble when maintaining modularised projects. Like any non-modularised library, you can use jOOQ on the classpath, or as part of the unnamed module. I'm not aware of anything specific to jOOQ in that regard. I hope this helps, Lukas On Sat, Sep 7, 2019 at 10:26 AM Christian Master <[email protected]> wrote: > Is there a way to use the OS version the JPMS way? > Thx > chris > > -- > 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/4c192bfa-045e-4cc1-a2c0-ac0f6375e04b%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/4c192bfa-045e-4cc1-a2c0-ac0f6375e04b%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/CAB4ELO4BzJwTAaQLgYVk-n5%2BPbA1a63XvWtiMFEN2fN3hrEjcQ%40mail.gmail.com.
