-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Spring Boot Docker Compose support for Oracle looks for APP_PASSWORD but should look for APP_USER_PASSWORD #37044
Conversation
…n OracleEnvironment. Created additional integration test to cover non-default container configuration.
@joesteel2010 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@joesteel2010 Thank you for signing the Contributor License Agreement! |
Seems to be also handled in #37038, please mention if this provides a better solution, or comment on the other PR. |
@joesteel2010, thanks very much for making your first contribution to Spring Boot |
This commit contains a bug fix for #37036
The changes include updates to OracleEnvironment, where APP_PASSWORD has been updated to APP_USER_PASSWORD, OracleEnvironmentTest to cover these changes, and OracleJdbcDockerComposeConnectionDetailsFactoryIntegrationTests includes an additional integration test to cover these changes when using non-defaults for the APP_USER and APP_USER_PASSWORD.
Fixes #37036