Skip to content
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

Set DB user and password read from Space in Properties #280

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Set DB user and password read from Space in Properties #280

merged 1 commit into from
Aug 14, 2023

Conversation

sumeetphadnis
Copy link
Contributor

@sumeetphadnis sumeetphadnis commented Aug 2, 2023

Other modules like Flyway that read db properties from DB class do not see the username and password set via DBInstantiator. This PR fixes that by adding those to dbProps in DB.

This way other modules like Flyway that read these properties can find them. Without this, Flyway does not work if DB user and password are set using DBInstantiator.
@sumeetphadnis sumeetphadnis changed the title master Set DB user and password read from Space in Properties Aug 2, 2023
@ar ar merged commit 674af76 into jpos:master Aug 14, 2023
2 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants