steve icon indicating copy to clipboard operation
steve copied to clipboard

Use testcontainers for jooq generation setup

Open juherr opened this issue 2 years ago • 2 comments

To enable it, just add run: mvn -Pdev,testcontainers package

Optionally, all V0 migrations are merged into the same baseline and can be used to avoid the need to grant privileges to the db user (Fix #956).

To enable it, just add run: mvn -Pdev,testcontainers -Ddb.baseline=V1 package

It should help new users to bootstrap the project more easily.

juherr avatar May 08 '23 19:05 juherr

Ping @goekay WDYT?

juherr avatar May 30 '23 19:05 juherr

Try the very new plugin instead https://testcontainers.com/guides/working-with-jooq-flyway-using-testcontainers/

juherr avatar Jun 07 '23 20:06 juherr

Partially replaced by #1455

juherr avatar May 17 '24 08:05 juherr