-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add jooq module #11107
base: main
Are you sure you want to change the base?
Add jooq module #11107
Conversation
bed27c6
to
b9a7721
Compare
b9a7721
to
ddf6d78
Compare
for the CI test, you can create a new dedicated config with what you need to test jooq Another idea would be to add it to mariadb, it should work: https://github.com/jhipster/jhipster-lite/blob/main/tests-ci/generate.sh#L232-L239 |
But the plugin connects to a database to introspect schema and generate classes depending on what tables exists. |
Here some steps in the GitHub CI:
|
I started to investigate on it but in fact the db needs to be up at compile time not when we start the app, so on step "Test: verify: " Regarding the workflow, I don't think we have this use case and I don't find a proper way to do it Here an example : https://github.com/fabienpuissant/jhipster-lite/actions/runs/11622943610/job/32369374084 |
ci test not relevant because need a database up to install with this jooq plugin, cannot test on mssql. Error to connect due to url error.