database-migration modules can't be applied without jpa-persistence #11677
Labels
area: feature request 💡
$$ bug-bounty $$
https://www.jhipster.tech/bug-bounties/
theme: database migration
theme: database
$500
https://www.jhipster.tech/bug-bounties/
It should be possible to use liquibase (or flyway) with jooq, in which case you don't want to apply a jpa-* module.
A possible solution would be to introduce a new "datasource" or "sql-database" feature, with "postgresql", "mysql", "mariadb" and "sqlserver" modules.
jpa-* and jooq-* modules would depend on these new sql-database modules.
This would also avoid current code duplication between jpa and jooq.
The text was updated successfully, but these errors were encountered: