testcontainers / testcontainers-jooq-codegen-maven-plugin

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

Fature: Automatic skipping redundant code generation / caching? #42

Open brianguertin opened 2 months ago

brianguertin commented 2 months ago

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.