Releases: richardstephens/rules_jooq_flyway_codegen
Releases · richardstephens/rules_jooq_flyway_codegen
fixes for bazel 5+
stop using features that were deprecated/removed in bazel 5
support specifying a maven_install target name
jooqflyway now accepts a maven_install target name, so that deps can be pulled from an existing target rather than being pulled form the rule
v0.5 support specifying image name
Sometimes it is necessary to override the docker image, for example, if developing on Apple Silicon / M1 and the official images only include amd64 support.
This release adds a docker_image
param to jooqflyway
and that will be passed through to testcontainers.
sqlite support
Add support for sqlite
Make codegen work on linux
v0.3
Rename everything to be in line with bazel rules_ prefix
Rename everything to be in line with bazel rules_ prefix