jOOQ/jOOQ-mcve

Use jdbc/initScript property instead of sql-maven-plugin

lukaseder opened this issue · 3 comments

To simplify MCVE builds, we can use our own initScript property instead of the sql-maven-plugin. The property should only be used once 3.19 is no longer maintained, i.e. a few years from now, perhaps.

See this limitation:

jOOQ/jOOQ#16825 is implemented. I'll ship 3.19.10 today, so this can be improved in the MCVE template as well.

Hm, no, let's not use the 3.19.10 feature yet. Users are likely downgrading jOOQ in the MCVE to make a reproducer using an older version. And then, they'll have to adapt the MCVE, which is annoying.