testcontainers-jooq-codegen-maven-plugin icon indicating copy to clipboard operation
testcontainers-jooq-codegen-maven-plugin copied to clipboard

Fature: Automatic skipping redundant code generation / caching?

Open brianguertin opened this issue 1 year ago • 0 comments

Given the same configuration, library versions, and the same set of migration files, identical code should be generated.

That means this info could be hashed to automatically skip re-running codegen unless any of the above has changed, speeding up compilation cycle without forcing devs to manually toggle skipping themselves.

brianguertin avatar Jun 20 '24 14:06 brianguertin