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
Comment From: pivotal-cla
@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.
Comment From: pivotal-cla
@joesteel2010 Thank you for signing the Contributor License Agreement!
Comment From: asashour
Seems to be also handled in #37038, please mention if this provides a better solution, or comment on the other PR.
Comment From: joesteel2010
@asashour after reviewing, they're nearly identical; the only real difference being mine contains an additional integration test. If the integration test isn't desirable, #37038 would suffice and I can close down this pull request,
Comment From: snicoll
@joesteel2010, thanks very much for making your first contribution to Spring Boot