testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
49 stars 10 forks source link

Support flyway v10.4.1 #39

Open BigMikeCodes opened 8 months ago

BigMikeCodes commented 8 months ago

Hi, this is a relatively simple change to bump the supported flyway version to 10.4.1.

When using this plugin against a postgres 16.1 database i was getting a warning from flyway that the postgres version was unsupported so thought i'd do a quick PR to bump the flyway version.

I've had to add a new depenedency flyway-database-postgresql due to underlying changes in flyway between v9 & v10.

jackson-annotations is excluded from the the testcontainers dependency due to a version conflict that resulted in a runtime CassNotFoundException.

Any feedback on this is greatly appreciated :)