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

Spring Boot Docker Compose support for Oracle looks for APP_PASSWORD but should look for APP_USER_PASSWORD #37044

Closed
wants to merge 1 commit into from

Conversation

joesteel2010
Copy link

@joesteel2010 joesteel2010 commented Aug 21, 2023

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

…n OracleEnvironment. Created additional integration test to cover non-default container configuration.
@pivotal-cla
Copy link

@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.

@pivotal-cla
Copy link

@joesteel2010 Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 21, 2023
@asashour
Copy link
Contributor

asashour commented Aug 21, 2023

Seems to be also handled in #37038, please mention if this provides a better solution, or comment on the other PR.

@joesteel2010
Copy link
Author

@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,

@snicoll
Copy link
Member

snicoll commented Aug 22, 2023

@joesteel2010, thanks very much for making your first contribution to Spring Boot

snicoll added a commit that referenced this pull request Aug 22, 2023
snicoll added a commit that referenced this pull request Aug 22, 2023
@wilkinsona wilkinsona changed the title Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i… Spring Boot Docker Compose support for Oracle looks for APP_PASSWORD but should look for APP_USER_PASSWORD Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot Docker Compose class OracleEnvironment requires incorrect environment variable
6 participants